load-font-ex ( fileName fontSize fontChars glyphCount -- Font )


Vocabulary
raylib

Inputs
fileNamea c-string
fontSizean int
fontCharsa pointer to a int
glyphCountan int


Outputs
Fonta 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


LIBRARY: raylib FUNCTION-ALIAS: load-font-ex Font LoadFontEx
( c-string fileName, int fontSize, int* fontChars, int
glyphCount )