diff options
author | Keith Packard <keithp@neko.keithp.com> | 2006-09-09 21:32:14 -0700 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2006-09-09 21:32:14 -0700 |
commit | 6c5619a08575943f75d2341e1a4931ec5faf716b (patch) | |
tree | 26ce73304045cbdaeaa3577cbded2b0e7afe98f0 /conf.d/10-sub-pixel-rgb.conf | |
parent | 9596dce93b751c01770da175d208d78aeaf6ae00 (diff) |
Split much of the configuration into separate files. Renumber files
Most of the remaining elements in fonts.conf have been moved to separate
files. The numbering scheme for conf.d files has been documented in the
README and the files have been renumbered. Config files have been
validated against the DTD and a few minor errors fixed.
Diffstat (limited to 'conf.d/10-sub-pixel-rgb.conf')
-rw-r--r-- | conf.d/10-sub-pixel-rgb.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/conf.d/10-sub-pixel-rgb.conf b/conf.d/10-sub-pixel-rgb.conf new file mode 100644 index 0000000..c4e8a42 --- /dev/null +++ b/conf.d/10-sub-pixel-rgb.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>rgb</const></edit> + </match> +</fontconfig> |