LoadFontData abstract method
Load font data for further use
Implementation
List<GlyphInfoStructType> LoadFontData(
Uint8List fileData,
num fontSize,
Int32List? codepoints,
num? codepointCount,
FontType type,
);
Load font data for further use
List<GlyphInfoStructType> LoadFontData(
Uint8List fileData,
num fontSize,
Int32List? codepoints,
num? codepointCount,
FontType type,
);