Vcl.Graphics.GetDefFontCharSet

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDefFontCharSet: TFontCharSet;

C++

extern DELPHI_PACKAGE System::Uitypes::TFontCharset __fastcall GetDefFontCharSet(void);

Properties

Type Visibility Source Unit Parent
function public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Description

Returns the character set of the default system font.

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.

See Also