Tab > Tab Assembly Interfaces > ITabFont
The ITabFont interface contains properties and methods for setting up the table elements font parameters.
Property name | Description | |
![]() |
Angle | The Angle property determines text rotation angle. |
![]() |
Bold | The Bold property determines, whether bold font should be used. |
![]() |
Charset | The Charset property determines font encoding that is used to display text. |
![]() |
Color | The Color property determines the font color. |
![]() |
Italic | The Italic property determines, whether the font should be italic. |
![]() |
Name | The Name property determines the font name. |
![]() |
Rotation | Outdated. Use ITabFont.Angle. |
![]() |
Size | The Size property determines font size. |
![]() |
Strikeout | The Strikeout property determines, whether the font should be stricken out. |
![]() |
Underline | The Underline property determines, whether the font should be underlined. |
Method name | Description | |
![]() |
Apply | The Apply method adjusts parameters of current font in accordance with parameters of a specified font. |
![]() |
AsGxFont | The AsGxFont method returns font (IGxFont). |
![]() |
Assign | The Assign method adjust parameters of current font in accordance with parameters of a specified font and resets undefined parameters. |
![]() |
Equal | The Equal method compares fonts. |
![]() |
FromGxFont | The FromGxFont method returns the font, which is the result of the font (IGxFont), specified as the input parameter. |
See also: