Fix the wrong operation (use a wrong version of unix.js) of patch check-in for bug 144668 just now.

This commit is contained in:
louie.zhao%sun.com 2003-01-16 07:16:54 +00:00
Родитель 3ee4a64317
Коммит 09fc8b398a
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -231,7 +231,7 @@ pref("font.size.fixed.zh-TW", 16);
pref("font.scale.outline.min", 6);
// TrueType
pref("font.FreeType2.enable", true);
pref("font.FreeType2.enable", false);
pref("font.freetype2.shared-library", "libfreetype.so.6");
// if libfreetype was built without hinting compiled in
// it is best to leave hinting off
@ -243,7 +243,7 @@ pref("font.embedded_bitmaps.max", 1000000);
pref("font.scale.tt_bitmap.dark_text.min", 64);
pref("font.scale.tt_bitmap.dark_text.gain", "0.8");
// sample prefs for TrueType font dirs
pref("font.directory.truetype.1", "/home/louie/Fonts");
//pref("font.directory.truetype.1", "/u/sam/tt_font1");
//pref("font.directory.truetype.2", "/u/sam/tt_font2");
//pref("font.directory.truetype.3", "/u/sam/tt_font3");
pref("font.FreeType2.printing", true);