mspapant / gdipp

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

GTK applications are not smoothed #24

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What is the expected output? What do you see instead?
GTK applications (Pidgin, Tomboy, Keepnote) are not smoothed at all.

What version of gdipp are you using? On what operating system (with
bitness)?
0.7.2

Original issue reported on code.google.com by ibrahimk...@gmail.com on 29 Mar 2010 at 2:02

Attachments:

GoogleCodeExporter commented 8 years ago
You can force gdipp to render GTK application by setting max_height to 0. You 
will
get the effect as the attachment (same as gdi++). That's why I highly 
recommending
not  setting max_height to 0 in the SETTING document.

The cause of this problem is that GTK framework uses GDI transformations, 
scaling the
coordinate system, and changing the font heights. gdipp current does not support
transformation. We may add such support in future versions, with low priority.

Original comment by crendk...@gmail.com on 5 Apr 2010 at 12:38

Attachments:

GoogleCodeExporter commented 8 years ago

Original comment by crendk...@gmail.com on 15 Apr 2010 at 10:51