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