AxHost.GetIFontDispFromFont(Font) 方法

定义

返回从指定的 Font 对象创建的 OLE IFontDisp 对象。

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

参数

font
Font

要从其创建 IFontDisp 对象的字体。

返回

从指定字体创建的 IFontDisp 对象;如果 fontnull,则为 null

例外

Unit 属性值不为 Point

适用于

另请参阅