From 6d191ed99491f209168e88f3d570e89c6836285b Mon Sep 17 00:00:00 2001 From: Junichi Monma Date: Thu, 17 Jan 2013 16:13:22 +0900 Subject: [PATCH] Added the necessary Harfbuzz scripts for rendering Japanese text correctly. bug id : b/8023135 Change-Id: Ie9a69f480026302ff949fdf2b4089e4d95a38fb0 --- core/jni/android/graphics/TextLayoutCache.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/jni/android/graphics/TextLayoutCache.cpp b/core/jni/android/graphics/TextLayoutCache.cpp index d7df402749e39..6d3c87857dc5b 100644 --- a/core/jni/android/graphics/TextLayoutCache.cpp +++ b/core/jni/android/graphics/TextLayoutCache.cpp @@ -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;