AxHost.GetFontFromIFont(Object) 메서드

정의

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

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

매개 변수

font
Object

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

반환

Font

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

적용 대상

추가 정보