summaryrefslogtreecommitdiff
path: root/gtk+-mingw/share/fontconfig/conf.avail/10-no-sub-pixel.conf
diff options
context:
space:
mode:
Diffstat (limited to 'gtk+-mingw/share/fontconfig/conf.avail/10-no-sub-pixel.conf')
-rw-r--r--gtk+-mingw/share/fontconfig/conf.avail/10-no-sub-pixel.conf14
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk+-mingw/share/fontconfig/conf.avail/10-no-sub-pixel.conf b/gtk+-mingw/share/fontconfig/conf.avail/10-no-sub-pixel.conf
deleted file mode 100644
index e650160..0000000
--- a/gtk+-mingw/share/fontconfig/conf.avail/10-no-sub-pixel.conf
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
-<fontconfig>
-<!-- Enable sub-pixel rendering -->
- <match target="font">
- <!--
- This configuration is available on the major desktop environments.
- We shouldn't overwrite it with "assign" unconditionally.
- Most clients may picks up the first value only. so using "append"
- may simply works to avoid it.
- -->
- <edit name="rgba" mode="append"><const>none</const></edit>
- </match>
-</fontconfig>