|
This is one of key properties of TRVStyle: a collection of text styles
property TextStyles : TFontInfos;
Text styles define font and other text attributes in documents.
The first text style in the collection (TextStyles[0]) has some additional meaning:
| ▪ | breaks with color = clNone (default value) have the color of this style; |
| ▪ | Charset of this style is used for saving language information in HTML files (D3+); |
| ▪ | in some cases this style is used as default, so it's recommended to use it as a style of normal text; please do not set rvprDoNotAutoSwitch in Protection for this style; |
| ▪ | this style can be hypertext, but it is not recommended. |
See also properties:
See also types:
| ▪ | TFontInfo (item in collection of text styles). |
|