Vcl.Graphics.TFont

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.Graphics.TGraphicsObjectSystem.Classes.TPersistentSystem.TObjectTFont

Delphi

TFont = class(TGraphicsObject)

C++

class PASCALIMPLEMENTATION TFont : public TGraphicsObject

Properties

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

Description

TFont encapsulates a system font.

TFont describes font characteristics used when displaying text. TFont defines a set of characters by specifying the height, font family (typeface), attributes (such as bold or italic), and so on.

TFont encapsulates a Windows logical font.

See Also