http://bugzilla.novell.com/show_bug.cgi?id=606204
http://bugzilla.novell.com/show_bug.cgi?id=606204#c7 --- Comment #7 from Eugen Rieck <[email protected]> 2010-08-08 14:56:59 UTC --- (In reply to comment #6) > Created an attachment (id=377591) --> (http://bugzilla.novell.com/attachment.cgi?id=377591) [details] > Patch to gdiplus which fixes issues shown by the previous test case. Looks like this is two related bugs: 1. Text drawn as part of a GraphicsPath via DrawPath(...): The above patch fixes this for horizontal text, but not for vertical text (StringFormat.FormatFlags=StringFormatFlags.DirectionVertical). I'll try to create a test case later on. 2. Text drawn via DrawString(...): The above patch naturally doesn't help with that. Test case "FontBug" from above is still valid for that. -- Configure bugmail: http://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
