getSubFamilyName method
Implementation
String getSubFamilyName() {
return this.name != null
? (this.name["typoSubfamilyName"] ?? this.name["fontSubfamily"])
: "";
}
String getSubFamilyName() {
return this.name != null
? (this.name["typoSubfamilyName"] ?? this.name["fontSubfamily"])
: "";
}