Skip to main content

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

NameDescription
GeneralIsChangedIndicates whether any general changes have been made to the font options.
IsItalicIndicates whether the font is italicized.
IsUnderlineIndicates whether the font is underlined.
FontNameSpecifies the name of the font.
FontColorSpecifies the color of the font.
FontSizeSpecifies the size of the font.
IsBoldIndicates whether the font is bold.
IsChangedIndicates whether the font options have been modified.