Handbook
Glossary
load-utf8 ( codepoints length -- c-string )
Vocabulary
raylib
Inputs
codepoints
a
pointer
to a
int
length
an
int
Outputs
c-string
a
c-string
Word description
Load UTF-8 text encoded from codepoints array
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
load-utf8
c-string LoadUTF8
( int* codepoints,
int
length )