AxHost.GetIFontDispFromFont(Font) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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 对象;如果 font
为 null
,则为 null
。