Font
Contents
[
Hide
]Font class
Contains information about a font.
Constructors
| Name | Description |
|---|---|
| Font | Constructor. |
Properties
| Name | Type | Description |
|---|---|---|
| ID | int | The ID of the element within its parent element. |
| Name | String | The name of the font as a UTF-16 Unicode string. |
| UnicodeRanges | String | The supported Unicode ranges of the font. |
| CharSets | String | The supported character sets of the font. |
| Panos | String | The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon thei |
| Flags | int | Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type. |
Font()
Constructor.
Font.ID property
The ID of the element within its parent element.
Type: int
Font.Name property
The name of the font as a UTF-16 Unicode string.
Type: String
Font.UnicodeRanges property
The supported Unicode ranges of the font.
Type: String
Font.CharSets property
The supported character sets of the font.
Type: String
Font.Panos property
The panose signature for the font. Panose is a classification system for typefaces that categorizes them based upon their visual characteristics.
Type: String
Font.Flags property
Flags that indicate the following: missing font, default font, asian font, complex font, vertical font, and font type.
Type: int