diff options
author | Dugan Chen <dugan [underscore] c [at] fastmail [dot] fm> | 2010-05-11 22:55:37 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-11 22:55:37 +0200 |
commit | ea84d1a5488cc81d48524e9f122c2f48172d1f0f (patch) | |
tree | d0dd3171ce1a98bea95687552b947b81dd230c94 /system/webcore-fonts/25-noautohint-corefonts.conf | |
parent | 1f750cab57ee9154b25f76a5136f173fffd1ef77 (diff) | |
download | slackbuilds-ea84d1a5488cc81d48524e9f122c2f48172d1f0f.tar.gz |
system/webcore-fonts: Added to 12.1 repository
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> |