TextFontInfo Class
Summary: Represents the information about font. This class cannot be inherited.
Module: aspose.psd.fileformats.psd.layers.text
Full Name: aspose.psd.fileformats.psd.layers.text.TextFontInfo
Aspose.PSD Version: 24.12.0
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| family_name | string | r | Gets font family name |
| font_type | int | r | Gets the type of the font. |
| post_script_name | string | r | Gets the PostScript name |
| script | int | r | Gets the script. |
| style | FontStyle | r | Gets font style parsed from subfamily name |
| synthetic | bool | r | Gets a value indicating whether this FontInformation is synthetic. |