Skip to main content

TdxFontOptions.Charset Property

Specifies the selected character set of the active font typeface.

Declaration

property Charset: TFontCharset read; write;

Property Value

Type Default Description
TFontCharset DEFAULT_CHARSET

The current character set.

Remarks

You can use the Charset property to select a character set supported by the current font typeface. Each typeface supports one or more character sets. Refer to information supplied by the corresponding font vendors to identify valid Charset property values for different fonts.

Default Value

The Charset property’s default value is DEFAULT_CHARSET (recommended).

See Also