DXFont Properties
Contains the text format settings such as font size and style.| Name | Description |
|---|---|
| Bold | Gets a value that indicates whether the font is bold. |
| Height | Obtains the font height. |
| Italic | Gets a value that indicates whether the italic style is applied to the font. |
| Name | Gets the font name. |
| Size | Gets the size of the font in units defined by the DXFont.Unit property. |
| SizeInPoints | Gets the size of the font in points. |
| Strikeout | Gets a value that indicates whether the font has a horizontal line through it. |
| Style | Returns style information applied to the font. |
| Underline | Gets a value that indicates whether the font is underlined. |
| Unit | Obtains the font measurement unit. |
See Also