Maps from an OLE IFont to a System.Drawing.Font object
[Visual Basic] Public Shared Function GetFontFromIFont( _ ByVal font As IFont _ ) As Font [C#] public static Font GetFontFromIFont( IFont font ); [C++] public: static Font* GetFontFromIFont( IFont* font ); [JScript] public static function GetFontFromIFont( font : IFont ) : Font;
the resulting System.Drawing.Font object