Mercurial > hg > camir-aes2014
comparison toolboxes/graph_visualisation/etc/fonts/conf.d/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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e9a9cd732c1e |
---|---|
1 <?xml version="1.0"?> | |
2 <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
3 <fontconfig> | |
4 | |
5 <!-- Available Gujarti fonts look much better without hinting --> | |
6 | |
7 <match target="font"> | |
8 <test name="family"><string>Lohit Gujarati</string></test> | |
9 <edit name="hinting"><bool>false</bool></edit> | |
10 </match> | |
11 </fontconfig> |