|
This is an ancestor class for TFontInfo (class of item in collection of text styles).
TCustomRVFontInfo introduces the most of properties of text style.
Unit RVStyle.
Syntax
TCustomRVFontInfo = class(TCustomRVInfo)
Hierarchy
TObject
TPersistent
TCollectionItem
TCustomRVInfo
Properties
Font attributes (similar to properties of TFont):
| ▪ | Style – text styles (bold, italic, underline, strikeout); |
| ▪ | Charset – font character set (for non-Unicode text styles). |
Additional properties affecting text appearance and layout:
| ▪ | StyleEx – additional text styles (overline, all-caps); |
| ▪ | VShift moves text up or down from its base line; |
Hypertext properties:
| ▪ | Jump – "is this a hypertext style?" |
Properties related to editing in TCustomRichViewEdit:
Properties related to text export:
| ▪ | Options allows to create RTF and HTML codes. |
Methods
IsEqual compares this text style with another one.
You can use Assign method to assign:
| ▪ | TCustomRVFontInfo to TCustomRVFontInfo; |
| ▪ | TFont to TCustomRVFontInfo; |
| ▪ | TCustomRVFontInfo to TFont. |
See Also
Classes:
| ▪ | TFontInfo – class inherited from this class, a text style; |
|