RAD Studio VCL Reference
|
TFontAdapter is a helper class used to connect a TFont object to an OLE font object.
TFontAdapter = class(TCustomAdapter, IChangeNotifier, IFontAccess);
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!
|