https://bugzilla.novell.com/show_bug.cgi?id=428166


           Summary: Cosmetic kerning errors
           Product: Mono: Class Libraries
           Version: 2.0
          Platform: x86
        OS/Version: Windows XP
            Status: NEW
          Severity: Minor
          Priority: P5 - None
         Component: Sys.Drawing.
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
          Found By: Beta-Customer


Created an attachment (id=240723)
 --> (https://bugzilla.novell.com/attachment.cgi?id=240723)
Screenshot of the problem

Description of Problem:

I found a kerning error that leads to zero pixel distance between to letters. I
don't know enough about it to reproduce it with just any text, so my sample
text is in the (non-english) language I found the error with.

Consider the following:

MessageBox.Show("Es besteht keine Verbindung zum Server", "kerning test without
period");

MessageBox.Show("Es besteht keine Verbindung zum Server.", "kerning test with
period");

See the screenshot please.

It seems that the period at the end of the string determines the space between
the letters e and r in the last word "Server". The string with a period has
wrong kerning. Though the overall space seems to be sufficient for correct
kerning, the r was moved one extra pixel to the left and now touches the e.

I hope you see the point in that ;)

Additional Information:

Tested only on Windows. But I come along this error quite often with different
strings and in different winform controls.


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

Reply via email to