family property
FontInfo.family property
Gets or sets the font family this font belongs to.
@property
def family(self) -> aspose.words.fonts.FontFamily:
...
@family.setter
def family(self, value: aspose.words.fonts.FontFamily):
...
See Also
- module aspose.words.fonts
- class FontInfo