RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFont Class

TFont encapsulates a system font.

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

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. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!