diff options
Diffstat (limited to 'meta/packages/fontconfig/files/local.conf')
| -rw-r--r-- | meta/packages/fontconfig/files/local.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/packages/fontconfig/files/local.conf b/meta/packages/fontconfig/files/local.conf new file mode 100644 index 0000000000..ddd7cf9d03 --- /dev/null +++ b/meta/packages/fontconfig/files/local.conf | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | <?xml version="1.0"?> | ||
| 2 | <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | ||
| 3 | <!-- /etc/fonts/local.conf file for local customizations --> | ||
| 4 | <fontconfig> | ||
| 5 | <!-- Enable sub-pixel rendering --> | ||
| 6 | <match target="font"> | ||
| 7 | <test qual="all" name="rgba"> | ||
| 8 | <const>unknown</const> | ||
| 9 | </test> | ||
| 10 | <edit name="rgba" mode="assign"><const>rgb</const></edit> | ||
| 11 | </match> | ||
| 12 | </fontconfig> | ||
