FMX.Graphics.TFontObject

From RAD Studio API Documentation
Jump to: navigation, search

FMX.Types.TFmxObjectSystem.Classes.TComponentSystem.Classes.TPersistentSystem.TObjectTFontObject

Delphi

TFontObject = class(TFmxObject, IFontObject)

C++

class PASCALIMPLEMENTATION TFontObject : public Fmx::Types::TFmxObject

Properties

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

Description

Represents the class for font objects.

A TFontObject instance specifies the font through its Font property.


See Also