PlatformFontUsage constructor
PlatformFontUsage({})
Implementation
PlatformFontUsage(
{required this.familyName,
required this.postScriptName,
required this.isCustomFont,
required this.glyphCount});
PlatformFontUsage(
{required this.familyName,
required this.postScriptName,
required this.isCustomFont,
required this.glyphCount});