]> git.wh0rd.org - fontconfig.git/blobdiff - conf.d/25-unhint-nonlatin.conf
Merge some of Mandriva configuration into upstream configuration. Bug 13247
[fontconfig.git] / conf.d / 25-unhint-nonlatin.conf
index 943460cf5e51e0ee2b04ae8d2a6c36bc3622e637..3a0005552a08519d7529d9393e0dfe1053e5fa8e 100644 (file)
@@ -224,4 +224,24 @@ And Sinhala
                </edit>
        </match>
 
+<!--
+Old(?) Indic fonts
+-->
+       <match target="font">
+               <test name="family" compare="eq">
+                       <string>Likhan</string>
+               </test>
+               <edit name="hinting" mode="assign">
+                       <bool>false</bool>
+               </edit>
+       </match>
+       <match target="font">
+               <test name="family" compare="eq">
+                       <string>Raghindi</string>
+               </test>
+               <edit name="hinting" mode="assign">
+                       <bool>false</bool>
+               </edit>
+       </match>
+
 </fontconfig>