FMX.Graphics.TFont

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TPersistentSystem.TObjectTFont

Delphi

TFont = class(TPersistent)

C++

class PASCALIMPLEMENTATION TFont : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

TFont keeps font properties used to draw texts.

TFont keeps font properties used for showing texts. TFont keeps the font size, font family (typeface), and font style (such as bold or italic) properties.

See Also


Code Examples