History log of /external/webkit/Source/WebCore/platform/graphics/android/GlyphMapAndroid.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
8e5d85b1ff1ced0fdf8c01083a14b63d35ee4515 18-Oct-2011 claireho <chinglanho@gmail.com> Changed VerticalTextMap class to meet webkit coding style.

Bug 5094208 : VerticalWring mode support for Books Japan.
Changed VerticalTextMap class to meet webkit coding style for
https://android-git.corp.google.com/g/#/c/141357/.

Change-Id: Ifce9968702b7ebe6d7a7da563645ec7d5e639438
/external/webkit/Source/WebCore/platform/graphics/android/GlyphMapAndroid.cpp
d7a8fefd0e472b1a70e651ae5b43b94e9a4bd976 11-Oct-2011 claireho <chinglanho@gmail.com> Fallback handle if vertical glyphs are missing.

Bug 5094208 : browser VerticalWritingMode support.
Some punctuation has to change its glyph in vertical writing mode.
For example, dash in vertical text is a vertical bar. In
current Android system fonts and fallback fonts, none of them have the
substitute tables for vertical writing mode. We call a conversion
function that converts the punctuation to the Unicode Vertical Form
(0xFE10 - 0xFE19) or to the closest glyphs as alternative when
vertical substitute tables are absent in fonts. Otherwise, we use
Harfbuzz to do the vertical glyph shapping.

Change-Id: If1d31bb72aaaba45ed50bbb75d6246cfa30e3428
/external/webkit/Source/WebCore/platform/graphics/android/GlyphMapAndroid.cpp
31dbc523d9ee6fd7d7e46c540b5f675eeb559ed7 09-May-2011 Steve Block <steveblock@google.com> Merge WebKit at r75315: Move Android-specific WebCore files to Source

This moves files in the following WebCore subdirectories ...
- bindings/js
- bindings/v8/custom
- plugins/android
- platform/android
- platform/graphics/android
- page/
- css/
- dom/
- loader/archive/android
/external/webkit/Source/WebCore/platform/graphics/android/GlyphMapAndroid.cpp