Guest User

~/.fonts.conf

a guest
Jun 3rd, 2013
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.92 KB | None | 0 0
  1. <?xml version='1.0'?>
  2. <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
  3. <fontconfig>
  4.  <match target="font" >
  5.   <edit mode="assign" name="rgba" >
  6.    <const>none</const>
  7.   </edit>
  8.  </match>
  9.  <match target="font" >
  10.   <edit mode="assign" name="hintstyle" >
  11.    <const>hintmedium</const>
  12.   </edit>
  13.  </match>
  14.  <match target="font" >
  15.   <edit mode="assign" name="antialias" >
  16.    <bool>true</bool>
  17.   </edit>
  18.  </match>
  19.  <match target="font">
  20.   <edit name="autohint" mode="assign">
  21.    <bool>true</bool>
  22.   </edit>
  23.  </match>
  24.  <match target="font">
  25.   <test name="weight" compare="more">
  26.    <const>medium</const>
  27.   </test>
  28.   <edit name="autohint" mode="assign">
  29.    <bool>false</bool>
  30.   </edit>
  31.  </match>
  32.  <match target="font">
  33.   <edit mode="assign" name="lcdfilter">
  34.    <const>lcdlight</const>
  35.   </edit>
  36.  </match>
  37.  <match target="pattern">
  38.   <edit name="dpi" mode="assign">
  39.    <double>104</double>
  40.   </edit>
  41.  </match>
  42. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment