diff options
Diffstat (limited to 'Master/bin/win32/conf/conf.d/10-sub-pixel-vrgb.conf')
-rw-r--r-- | Master/bin/win32/conf/conf.d/10-sub-pixel-vrgb.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/bin/win32/conf/conf.d/10-sub-pixel-vrgb.conf b/Master/bin/win32/conf/conf.d/10-sub-pixel-vrgb.conf new file mode 100644 index 00000000000..60239e0254b --- /dev/null +++ b/Master/bin/win32/conf/conf.d/10-sub-pixel-vrgb.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>vrgb</const></edit> + </match> +</fontconfig> |