Handbook
Glossary
load-font-ex ( fileName fontSize fontChars glyphCount -- Font )
Vocabulary
raylib
Inputs
fileName
a
c-string
fontSize
an
int
fontChars
a
pointer
to a
int
glyphCount
an
int
Outputs
Font
a
Font
Word description
Load font from file with extended parameters, use NULL for fontChars and 0 for glyphCount to load the default character set
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
load-font-ex
Font LoadFontEx
(
c-string
fileName,
int
fontSize, int* fontChars,
int
glyphCount )