getSubFamilyName method

String getSubFamilyName()

Implementation

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