Closed GoogleCodeExporter closed 9 years ago
This problem is caused by the native incompatibility of ClearType and FreeType.
The
notepad specifies the cell descent to 2 rows, while the generated "g" in 9pt
has 3
rows descent. Therefore, the bottom 1 row is cut, as your screenshot shows.
Ad-hoc
fix to this problem is very easy, either by ignoring the descent limit, lifting
the
baseline of "g" character by 1 pixel, or simulating ClearType so to "project"
the
missing row to the bottom row. Unfortunately, these tricks may not be
acceptable as
general solutions for all characters/fonts/point size/applications.
Original comment by crendk...@gmail.com
on 3 Jun 2010 at 4:43
Original comment by crendk...@gmail.com
on 3 Jun 2010 at 5:24
This is solved in the development version. The clipped pixels are put on the
bottom of the clipping box instead.
There is also a discussion thread in ThemeX forum:
http://bbs.themex.net/showthread.php?t=16866347.
Original comment by crendk...@gmail.com
on 10 Aug 2010 at 5:22
Attachments:
Original issue reported on code.google.com by
gkr...@gmail.com
on 27 May 2010 at 12:34