Created
September 21, 2014 21:56
-
-
Save junmakii/f7b5557cbc43b7156b05 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <fontconfig> | |
| <match target="font"> | |
| <edit name="dpi" mode="assign"> | |
| <double>102.0</double> | |
| </edit> | |
| <edit name="lcdfilter" mode="assign"><const>lcddefault</const></edit> | |
| <!-- lcddefault = blur, none and lcddefault = clear --> | |
| <edit name="dpi" mode="assign"><double>102</double></edit> | |
| <edit name="scalable" mode="assign"><bool>True</bool></edit> | |
| <edit name="embeddedbitmap" mode="assign"><bool>True</bool></edit> | |
| <edit name="bitmap_monospace" mode="assign"><bool>False</bool></edit> | |
| <edit name="force_autohint" mode="assign"><bool>False</bool></edit> | |
| <edit name="outline" mode="assign"><bool>False</bool></edit> | |
| <edit name="rgba" mode="assign"><const>none</const></edit> | |
| <!-- rgb = clear --><!-- vrgb = bulur --><!-- rgb > bgr > vrgb > vbgr --> | |
| <!-- none = blur --> | |
| <edit name="antialias" mode="assign"><bool>True</bool></edit> | |
| <edit name="hinting" mode="assign"><bool>False</bool></edit><!-- false = bulur --> | |
| <edit name="autohint" mode="assign"><bool>True</bool></edit><!-- True = bulur --> | |
| <edit name="hintstyle" mode="assign"><const>hintslight</const></edit><!-- none > hintslight --> | |
| <!-- <edit name="embolden" mode="assign"><bool>True</bool></edit> --> | |
| </match> | |
| </fontconfig> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment