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