[Webkit-unassigned] [Bug 97261] Incorrect punctuation position/orientation in vertical CJK text on chromium-android
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 25 14:17:58 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97261
Xianzhu Wang <wangxianzhu at chromium.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Incorrect punctuation |Incorrect punctuation
|position/orientation in |position/orientation in
|vertical CJK text on |vertical CJK text on
|chromium-linux (layout |chromium-android
|tests) and chromium-android |
--- Comment #9 from Xianzhu Wang <wangxianzhu at chromium.org> 2012-09-25 14:18:25 PST ---
Verified that the patch to bug 97277 resolved the issue on chromium-linux, but not on chromium-android.
On Android SkFontHost::GetTableSize(fontID, vheaTag) returns zero because the fontID is not always the font used to render the specific characters. Font fallback of individual characters is done differently in Skia for Android.
Skipping the check of vhea/VORG table is skipped on Android. However I'm wondering what the drawback is.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list