FMX.Graphics.TTextSettings.SetFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFont(const Value: TFont); virtual;

C++

virtual void __fastcall SetFont(TFont* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TTextSettings

Description

Setter for the Font property.

Value specifies the new TFont type value to set for the Font property.

See Also