Skip to content

Instantly share code, notes, and snippets.

@wolfpython
Created February 26, 2011 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wolfpython/845078 to your computer and use it in GitHub Desktop.
Save wolfpython/845078 to your computer and use it in GitHub Desktop.
<match target="font">
<edit mode="assign" name="rgba">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
</match>
<match target="font">
<edit name="autohint">
<bool>false</bool>
</edit>
</match>
<match target="font">
<edit name="hinting">
<bool>true</bool>
</edit>
</match>
@ykitajima
Copy link

Thanks, it worked!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment