summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2005-12-13 17:50:50 +0000
committerCarl Worth <cworth@cworth.org>2005-12-13 17:50:50 +0000
commita7683cafe10925d09855f927cb7602a90e10516f (patch)
treeb7480a5d3e2f3157e44e81946b08df4017d192de
parent4edd0a0286c3c7fc3497afe8f5f68df118deb682 (diff)
Add a configuration file that disables hinting for the Lohit Gujarati font
(since the hinting distort some glyphs quite badly). reviewed by: keithp
-rw-r--r--ChangeLog8
-rw-r--r--conf.d/10LohitGujarati.conf5
-rw-r--r--conf.d/Makefile.am1
3 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cf5aa6..2a5e36e 100644
--- 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
index 0000000..eb51f86
--- /dev/null
+++ b/conf.d/10LohitGujarati.conf
@@ -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
diff --git a/conf.d/Makefile.am b/conf.d/Makefile.am
index c9cb012..6fa4ee5 100644
--- a/conf.d/Makefile.am
+++ b/conf.d/Makefile.am
@@ -22,6 +22,7 @@
# PERFORMANCE OF THIS SOFTWARE.
CONF_FILES = \
+ 10LohitGujarati.conf \
autohint.conf \
no-bitmaps.conf \
no-sub-pixel.conf \