Advertisement
Guest User

fonts.conf

a guest
Jan 10th, 2016
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.78 KB | None | 0 0
  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.  
  9.  <match target="font">
  10.   <edit mode="assign" name="hinting">
  11.    <bool>true</bool>
  12.   </edit>
  13.  </match>
  14.  <match target="font">
  15.   <edit mode="assign" name="hintstyle">
  16.    <const>hintfull</const>
  17.   </edit>
  18.  </match>
  19.  <match target="font">
  20.   <edit mode="assign" name="antialias">
  21.    <bool>true</bool>
  22.   </edit>
  23.  </match>
  24.  
  25.  <match target="font">
  26.              <edit name="autohint" mode="assign">
  27.                 <bool>true</bool>
  28.             </edit>
  29.         </match>
  30.  
  31. <match target="font">
  32.             <edit mode="assign" name="lcdfilter"> <const>lcddefault</const> </edit>
  33.                 </match>
  34. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement