mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 722139 - Turn on harfbuzz shaper by default for Hebrew on all platforms. r=smontagu
This commit is contained in:
parent
8de6c2b2b0
commit
6c3ea6a968
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user