diff options
author | marha <marha@users.sourceforge.net> | 2012-03-26 14:37:05 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-03-26 14:37:05 +0200 |
commit | fb2b04331b6ae2cd11f6132cf16f6fcd848fb6b8 (patch) | |
tree | d9b7345ddfe702b820c7020fb784f0e3dc2253bf /fontconfig/conf.d/10-autohint.conf | |
parent | 76bcc36ed305418a3ddc5752d287ede894243e1b (diff) | |
parent | 1d6d472342aee7b9c68e9f1d92762ef808d35ac2 (diff) | |
download | vcxsrv-fb2b04331b6ae2cd11f6132cf16f6fcd848fb6b8.tar.gz vcxsrv-fb2b04331b6ae2cd11f6132cf16f6fcd848fb6b8.tar.bz2 vcxsrv-fb2b04331b6ae2cd11f6132cf16f6fcd848fb6b8.zip |
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'fontconfig/conf.d/10-autohint.conf')
-rw-r--r-- | fontconfig/conf.d/10-autohint.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/fontconfig/conf.d/10-autohint.conf b/fontconfig/conf.d/10-autohint.conf index c597bf41d..bf08de83e 100644 --- a/fontconfig/conf.d/10-autohint.conf +++ b/fontconfig/conf.d/10-autohint.conf @@ -3,6 +3,12 @@ <fontconfig> <!-- Use the Autohinter --> <match target="font"> - <edit name="autohint" mode="assign"><bool>true</bool></edit> + <!-- + 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="autohint" mode="append"><bool>true</bool></edit> </match> </fontconfig> |