LoadFontFromMemory function
Implementation
FontD LoadFontFromMemory(
String fileType,
Uint8List fileData,
num fontSize,
Int32List codepoints,
) => _module.LoadFontFromMemory(fileType, fileData, fontSize, codepoints);
FontD LoadFontFromMemory(
String fileType,
Uint8List fileData,
num fontSize,
Int32List codepoints,
) => _module.LoadFontFromMemory(fileType, fileData, fontSize, codepoints);