RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFont Class

TFont encapsulates a system font.

Pascal
TFont = class(TGraphicsObject);
C++
class TFont : public TGraphicsObject;

Graphics

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. 

 

TTextAttributes 

Using the Main VCL

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!