FMX.Graphics.TTextSettings.SetFont

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

Delphi

procedure SetFont(const Value: TFont); virtual;

C++

virtual void __fastcall SetFont(TFont* const Value);

プロパティ

種類 可視性 ソース ユニット
procedure
function
protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TTextSettings

説明

Font プロパティの設定メソッドです。

Value は、Font プロパティに設定する新しい TFont 型値を示します。

関連項目