GDI++ , font smoothing...
#82 Guest_simonsaysno_*
Posted 09 December 2009 - 05:35 PM
Here's an example from deviantart.com

You can see the tail on the "g" is cut off. This happens in all web-browsers. It's the only reason I can't use GDI++. It annoys me too much.
#83
Posted 26 December 2009 - 09:32 AM
winsev, on Nov 11th 2009, 09:29 AM, said:
http://code.google.c...ki/InstallGuide
I downloaded ezgdi-dll-r28.zip but what do I do with the files inside?
There are no installer for ezgdi right now. Only a bare dll, check the file like ezgdi-dll-rXX.zip in download list Extract the zip, put easyhook64 or other easyhook dll in one of the directory in PATH, such as c:\windows or c:\windows\system32
Currently, only registry load are supported. | x64 Windows Installation howto:
* to install on x64 windows, use notepad to edit ezgdi-x64.reg, fix the path to both ezgdi-x86.dll and ezgdi-x64.dll
* if don't need to render 32 bit program, delete last 3 lines in reg file
* then import the reg file
#84
Posted 11 January 2010 - 12:37 AM
I've tried various fonts, pre-smoothed and not, but I always get the same result.
Any help?
#85
Posted 11 January 2010 - 05:54 PM
Aragil, on Jan 11th 2010, 01:37 AM, said:
I've tried various fonts, pre-smoothed and not, but I always get the same result.
Any help?
That has been an issue even with Vista.
#86
Posted 12 January 2010 - 06:54 PM
#87
Posted 16 February 2010 - 03:24 AM
simonsaysno, on 09 December 2009 - 05:35 PM, said:
Here's an example from deviantart.com

You can see the tail on the "g" is cut off. This happens in all web-browsers. It's the only reason I can't use GDI++. It annoys me too much.
I used to have that problem but It doesn't seem to happen to me any more with the latest version: http://free.flop.jp/...src/gdi0909.zip
I do have a new problem in that I can't seem to exclude any apps. Trillian Astra and GDI++ don't seem to get along too well and adding trillian.exe (or any other app) to [DenyModule] doesn't work any more
This post has been edited by Astrophizz: 16 February 2010 - 03:25 AM
#88
Posted 23 March 2010 - 01:44 AM
http://code.google.com/p/gdipp/
Cheers,
James
x
#89
Posted 23 March 2010 - 02:32 AM
jmbattle2, on 23 March 2010 - 01:44 AM, said:
http://code.google.com/p/gdipp/
Cheers,
James
x
Works great in Win7 64bits, thanks a lot!
#90
Posted 17 April 2010 - 06:39 AM
#91
Posted 19 April 2010 - 12:39 AM
anjo, on 17 April 2010 - 06:39 AM, said:
I wish i knew chinese :S :S :S
I'm keeping gdipp for the moment.
#94
Posted 18 July 2010 - 02:29 PM
Di7ra, on 12 May 2010 - 01:16 AM, said:
This is what I came up with after a little tinkering with side-by-side comparison to safari set to medium smoothing.
Of course, you may want to tinker again yourself as LCD screens being different can produce some different appearances, or so I get the impression.
<?xml version="1.0" encoding="UTF-8" ?>
<gdipp>
<version>0.8.1</version>
<gdimm>
<process name="chrome\.exe">
<renderer>10</renderer>
</process>
<process name=".+\.exe">
<freetype>
<cache_max_faces>16</cache_max_faces>
<cache_max_sizes>16</cache_max_sizes>
<cache_max_bytes>8388608</cache_max_bytes>
<lcd_filter>1</lcd_filter>
</freetype>
</process>
<font name=".+">
<auto_hinting>1</auto_hinting>
<embedded_bitmap>0</embedded_bitmap>
<embolden>11</embolden>
<gamma>
<red>1.0</red>
<green>1.0</green>
<blue>1.0</blue>
</gamma>
<hinting>1</hinting>
<kerning>0</kerning>
<max_height>150</max_height>
<render_mode>
<mono>0</mono>
<gray>1</gray>
<subpixel>1</subpixel>
<pixel_geometry>0</pixel_geometry>
<aliased_text>0</aliased_text>
</render_mode>
<renderer>10</renderer>
<shadow>
<offset_x>1</offset_x>
<offset_y>1</offset_y>
<alpha>0</alpha>
</shadow>
</font>
</gdimm>
<demo>
<count>5000</count>
<font>Arial</font>
<font>Consolas</font>
<font>Segoe UI</font>
<font>Tahoma</font>
<font>Verdana</font>
<random_text>0</random_text>
</demo>
<exclude>
<process>ccc.exe\.exe</process>
<process>bfbc2game\.exe</process>
<process>dwm\.exe</process>
<process>logonui\.exe</process>
<process>rundll32\.exe</process>
<process>service\.exe</process>
<process>spoolsv\.exe</process>
<process>svchost\.exe</process>
<process>taskhost\.exe</process>
<process>userinit\.exe</process>
<process>werfault\.exe</process>
<process>wininit\.exe</process>
<process>winlogon\.exe</process>
</exclude>
</gdipp>








Sign In »
Register Now!
Help


MultiQuote