diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-06-18 22:47:32 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-06-18 22:47:32 +0000 |
commit | aa237a3e14704a1eca1a931e95affecee8ec5f62 (patch) | |
tree | f389542b85f9ca790284cb3fe14f691981316171 /net-www | |
parent | new version. fix #3437. thanks to Ben Cornett for the submission. (diff) | |
download | historical-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.patch | 2 |
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); |