GenImageFontAtlas function

(ImageD, List<RectangleD>) GenImageFontAtlas(
  1. List<GlyphInfoD> glyphs,
  2. num fontSize,
  3. num padding,
  4. num packMethod,
)

Implementation

(ImageD image, List<RectangleD> glyphRecs) GenImageFontAtlas(
  List<GlyphInfoD> glyphs,
  num fontSize,
  num padding,
  num packMethod,
) => _module.GenImageFontAtlas(glyphs, fontSize, padding, packMethod);