Handbook
Glossary
gen-image-font-atlas ( chars recs glyphCount fontSize padding packMethod -- Image )
Vocabulary
raylib
Inputs
chars
a
pointer
to a
GlyphInfo
recs
a double
pointer
to a
Rectangle
glyphCount
an
int
fontSize
an
int
padding
an
int
packMethod
an
int
Outputs
Image
a
Image
Word description
Generate image font atlas using chars info
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
gen-image-font-atlas
Image
GenImageFontAtlas
( GlyphInfo* chars, Rectangle** recs,
int
glyphCount,
int
fontSize,
int
padding,
int
packMethod )