Imported Upstream version 2.12.1
[platform/upstream/fontconfig.git] / conf.d / 10-hinting-full.conf
1 <?xml version="1.0"?>
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3 <fontconfig>
4   <match target="pattern">
5     <!--
6       This configuration is available on the major desktop environments.
7       We shouldn't overwrite it with "assign" unconditionally.
8       Most clients may picks up the first value only. so using "append"
9       may simply works to avoid it.
10     -->
11     <edit name="hintstyle" mode="append"><const>hintfull</const></edit>
12   </match>
13 </fontconfig>