Mercurial > hg > camir-aes2014
annotate toolboxes/graph_visualisation/etc/fonts/conf.avail/20-lohit-gujarati.conf @ 0:e9a9cd732c1e tip
first hg version after svn
author | wolffd |
---|---|
date | Tue, 10 Feb 2015 15:05:51 +0000 |
parents | |
children |
rev | line source |
---|---|
wolffd@0 | 1 <?xml version="1.0"?> |
wolffd@0 | 2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> |
wolffd@0 | 3 <fontconfig> |
wolffd@0 | 4 |
wolffd@0 | 5 <!-- Available Gujarti fonts look much better without hinting --> |
wolffd@0 | 6 |
wolffd@0 | 7 <match target="font"> |
wolffd@0 | 8 <test name="family"><string>Lohit Gujarati</string></test> |
wolffd@0 | 9 <edit name="hinting"><bool>false</bool></edit> |
wolffd@0 | 10 </match> |
wolffd@0 | 11 </fontconfig> |