RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.GetDefFontCharSet Function

Returns the character set of the default system font.

Pascal
function GetDefFontCharSet: TFontCharSet;
C++
TFontCharSet GetDefFontCharSet();

Graphics

Call GetDefFontCharSet to determine the character set that is used when a font is not explicitly assigned to a control. This character set can be used to initialize a font that is specified by font name only, to best match the characters for the locale of the machine on which the application is running. 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!