Handbook
Glossary
load-font-from-memory ( fileType fileData dataSize fontSize fontChars glyphCount -- Font )
Vocabulary
raylib
Inputs
fileType
a
c-string
fileData
a
c-string
dataSize
an
int
fontSize
an
int
fontChars
a
pointer
to a
int
glyphCount
an
int
Outputs
Font
a
Font
Word description
Load font from memory buffer, fileType refers to extension: i.e. '.ttf'
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
load-font-from-memory
Font
LoadFontFromMemory
(
c-string
fileType,
c-string
fileData,
int
dataSize,
int
fontSize, int* fontChars,
int
glyphCount )