FMX.Edit.TCustomEdit.Font

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

Delphi

property Font: TFont read GetFont write SetFont;

C++

__property Fmx::Graphics::TFont* Font = {read=GetFont, write=SetFont};

プロパティ

種類 可視性 ソース ユニット
property public
FMX.Edit.pas
FMX.Edit.hpp
FMX.Edit TCustomEdit

説明

テキストをレンダリングする際のフォントを示します。

Font を設定して、テキストをレンダリングする際のフォントを指定します。 新しいフォントへ変更するには、新しい TFont オブジェクトを指定します。 フォントを変更するには、TFont オブジェクトの FamilySizeStyle の値を変更します。

関連項目