ITrueTypeFont.SubFamilyName
ITrueTypeFont.SubFamilyName property
The Font Subfamily name distinguishes the font in a group with the same Font 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 (e.g. medium weight, not italic and fsSelection bit 6 set) should have the String “Regular” stored in this position.
public String SubFamilyName { get; }
Return Value
Subfamily name of font
See Also
- interface ITrueTypeFont
- package com.aspose.html.Drawing
- package Aspose.HTML