gen-image-font-atlas ( chars recs glyphCount fontSize padding packMethod -- Image )


Vocabulary
raylib

Inputs
charsa pointer to a GlyphInfo
recsa double pointer to a Rectangle
glyphCountan int
fontSizean int
paddingan int
packMethodan int


Outputs
Imagea Image


Word description
Generate image font atlas using chars info

Definition


LIBRARY: raylib FUNCTION-ALIAS: gen-image-font-atlas Image
GenImageFontAtlas
( GlyphInfo* chars, Rectangle** recs, int glyphCount, int
fontSize, int padding, int packMethod )