Vcl.Graphics.TFont

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Vcl.Graphics.TGraphicsObjectSystem.Classes.TPersistentSystem.TObjectTFont

Delphi

TFont = class(TGraphicsObject)

C++

class PASCALIMPLEMENTATION TFont : public TGraphicsObject

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

Beschreibung

TFont kapselt eine Systemschriftart.

TFont beschreibt die Schriftmerkmale für die Anzeige von Text. TFont definiert einen Zeichensatz über die Schrifthöhe, die Schriftfamilie, die Schriftattribute (z.B. Fett und Kursiv) usw.

TFont kapselt eine logische Windows-Schriftart.

Siehe auch