LoadFontFromMemory abstract method

FontStructType LoadFontFromMemory(
  1. String fileType,
  2. Uint8List fileData,
  3. num fontSize,
  4. Int32List codepoints,
)

Implementation

FontStructType LoadFontFromMemory(
  String fileType,
  Uint8List fileData,
  num fontSize,
  Int32List codepoints,
);