@override String get fontName { if (_pdfFont != null) { return _pdfFont!.fontName; } final font = TtfParser(data); return font.fontName; }