FMX.TextLayout.TTextLayout.Font

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read FFont write SetFont;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FMX.TextLayout.pas
FMX.TextLayout.hpp
FMX.TextLayout TTextLayout

Description

Specifies the TFont for the text layout.

Use the Font property to set and get the TFont used to layout the text specified through the Text property.

See Also