Vcl.OleCtrls.OleFontToFont

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure OleFontToFont(const OleFont: Variant; Font: TFont);

C++

extern DELPHI_PACKAGE void __fastcall OleFontToFont(const System::Variant &OleFont, Vcl::Graphics::TFont* Font);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
public
Vcl.OleCtrls.pas
Vcl.OleCtrls.hpp
Vcl.OleCtrls Vcl.OleCtrls

Description

Remplit une structure TFont pour représenter un IFontDispatch.

Utilisez OleFontToFont pour convertir une police Ole (IFontDispatch) au format TFont.

Voir aussi