Vcl.Graphics.TFont
![TFont](/images/Libraries/Sydney/e/d/df/Vcl.Graphics.TFont.png)
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.