Download:
child 19:a06ce63791dd
parent 17:713bd8e0b5d0
18:909400f5ee6b
Anton Shestakov <engored@ya.ru>, Sun, 09 Dec 2012 17:24:37 +0900
Font config.

1 файлов изменено, 27 вставок(+), 0 удалений(-) [+]
fonts/local.conf file | annotate | diff | comparison | revisions
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/fonts/local.conf Sun Dec 09 17:24:37 2012 +0900
@@ -0,0 +1,27 @@
+<?xml version='1.0'?>
+<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
+<fontconfig>
+ <match target="font">
+
+ <edit mode="assign" name="rgba">
+ <const>none</const>
+ </edit>
+
+ <edit mode="assign" name="hinting">
+ <bool>true</bool>
+ </edit>
+
+ <edit mode="assign" name="hintstyle">
+ <const>hintfull</const>
+ </edit>
+
+ <edit mode="assign" name="antialias">
+ <bool>true</bool>
+ </edit>
+
+ <edit mode="assign" name="lcdfilter">
+ <const>lcdnone</const>
+ </edit>
+
+ </match>
+</fontconfig>