diff options
Diffstat (limited to 'system/webcore-fonts/25-noautohint-corefonts.conf')
-rw-r--r-- | system/webcore-fonts/25-noautohint-corefonts.conf | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/system/webcore-fonts/25-noautohint-corefonts.conf b/system/webcore-fonts/25-noautohint-corefonts.conf new file mode 100644 index 0000000000..f017ed6ba4 --- /dev/null +++ b/system/webcore-fonts/25-noautohint-corefonts.conf @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> + +<!-- +http://slackwiki.org/LCD_Monitor_Configuration_In_X.Org + +SlackWiki recommends using the Bytecode interpreter to render +core fonts. In this file, we disable the Freetype autohinter +for Webcore fonts only. If you've enabled the Bytecode interpreter, +it will then be used to render Webcore fonts even if you turn +the autohinter on. +--> + +<fontconfig> + <test name="family"> + <string>Andale Mono</string> + <string>Arial</string> + <string>Comic Sans MS</string> + <string>Courier New</string> + <string>Georgia</string> + <string>Impact</string> + <string>Tahoma</string> + <string>Times New Roman</string> + <string>Trebuchet MS</string> + <string>Verdana</string> + <string>Webdings</string> + </test> + <edit mode="assign" name="autohint"> + <bool>false</bool> + </edit> +</fontconfig> |