Advertisement
Guest User

Untitled

a guest
Mar 6th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.53 KB | None | 0 0
  1. <?xml version='1.0'?>
  2. <!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
  3. <fontconfig>
  4.   <match target="font">
  5.     <edit name="rgba" mode="assign">
  6.       <const>rgb</const>
  7.     </edit>
  8.     <edit name="hinting" mode="assign">
  9.       <bool>true</bool>
  10.     </edit>
  11.     <edit name="antialias" mode="assign">
  12.       <bool>true</bool>
  13.     </edit>
  14.     <edit name="hintstyle" mode="assign">
  15.       <const>hintslight</const>
  16.     </edit>
  17.     <edit name="lcdfilter" mode="assign">
  18.       <const>lcddefault</const>
  19.     </edit>
  20.   </match>
  21. </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement