Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
- <fontconfig>
- <!-- settings go here -->
- <match target="font">
- <test name="weight" compare="more">
- <const>medium</const>
- </test>
- <edit name="autohint" mode="assign">
- <bool>trye</bool>
- </edit>
- </match>
- <match target="font">
- <edit name="antialias" mode="assign">
- <bool>false</bool>
- </edit>
- </match>
- <match target="font" >
- <test name="size" qual="any" compare="more">
- <double>12</double>
- </test>
- <edit name="antialias" mode="assign">
- <bool>true</bool>
- </edit>
- </match>
- <match target="font" >
- <test name="pixelsize" qual="any" compare="more">
- <double>16</double>
- </test>
- <edit name="antialias" mode="assign">
- <bool>true</bool>
- </edit>
- </match>
- </fontconfig>
Advertisement
Add Comment
Please, Sign In to add comment