Vcl.AxCtrls.TFontAdapter
Delphi
TFontAdapter = class(TCustomAdapter,
IChangeNotifier,
IFontAccess)
C++
class PASCALIMPLEMENTATION TFontAdapter : public TCustomAdapter
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | Vcl.AxCtrls.pas Vcl.AxCtrls.hpp |
Vcl.AxCtrls | Vcl.AxCtrls |
Beschreibung
TFontAdapter ist eine Hilfsklasse zum Verknüpfen eines TFont-Objekts mit einem OLE-Schriftobjekt.
Rufen Sie die golbale Prozedur GetOleFont auf, um eine Instanz von TFontAdapter zu erzeugen. GetOleFont stellt die Verknüpfung zwischen einem TFont-Objekt und einer OLE-Schrift-Schnittstelle her.