AxHost.GetFontFromIFont(Object) Yöntem

Tanım

Belirtilen OLE IFont nesnesinden oluşturulan bir Font döndürür.

protected:
 static System::Drawing::Font ^ GetFontFromIFont(System::Object ^ font);
protected static System.Drawing.Font GetFontFromIFont (object font);
static member GetFontFromIFont : obj -> System.Drawing.Font
Protected Shared Function GetFontFromIFont (font As Object) As Font

Parametreler

font
Object

Oluşturulacak Font IFont.

Döndürülenler

Font

Belirtilen Font IFont'tan oluşturulan, DefaultFont yazı tipi oluşturulamadıysa veya null ise font null.

Şunlara uygulanır

Ayrıca bkz.