home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20110725.etc.tar.gz / bradford.20110725.etc.tar / etc / fonts / local.conf.instsys < prev    next >
Extensible Markup Language  |  2006-06-09  |  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.