https://bugzilla.novell.com/show_bug.cgi?id=450194
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=450194#c1 Sebastien Pouliot <[EMAIL PROTECTED]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX --- Comment #1 from Sebastien Pouliot <[EMAIL PROTECTED]> 2008-11-29 21:03:01 MST --- > fixme:gdiplus:GdipSetStringFormatFlags format (0x1292950) flags (4096) > fixme:gdiplus:GdipGetFontHeightGivenDPI Unhandled unit type: 3 > fixme:gdiplus:GdipGetFontHeightGivenDPI Unhandled unit type: 3 This does not come from Mono's libgdiplus nor MS GDI+. Mono's System.Drawing.dll is made to run on top of libgdiplus (Linux, MacOSX ..) and MS GDI+ (under Windows) and will translate any NotImplemented coming from GDI+ into a NotImplementedException. If any other GDI+ implementation, like WINE has, returns NotImplemented then the solution is to fix WINE to support the feature adequately and return OK. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
