Guest

Untitled

By: a guest on Jan 28th, 2012  |  syntax: None  |  size: 0.52 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse
Copied
  1. <?xml version="1.0"?><!DOCTYPE fontconfig SYSTEM "fonts.dtd">
  2. <fontconfig>
  3.  <match target="font" >
  4.   <edit mode="assign" name="rgba" >
  5.    <const>none</const>
  6.   </edit>
  7.  </match>
  8.  <match target="font" >
  9.   <edit mode="assign" name="hinting" >
  10.    <bool>true</bool>
  11.   </edit>
  12.  </match>
  13.  <match target="font" >
  14.   <edit mode="assign" name="hintstyle" >
  15.    <const>hintmedium</const>
  16.   </edit>
  17.  </match>
  18.  <match target="font" >
  19.   <edit mode="assign" name="antialias" >
  20.    <bool>true</bool>
  21.   </edit>
  22.  </match>
  23. </fontconfig>