TdxSpreadSheetCustomFont Members
The base class all classes that implement the font settings used in the Spreadsheet and Report Designer controls.Constructors
| Name | Description |
|---|---|
| Create(TdxSpreadSheetFonts) | Initializes a new instance of the TdxSpreadSheetCustomFont class with specified settings. |
Properties
| Name | Description |
|---|---|
| Charset | Specifies the character set for the spreadsheet font. |
| Color | Specifies the font color. |
| Height | Specifies the font’s height. |
| IsDefault | |
| Name | Specifies the font’s typeface name. |
| Pitch | Specifies whether the characters of the font have the same width. |
| Size | Specifies the font size. |
| Style | Specifies whether the bold, italic, underline, and/or strikeout attributes are applied to the font. |
Methods
| Name | Description |
|---|---|
| Assign(TdxSpreadSheetCustomFont) | |
| Assign(TFont) | |
| AssignToFont(TFont) | Assigns the current font settings to the specified font instance font instance. |
| Equals(TObject) | Inherited from TObject. |
| GetHashCode | Inherited from TObject. |
| ToString | Inherited from TObject. |
See Also