TCustomRVFontInfo.Charset

<< Click to display table of contents >>

TCustomRVFontInfo.Charset

Specifies character set for text of this style.

property Charset: TRVFontCharset;

Similar to TFont.Charset.

Since all text in TRichView is stored as Unicode, 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). However, it's highly recommended to assign SYMBOL_CHATSET when using symbol fonts (such as "Symbol", "Wingdings", "Webdings").

Note: this property exists in FireMonkey version, but is not used for drawing text.

Default value:

DEFAULT_CHARSET