[Bug 752538] gtk2 widgets too "tight"

bugzilla at redhat.com bugzilla at redhat.com
Sat Nov 19 22:17:02 UTC 2011


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=752538

--- Comment #6 from Pierre Ossman <pierre-bugzilla at ossman.eu> 2011-11-19 17:17:01 EST ---
Created attachment 534591
  --> https://bugzilla.redhat.com/attachment.cgi?id=534591
Python test program

Test program that gets the extents of "x" of DejaVu Sans Mono at 10pt via
Pango.

On Fedora 16, I get:

((1, 5, 6, 7), (0, 0, 8, 15))
((1024, 5120, 6144, 7168), (0, 0, 8192, 15360))

Whilst Fedora 14 gives:

((1, 6, 6, 7), (0, 0, 8, 17))
((1024, 6144, 6144, 7168), (0, 0, 8192, 17408))

Note that last number there, which matches the line height.

And for more reference, RHEL 6:

((0, 5, 8, 8), (0, 0, 8, 17))
((0, 5120, 8192, 8192), (0, 0, 8192, 17408))

Not sure why the first set of numbers change so drastically. Could be hinting
differences...

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the fonts-bugs mailing list