Show: Delphi C++
Display Preferences

FMX.Types.TTextControl.Font

From XE3 API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read GetFont write SetFont;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.Types.pas
FMX.Types.hpp
FMX.Types TTextControl

Description

Specifies the font to use when rendering the text.

Set Font to specify the font to use when rendering the text. 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

Personal tools
Translations