]> git.wh0rd.org - fontconfig.git/commitdiff
Add a configuration file that disables hinting for the Lohit Gujarati font
authorCarl Worth <cworth@cworth.org>
Tue, 13 Dec 2005 17:50:50 +0000 (17:50 +0000)
committerCarl Worth <cworth@cworth.org>
Tue, 13 Dec 2005 17:50:50 +0000 (17:50 +0000)
    (since the hinting distort some glyphs quite badly).
reviewed by: keithp

ChangeLog
conf.d/10LohitGujarati.conf [new file with mode: 0644]
conf.d/Makefile.am

index 3cf5aa6c25e6d41ddda6ff11abb263b1f277a5ca..2a5e36e6d6b414ae21d775907ed8a48c41dd5e7d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
        
diff --git a/conf.d/10LohitGujarati.conf b/conf.d/10LohitGujarati.conf
new file mode 100644 (file)
index 0000000..eb51f86
--- /dev/null
@@ -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>
\ No newline at end of file
index c9cb012520f5af7401353ea605347c8713ffb814..6fa4ee5266917600290f4eda60888eb94e49cec2 100644 (file)
@@ -22,6 +22,7 @@
 #  PERFORMANCE OF THIS SOFTWARE.
 
 CONF_FILES = \
+       10LohitGujarati.conf \
        autohint.conf \
        no-bitmaps.conf \
        no-sub-pixel.conf \