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 |
---|---|
FontColor | Specifies the color of the font. |
GeneralIsChanged | Indicates whether any general changes have been made to the font options. |
IsUnderline | Indicates whether the font is underlined. |
IsChanged | Indicates whether the font options have been modified. |
FontName | Specifies the name of the font. |
IsItalic | Indicates whether the font is italicized. |
IsBold | Indicates whether the font is bold. |
FontSize | Specifies the size of the font. |