From a7683cafe10925d09855f927cb7602a90e10516f Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Tue, 13 Dec 2005 17:50:50 +0000 Subject: [PATCH] Add a configuration file that disables hinting for the Lohit Gujarati font (since the hinting distort some glyphs quite badly). reviewed by: keithp --- ChangeLog | 8 ++++++++ conf.d/10LohitGujarati.conf | 5 +++++ conf.d/Makefile.am | 1 + 3 files changed, 14 insertions(+) create mode 100644 conf.d/10LohitGujarati.conf diff --git a/ChangeLog b/ChangeLog index 3cf5aa6..2a5e36e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-12-13 Carl Worth + 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 : 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 @@ + + + Lohit Gujarati + false + \ 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 \