RAD Studio VCL Reference
|
TFont encapsulates a system font.
TFont = class(TGraphicsObject);
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.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|