FMX.Graphics.TFont.SetSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSettings(const AFamily: string; const ASize: Single; const AStyle: TFontStyleExt);

C++

void __fastcall SetSettings(const System::UnicodeString AFamily, const float ASize, const TFontStyleExt &AStyle);

Properties

Type Visibility Source Unit Parent
procedure
function
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFont

Description

Assigns the specified values to the properties of the current TFont object.

Call SetSettings to set the properties of the current TFont object equal to the specified parameters: Family = AFamily, Size = ASize, and Style = AStyle.

See Also