+ <description>set up render settings; aliases for Source, Dina</description>
+
+ <!-- rgb pixel alignment -->
+ <match target="font">
+ <edit name="rgba" mode="assign">
+ <const>rgb</const>
+ </edit>
+ </match>
+ <!-- duplicate 20-hinting-slight.conf just in case -->
+ <match target="pattern">
+ <edit name="hintstyle" mode="append">
+ <const>hintslight</const>
+ </edit>
+ </match>
+
+ <!-- preface 60-generic.conf and prefer no color.
+ this value is actually not that useful due to implementation detail...
+ -->
+ <match>
+ <test name="lang">
+ <string>und-zsye</string>
+ </test>
+ <test qual="all" name="color" compare="not_eq">
+ <bool>true</bool>
+ </test>
+ <test qual="all" name="color" compare="not_eq">
+ <bool>false</bool>
+ </test>
+ <edit name="color" mode="append">
+ <bool>false</bool>
+ </edit>
+ </match>
+