|
TCustomRVFontInfo.Charset |
Top Previous Next |
|
Specifies character set for text of this style. property Charset : TFontCharset; Set Charset to identify the character set of the font. Each typeface (specified by the FontName property) supports one or more character sets. Similar to TFont.Charset. If Unicode=True, this Charset is not used when drawing text (but still used inside some methods performing conversion ANSI<->Unicode, for determining the code page (language) of text of this style). Value of RVStyle.TextStyles[0].Charset is used to determine document charset when saving HTML files (written in <meta> tag). Default value: DEFAULT_CHARSET |