GenImageFontAtlas method
ImageC
GenImageFontAtlas(
- Pointer<
GlyphInfoC> glyphs, - Pointer<
Pointer< glyphRecs,RectangleC> > - int glyphCount,
- int fontSize,
- int padding,
- int packMethod,
Implementation
ImageC GenImageFontAtlas(
Pointer<GlyphInfoC> glyphs,
Pointer<Pointer<RectangleC>> glyphRecs,
int glyphCount,
int fontSize,
int padding,
int packMethod,
) {
return _GenImageFontAtlas(
glyphs,
glyphRecs,
glyphCount,
fontSize,
padding,
packMethod,
);
}