Created
March 1, 2012 05:25
-
-
Save sgur/1947509 to your computer and use it in GitHub Desktop.
gdipp_setting.xml
This file contains hidden or 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>8</cache_max_faces> | |
<cache_max_sizes>16</cache_max_sizes> | |
<cache_max_bytes>1048576</cache_max_bytes> | |
<lcd_filter>1</lcd_filter> | |
</freetype> | |
</process> | |
<font max_height="72"> | |
<auto_hinting>0</auto_hinting> | |
<embedded_bitmap>0</embedded_bitmap> | |
<embolden>10</embolden> | |
<gamma> | |
<red>2.2</red> | |
<green>2.2</green> | |
<blue>2.2</blue> | |
</gamma> | |
<hinting>0</hinting> | |
<kerning>1</kerning> | |
<render_mode> | |
<mono>0</mono> | |
<gray>1</gray> | |
<subpixel>1</subpixel> | |
<pixel_geometry>0</pixel_geometry> | |
<aliased_text>0</aliased_text> | |
</render_mode> | |
<renderer>20</renderer> | |
<shadow> | |
<offset_x>1</offset_x> | |
<offset_y>1</offset_y> | |
<alpha>0</alpha> | |
</shadow> | |
</font> | |
<!-- <font> --> | |
<!-- <renderer>0</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> | |
</exclude> | |
</gdipp> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment