Vcl.ComCtrls.TTextAttributes Properties
InheritedProtected
| BackColor | public | Indicates the background color of the text. |
| Bold | public | Indicates whether the text is Bold or not. |
| Charset | public | Specifies the character set of the font. |
| Color | public | Indicates the foreground color of the text. |
| ConsistentAttributes | public | Indicates which of the properties of the TTextAttributes object are consistent throughout the text of the current selection in the rich edit object. |
| Disabled | public | Indicates whether the text is Disabled. |
| Disposed | protected | Disposed is a read-only property that shows the current state of this object. |
| Height | public | Specifies the height of the font in pixels. |
| Hidden | public | Indicates whether the text is Hidden or not. |
| Italic | public | Sets the font style to use Italic text. |
| Link | public | Converts the text into Link format. |
| Name | public | Specifies the typeface of the font described by the TTextAttributes object. |
| Offset | public | Character Offset, in twips, from the baseline for the text (positive for superscript, negative for subscript). |
| Pitch | public | Indicates the font Pitch (default, variable, or fixed). |
| Protected | public | Indicates whether the text represented by the TTextAttributes object is protected. |
| RevAuthor | public | The index that identifies the author making a revision. |
| Size | public | Specifies the height of the font in points. |
| Strikeout | public | Indicates whether the text is struck out or not. |
| Style | public | Determines whether the font is normal, italic, underlined, bold, or strikeout. |
| Subscript | public | Indicates whether the text is Subscript, superscript or normal. |
| Underline | public | Indicates whether the text is Underlined or not. |