[Mono-bugs] [Bug 450194] Mono says NotImplemented at System.Drawing.GDIPlus. CheckStatus when running Vixen
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sat Nov 29 23:03:02 EST 2008
https://bugzilla.novell.com/show_bug.cgi?id=450194
User spouliot at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=450194#c1
Sebastien Pouliot <spouliot at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #1 from Sebastien Pouliot <spouliot at novell.com> 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.
More information about the mono-bugs
mailing list