liushaolin / ezgdi

Automatically exported from code.google.com/p/ezgdi
0 stars 0 forks source link

GIMP #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to use GIMP with ezgdi
2. Fonts do not render properly
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
latest version, Win 7

Please provide any additional information below.

Original issue reported on code.google.com by jonra...@gmail.com on 11 Mar 2010 at 9:24

Attachments:

GoogleCodeExporter commented 8 years ago
GTK+ library uses transformation on the display surfaces. gdi++ does not 
support such
transformation and directly send the metrics to FreeType, resulting in bad 
quality
glyphs. Solution is simple, set MaxHeight to a POSITIVE number less than 100 
(do not
use 0), and ezgdi should not render GIMP anymore.

Original comment by crendk...@gmail.com on 11 Mar 2010 at 9:44

GoogleCodeExporter commented 8 years ago
Cool! Gimp fixed - ta

Original comment by jonra...@gmail.com on 11 Mar 2010 at 9:53

GoogleCodeExporter commented 8 years ago

Original comment by crendk...@gmail.com on 12 Mar 2010 at 5:39