load-utf8 ( codepoints length -- c-string )


Vocabulary
raylib

Inputs
codepointsa pointer to a int
lengthan int


Outputs
c-stringa c-string


Word description
Load UTF-8 text encoded from codepoints array

Definition


LIBRARY: raylib FUNCTION-ALIAS: load-utf8 c-string LoadUTF8
( int* codepoints, int length )