GenImageFontAtlas method
ImageC
GenImageFontAtlas(
- Pointer<
GlyphInfoC> glyphs, - Pointer<
Pointer< glyphRecs,RectangleC> > - int glyphCount,
- int fontSize,
- int padding,
- int packMethod,
Generate image font atlas using chars info
Implementation
ImageC GenImageFontAtlas(Pointer<GlyphInfoC> glyphs, Pointer<Pointer<RectangleC>> glyphRecs, int glyphCount, int fontSize, int padding, int packMethod)
=> _GenImageFontAtlas(glyphs, glyphRecs, glyphCount, fontSize, padding, packMethod);