sub_family_name property

sub_family_name property

The Subfamily name distinguishes the font in a group with the same Family name. This is assumed to address style (italic, oblique) and weight (light, bold, black, etc.). A font with no particular differences in weight or style should have the string “Regular”.

Definition:

@property
def sub_family_name(self):
    ...

See Also