Add a configuration file that disables hinting for the Lohit Gujarati font

(since the hinting distort some glyphs quite badly).
reviewed by: keithp
This commit is contained in:
Carl Worth 2005-12-13 17:50:50 +00:00
parent 4edd0a0286
commit a7683cafe1
3 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,11 @@
2005-12-13 Carl Worth <cworth@cworth.org>
reviewed by: keithp
* conf.d/Makefile.am:
* conf.d/10LohitGujarati.conf: Add a configuration file that
disables hinting for the Lohit Gujarati font (since the hinting
distort some glyphs quite badly).
2005-11-23 Frederic Crozat <fcrozat@mandriva.com>:
reviewed by: plam

View File

@ -0,0 +1,5 @@
<!-- Available Gujarti fonts look much better without hinting -->
<match target="font">
<test name="family"><string>Lohit Gujarati</string></test>
<edit name="hinting"><bool>false</bool></edit>
</match>

View File

@ -22,6 +22,7 @@
# PERFORMANCE OF THIS SOFTWARE.
CONF_FILES = \
10LohitGujarati.conf \
autohint.conf \
no-bitmaps.conf \
no-sub-pixel.conf \