home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / root / etc / fonts / conf.avail / 20-lohit-gujarati.conf < prev    next >
Extensible Markup Language  |  2006-11-29  |  301b  |  12 lines

  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>
  12.