зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
3ee4a64317
Коммит
09fc8b398a
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче