summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2002-06-18 22:47:32 +0000
committerMartin Schlemmer <azarah@gentoo.org>2002-06-18 22:47:32 +0000
commitaa237a3e14704a1eca1a931e95affecee8ec5f62 (patch)
treef389542b85f9ca790284cb3fe14f691981316171 /net-www
parentnew version. fix #3437. thanks to Ben Cornett for the submission. (diff)
downloadhistorical-aa237a3e14704a1eca1a931e95affecee8ec5f62.tar.gz
historical-aa237a3e14704a1eca1a931e95affecee8ec5f62.tar.bz2
historical-aa237a3e14704a1eca1a931e95affecee8ec5f62.zip
disable auto-hinting
Diffstat (limited to 'net-www')
-rw-r--r--net-www/mozilla/files/mozilla-xft-unix-prefs.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-www/mozilla/files/mozilla-xft-unix-prefs.patch b/net-www/mozilla/files/mozilla-xft-unix-prefs.patch
index 4c7007f941ba..9e8ba6751a25 100644
--- a/net-www/mozilla/files/mozilla-xft-unix-prefs.patch
+++ b/net-www/mozilla/files/mozilla-xft-unix-prefs.patch
@@ -11,7 +11,7 @@
// it is best to leave hinting off
-pref("font.FreeType2.autohinted", false);
-pref("font.FreeType2.unhinted", true);
-+pref("font.FreeType2.autohinted", true);
++pref("font.FreeType2.autohinted", false);
+pref("font.FreeType2.unhinted", false);
// below a certian pixel size anti-aliased fonts produce poor results
pref("font.antialias.min", 10);