Added the necessary Harfbuzz scripts for rendering Japanese text correctly.

bug id : b/8023135

Change-Id: Ie9a69f480026302ff949fdf2b4089e4d95a38fb0
This commit is contained in:
Junichi Monma
2013-01-17 16:13:22 +09:00
parent 2125dd57cc
commit 6d191ed994

View File

@@ -810,6 +810,9 @@ bool TextLayoutShaper::isComplexScript(hb_script_t script) {
case HB_SCRIPT_CYRILLIC:
case HB_SCRIPT_HANGUL:
case HB_SCRIPT_INHERITED:
case HB_SCRIPT_HAN:
case HB_SCRIPT_KATAKANA:
case HB_SCRIPT_HIRAGANA:
return false;
default:
return true;