Vcl.Graphics.GetDefFontCharSet

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

function GetDefFontCharSet: TFontCharSet;

C++

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

プロパティ

種類 可視性 ソース ユニット
function public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

説明

デフォルトシステムフォントの文字セットを返します。

GetDefFontCharSet 関数を呼び出すと,コントロールにフォントが明示的に割り当てられていない場合に使用される文字セットを調べることができます。この文字セットは,フォント名で指定されているフォントを,アプリケーションを実行するマシンのロケールの文字セットと一致するように,初期化するために使用されます。

関連項目