diff options
author | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-20 14:42:27 +0000 |
---|---|---|
committer | Staszek Wawrykiewicz <staw@gust.org.pl> | 2006-12-20 14:42:27 +0000 |
commit | 15ed80e8ce4d69bb28f16928be9ca4273ca55553 (patch) | |
tree | 7261e4553412941790aa8a035709f76432bb857b /Master/bin/win32/conf/conf.d/10-no-sub-pixel.conf | |
parent | b3af79be3215b82c0522f0f70664135b8f8ec0a6 (diff) |
new stuff from Akira
git-svn-id: svn://tug.org/texlive/trunk@2824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/win32/conf/conf.d/10-no-sub-pixel.conf')
-rw-r--r-- | Master/bin/win32/conf/conf.d/10-no-sub-pixel.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/bin/win32/conf/conf.d/10-no-sub-pixel.conf b/Master/bin/win32/conf/conf.d/10-no-sub-pixel.conf new file mode 100644 index 00000000000..5d64a0b4333 --- /dev/null +++ b/Master/bin/win32/conf/conf.d/10-no-sub-pixel.conf @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<!DOCTYPE fontconfig SYSTEM "fonts.dtd"> +<!-- conf.d/sub-pixel.conf --> +<fontconfig> +<!-- Enable sub-pixel rendering --> + <match target="font"> + <edit name="rgba" mode="assign"><const>none</const></edit> + </match> +</fontconfig> |