bug 700023 - enable graphite font shaping by default. r=jdaggett

This commit is contained in:
Jonathan Kew 2013-02-25 10:39:29 +00:00
Родитель db7bee9956
Коммит e2c957f1d0
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -232,7 +232,7 @@ pref("gfx.filter.nearest.force-enabled", false);
// whether to always search all font cmaps during system font fallback
pref("gfx.font_rendering.fallback.always_use_cmaps", false);
pref("gfx.font_rendering.graphite.enabled", false);
pref("gfx.font_rendering.graphite.enabled", true);
// Check intl/unicharutil/util/nsUnicodeProperties.h for definitions of script bits
// in the ShapingType enumeration