AxHost.GetFontFromIFontDisp(Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
protected:
static System::Drawing::Font ^ GetFontFromIFontDisp(System::Object ^ font);
protected static System.Drawing.Font GetFontFromIFontDisp (object font);
protected static System.Drawing.Font? GetFontFromIFontDisp (object? font);
static member GetFontFromIFontDisp : obj -> System.Drawing.Font
Protected Shared Function GetFontFromIFontDisp (font As Object) As Font
参数
返回
从指定的 IFontDisp 创建的 Font,如果无法创建字体,则为 DefaultFont;如果 font
为 null
,则为 null
。