Created
January 3, 2012 06:58
-
-
Save maman/1553860 to your computer and use it in GitHub Desktop.
my gdipp settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8" ?> | |
<gdipp> | |
<version>0.9.1</version> | |
<gdimm> | |
<process> | |
<freetype> | |
<cache_max_faces>32</cache_max_faces> | |
<cache_max_sizes>32</cache_max_sizes> | |
<cache_max_bytes>4194304</cache_max_bytes> | |
<lcd_filter>2</lcd_filter> | |
</freetype> | |
</process> | |
<font max_height="72"> | |
<auto_hinting>1</auto_hinting> | |
<embedded_bitmap>0</embedded_bitmap> | |
<embolden>25.0</embolden> | |
<gamma> | |
<red>1.0</red> | |
<green>1.0</green> | |
<blue>1.0</blue> | |
</gamma> | |
<hinting>1</hinting> | |
<kerning>0</kerning> | |
<render_mode> | |
<mono>0</mono> | |
<gray>1</gray> | |
<subpixel>2</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> | |
<font> | |
<renderer>10</renderer> | |
</font> | |
</gdimm> | |
<demo> | |
<count>5000</count> | |
<threads>2</threads> | |
<random_text>0</random_text> | |
<font>Arial</font> | |
<font>Consolas</font> | |
<font>Segoe UI</font> | |
<font>Tahoma</font> | |
<font>Verdana</font> | |
</demo> | |
<exclude> | |
<process>conhost\.exe</process> | |
<process>dwm\.exe</process> | |
<process>logonui\.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> | |
<process>excel\.exe</process> | |
<process>pidgin\.exe</process> | |
<process>gtk\.exe</process> | |
</exclude> | |
</gdipp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment