I wish there was a version that works properly in 64-bit mode
Or do you guys know something about that?
GDI++ , font smoothing...
I need the mac os x look like config(sorry for my bad english)
I need the mac os x look like config(sorry for my bad english)
Your English is fine ![]()
There is an premade config somewhere here on this forum...
Instead of you could prompt to me what configuration is most of all similar on Mac?
I can't believe nobody has compiled this for 64-bit systems yet, what with it being open source and all.
Can someone tell me how to install the x64 version of GDI++?
http://code.google.com/p/ezgdi/wiki/InstallGuide
I downloaded ezgdi-dll-r28.zip but what do I do with the files inside?
Does any know how, or if it is possible to stop the "tails" on some of the text being cut off when using GDI++.
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.
Can someone tell me how to install the x64 version of GDI++?http://code.google.com/p/ezgdi/wiki/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
Could anyone upload Ojalord's setup, or is that currently outdated? I'm having a problem with GDI in Windows 7.. if I use clear or light colored backgrounds the font on the desktop icons looks heavily pixalated and distorted. I don't use a specific .ini, just the default.
I've tried various fonts, pre-smoothed and not, but I always get the same result.
Any help?
Could anyone upload Ojalord's setup, or is that currently outdated? I'm having a problem with GDI in Windows 7.. if I use clear or light colored backgrounds the font on the desktop icons looks heavily pixalated and distorted. I don't use a specific .ini, just the default.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.
That has been an issue even with Vista.
I see, was this solved in any way through a modification or do people simply not use clear backgrounds? ![]()
Does any know how, or if it is possible to stop the "tails" on some of the text being cut off when using GDI++.
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/gdi++/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
Maybe I'm doing something wrong though.
Those using gdi++ / exgdi may be interested in another off-shoot, gdipp.
/>http://code.google.com/p/gdipp/
Cheers,
James
x
Those using gdi++ / exgdi may be interested in another off-shoot, gdipp.
/>http://code.google.com/p/gdipp/Cheers,
James
x
Works great in Win7 64bits, thanks a lot!
those using gdi++ or gdipp can try this one http://www.fonlan.cn/ It can even improved the fonts rendering in google chrome browser
those using gdi++ or gdipp can try this one http://www.fonlan.cn/ It can even improved the fonts rendering in google chrome browser
I wish i knew chinese :S :S :S
I'm keeping gdipp for the moment.
I started using ezgdi. I tried gdipp but for some reason it only affected some text and caused a bit of instability. ezgdi is basically the same thing though the setup is a bit different and the settings file is a little different.
May someone who is using gdipp show his/her config, please? Thanks.
May someone who is using gdipp show his/her config, please? Thanks.
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>
Aqua-Soft Forums