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