LoadFontFromMemory method

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

Implementation

String LoadFontFromMemory(
  String fileType,
  Uint8List fileData,
  num fontSize,
  Int32List codepoints,
) => 'LoadFontFromMemory($fileType, fileData: ${fileData.length}, $fontSize, codepoints: ${codepoints.length})';