TdxSpreadSheetCustomFont.Charset Property
In This Article
Specifies the character set for the spreadsheet font.
#Declaration
Delphi
property Charset: TFontCharset read; write;
#Property Value
Type |
---|
TFont |
#Remarks
For the font typefaces that support more than one character set, you need to use the Charset property in order to choose the required charset variant.
See Also