[Mono-bugs] [Bug 428166] New: Cosmetic kerning errors

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sun Sep 21 06:05:50 EDT 2008


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: mono-bugs at lists.ximian.com
        ReportedBy: awunwpa7 at yahoo.com.ph
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list