AxHost.GetFontFromIFontDisp(Object) 메서드

정의

지정된 OLE IFontDisp 개체로 만든 Font를 반환합니다.

protected:
 static System::Drawing::Font ^ GetFontFromIFontDisp(System::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

매개 변수

font
Object

Font를 만드는 데 사용할 IFontDisp입니다.

반환

Font

지정된 IFontDisp로 만든 Font입니다. 글꼴을 만들 수 없으면 DefaultFont이고, fontnull이면 null입니다.

적용 대상

추가 정보