subtype property

  1. @override
String subtype
override

The df type of the font, usually /Type1

Implementation

@override
String get subtype => font.unicode ? '/Type0' : super.subtype;