FMX.Objects.TText.Font

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read GetFont write SetFont;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Objects.pas
FMX.Objects.hpp
FMX.Objects TText

Description

Specifies the attributes of text written on or in the control.

To change to a new font, specify a new TFont object. To modify a font, change the value of the Family, Size, or Style of the TFont object.

See Also