Vcl.AxCtrls.TFontAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.AxCtrls.TCustomAdapterSystem.TInterfacedObjectSystem.TObjectTFontAdapter

Delphi

TFontAdapter = class(TCustomAdapter,
IChangeNotifier,
IFontAccess)

C++

class PASCALIMPLEMENTATION TFontAdapter : public TCustomAdapter

Properties

Type Visibility Source Unit Parent
class public
Vcl.AxCtrls.pas
Vcl.AxCtrls.hpp
Vcl.AxCtrls Vcl.AxCtrls

Description

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

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.

See Also