TTMSFNCBloxFont Class
Describes the typeface used to render text, including the font name, size, and style attributes.
API unit family: TMSFNCBloxCoreTypes
Inherits from: TPersistent
Syntax
TTMSFNCBloxFont = class(TPersistent)
Properties
| Name | Description |
|---|---|
| Bold | Gets or sets whether the text is rendered in bold. True renders the text bold. |
| Italic | Gets or sets whether the text is rendered in italic. True renders the text italic. |
| Name | Gets or sets the name of the typeface. |
| Size | Gets or sets the font size in points. |
| Strikeout | Gets or sets whether a line is drawn through the text. True strikes out the text. |
| Style | Gets or sets the full set of style attributes applied to the text. |
| Underline | Gets or sets whether a line is drawn under the text. True underlines the text. |