summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/fonts/GlyphMapAndroid.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Vertical glyph doesn't work on typeface font.claireho2012-04-111-12/+33
| | | | | | | | | | | | Bug: 6270583 - Vertical glyph doesn't work after switching from ARM gcc4.4 to gcc4.6. Fixed 3 problems: 1. substituteWithVerticalGlyphs() does not check the error code for HB_GSUB_Select_Script() call.    In gcc4.4, the scriptIndex is default to 0 but not in gcc4.6. 2. Removed the redundant checks for isCJKIdeograph() calls. 3. Convert text to vertical forms if substituteWithVerticalGlyphs() returns an error. Change-Id: I3b0778affa3e13b608e60190266880c1f47f905a
* Reorganize platform/graphics/androidNicolas Roard2012-04-061-0/+146
Change-Id: Idc67155cfa99784dcd931e705336bfa063ecae46