bug 722139 - Turn on harfbuzz shaper by default for Hebrew on all platforms. r=smontagu

This commit is contained in:
Jonathan Kew 2012-02-22 10:21:43 +00:00
Родитель bbb9a8c4a4
Коммит 3ee460c36b
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -215,8 +215,8 @@ pref("gfx.font_rendering.harfbuzz.scripts", 71);
#ifdef ANDROID
pref("gfx.font_rendering.harfbuzz.scripts", 71);
#else
// use harfbuzz for default (0x01) + arabic (0x02)
pref("gfx.font_rendering.harfbuzz.scripts", 3);
// use harfbuzz for default (0x01) + arabic (0x02) + hebrew (0x04)
pref("gfx.font_rendering.harfbuzz.scripts", 7);
#endif
#endif