The Font item represents a collection of fonts - objects of the Font class.
An instance of font collection configuration
| Attribute name | Type | Description |
| Id | String | ID of font object. |
| Color | String | The font color can be used in the following formats:
|
| Dictionary | Object | Items dictionary including the font. |
| FontFamily | PP.Font.Family | Font family. |
| IsBold | Boolean | Determines whether the drawing is bold:
|
| IsCapitalized | Boolean | Determines whether all the text characters are capitalized:
|
| IsInferior | Boolean | Determines whether the text is subscripted:
|
| IsItalic | Boolean | Indicates whether the font is displayed in italic. Available values:
|
| IsLowerCapitalized | Boolean | Determines whether the small capitalized characters are used:
|
| IsStriken | Boolean | Determines whether the text is strikethrough:
|
| IsSuperior | Boolean | Determines whether the text is superscripted:
|
| IsUnderline | Boolean | Determines whether the text is underlined:
|
| Size | Number | Font size. |
| UseAutoColor | Boolean | Determines whether the color is used by default:
|
See also: