OleCtrls.OleFontToFont
From RAD Studio VCL Documentation (German)
Contents |
Delphi-Informationen
von OleCtrls.pas
procedure OleFontToFont(const OleFont: Variant; Font: TFont);
Unit: OleCtrls
Typ: Prozedur
Sichtbarkeit: public
C++-Informationen
von OleCtrls.hpp
void __fastcall OleFontToFont(const System::Variant & OleFont, Graphics::TFont * Font);
Unit: OleCtrls
Typ: Funktion
Beschreibung
Füllt eine TFont-Struktur mit den Informationen eines IFontDispatch.
Mit OleFontToFont wandeln Sie eine Schriftart vom COM- (IFontDispatch) in das TFont-Format um.