GenImageFontAtlas method

String GenImageFontAtlas(
  1. List<GlyphInfoBase<GlyphInfoBase<dynamic, ImageBase>, ImageBase>> glyphs,
  2. num fontSize,
  3. num padding,
  4. num packMethod,
)

Implementation

String GenImageFontAtlas(
  List<GlyphInfoBase> glyphs,
  num fontSize,
  num padding,
  num packMethod,
) => 'GenImageFontAtlas';