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