10-hinting-medium.conf revision a32e9e42
1953daebaSmrg<?xml version="1.0"?>
2953daebaSmrg<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
3953daebaSmrg<fontconfig>
4a32e9e42Smrg  <its:rules xmlns:its="http://www.w3.org/2005/11/its" version="1.0">
5a32e9e42Smrg    <its:translateRule translate="no" selector="/fontconfig/*[not(self::description)]"/>
6a32e9e42Smrg  </its:rules>
7a32e9e42Smrg
8a32e9e42Smrg  <description>Set hintmedium to hintstyle</description>
9a32e9e42Smrg
10953daebaSmrg  <match target="pattern">
11953daebaSmrg    <!--
12953daebaSmrg      This configuration is available on the major desktop environments.
13953daebaSmrg      We shouldn't overwrite it with "assign" unconditionally.
14953daebaSmrg      Most clients may picks up the first value only. so using "append"
15953daebaSmrg      may simply works to avoid it.
16953daebaSmrg    -->
17953daebaSmrg    <edit name="hintstyle" mode="append"><const>hintmedium</const></edit>
18953daebaSmrg  </match>
19953daebaSmrg</fontconfig>
20