Vcl.Graphics.TFont.Charset

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

Delphi

property Charset: TFontCharset read GetCharset write SetCharset;

C++

__property System::Uitypes::TFontCharset Charset = {read=GetCharset, write=SetCharset, nodefault};

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TFont


説明

フォントの文字セットを示します。

Charset を設定すると、フォントの文字セットを指定することができます。 各タイプフェイス(Name プロパティで指定)は、1 つまたは複数の文字セットをサポートしています。 フォント ベンダから提供される情報をチェックし、Charset のどの値が有効化が確認してください。

関連項目