RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFontAdapter Class

TFontAdapter is a helper class used to connect a TFont object to an OLE font object.

Pascal
TFontAdapter = class(TCustomAdapter, IChangeNotifier, IFontAccess);
C++
class TFontAdapter : public TCustomAdapter, public IChangeNotifier, public IFontAccess;

To create an instance of a TFontAdapter, call the global GetOleFont procedure. GetOleFont creates the binding between a TFont object and an OLE font interface. 

 

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