[Mono-bugs] [Bug 606204] [PATCH] Graphics.DrawString alignment inconsistent with .NET (and Expectation)

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Aug 8 12:13:30 EDT 2010


http://bugzilla.novell.com/show_bug.cgi?id=606204

http://bugzilla.novell.com/show_bug.cgi?id=606204#c8


--- Comment #8 from Eugen Rieck <eugen at drnet.at> 2010-08-08 16:13:29 UTC ---
Created an attachment (id=381430)
 --> (http://bugzilla.novell.com/attachment.cgi?id=381430)
Extended testcase to include DrawString() 

This extends the testcase from comment #5 by parallelling every AddString() in
the original testcase with a DrawString() after initially setting
sf.FormatFlags=StringFormatFlags.DirectionVertical. 

The calls to DrawString() correctly produce vertical output while the calls to
AddString() erroneously create horizontal output.

Status after above patch:
Vertical DrawString(): Direction honoured, positioning off as in 1st post
Vertical AddString(): Direction not honoured, positioning seems fine

-- 
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.


More information about the mono-bugs mailing list