FMX.Graphics.TFont.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create;

C++

__fastcall TFont();

Properties

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

Description

Creates a TFont object.

Call Create to construct a TFont object and initialize its properties. By default, Create sets the value of the Family property to Tahoma, and the Size to 11.

See Also