ICustomFontOptions
The ICustomFontOptions interface defines properties for customizing font styles, including font name, size, color, and formatting options such as bold, italic, and underline.
Properties
| Name | Description |
|---|---|
| GeneralIsChanged | Indicates whether any general changes have been made to the font options. |
| IsItalic | Indicates whether the font is italicized. |
| IsUnderline | Indicates whether the font is underlined. |
| FontName | Specifies the name of the font. |
| FontColor | Specifies the color of the font. |
| FontSize | Specifies the size of the font. |
| IsBold | Indicates whether the font is bold. |
| IsChanged | Indicates whether the font options have been modified. |