ITrueTypeFont.SubFamilyName

ITrueTypeFont.SubFamilyName 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”.

public string SubFamilyName { get; }

Return Value

The subfamily name of the font.

See Also