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

  1. <?xml version="1.0"?>
  2. <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  3. <!-- /etc/fonts/local.conf file for local customizations -->
  4. <fontconfig>
  5.  
  6. <!--
  7.     Special setup used only during the installation of SuSE Linux.
  8.     During installation, this file is moved to local.conf, otherwise
  9.     it is not used.
  10. -->
  11.  
  12.         <match target="font">
  13.                 <edit name="embeddedbitmap">
  14.                         <bool>true</bool>
  15.                 </edit>
  16.         </match>
  17.  
  18. </fontconfig>
  19.