Closed GoogleCodeExporter closed 9 years ago
Wireshark looks great to me (using the FreeType renderer). See screenshots.
- gdipp 0.9.1
- FreeType renderer
- Windows 7 Enterprise x64
Original comment by seandy...@gmail.com
on 13 Oct 2010 at 9:10
Attachments:
I have repeated the tests using AppInit method (I was using service mode
before) and on the same version of the WireShark (1.2.5/x64). I have attached
two screenshots. The first one is of the splash screen and the second one is of
the main screen.
Original comment by mmihe...@gmail.com
on 13 Oct 2010 at 9:35
Attachments:
There is a little section in the gdi_settings.xml file. If I comment it out I
see exactly the problem you describe. When I leave it in, the problem goes
away:
<!-- comment this out to see your problem -->
<font>
<renderer>0</renderer>
</font>
Original comment by seandy...@gmail.com
on 13 Oct 2010 at 10:33
My settings are:
<font max_height="72">
<renderer>10</renderer>
</font>
As far as I know render=0 means to use ClearType as a renderer. By setting this
option you disable FreeType as a renderer.
Original comment by mmihe...@gmail.com
on 13 Oct 2010 at 12:43
The 0.9.1 gdipp_setting.xml file has an *additional* <font> section below the
main one:
<font max_height="72">
<renderer>10</renderer>
</font>
. . .
<!-- Seems to be required for GTK apps -->
<font>
<renderer>0</renderer>
</font>
Original comment by seandy...@gmail.com
on 13 Oct 2010 at 1:38
GTK applications are excluded by default in the setting file. Issue 24 shows
the result if you do not do so.
Comment 5 by seandynan describe the key points of how to enable the exclusion.
I highly recommend you try the default setting file along with the 0.9.1
installer, or follow the upgrade guideline
http://code.google.com/p/gdipp/wiki/HowToUpgrade.
Original comment by crendk...@gmail.com
on 13 Oct 2010 at 7:43
The issue is resolved and it can be closed. It was, as described, a
configuration mistake on my part. The GTK applications are not supported and
must be excluded from renderer.
I would suggest adding a comment to the default settings xml file - at least to
this setting, why it is needed. It is hard to find this information otherwise.
Thanks to both of you.
Original comment by mmihe...@gmail.com
on 15 Oct 2010 at 5:51
OK.
Original comment by crendk...@gmail.com
on 19 Oct 2010 at 4:54
Issue 136 has been merged into this issue.
Original comment by crendk...@gmail.com
on 23 Oct 2010 at 12:19
Original issue reported on code.google.com by
mmihe...@gmail.com
on 13 Oct 2010 at 5:44