History log of /external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
2622fb80bac785bc80c698cc7397e160b95db1e7 31-May-2012 Victoria Lease <violets@google.com> Fix fake bold for fallback fonts.

With no knowledge of the actual SkTypeface used to render text before
render-time, the best we can do is turn fake bold on for all text and
simply ignore it at render-time if the SkTypeface's style is bold.

Also the complex FontPlatformData hashing mechanism needed to account
for fake styles, as the versions of FontPlatformData with fake styles
enabled are otherwise indistinguishable from the normal style version

Bug: 6522642
Change-Id: Ic0e9f1bbd8cae9fdd3a6d1d015bb9224c8be545c
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
5ac7427c1558f018fbb6a5f8f9fcdba5d7bad6ca 17-May-2012 Billy Hewlett <billyh@google.com> Turn off autohinting at HDPI. do not merge

cherry-pick of CL: 752753e2caf24f28dac51731ee1f1443cf511410
Bug: 6478362

Change-Id: I9734658a509010035eb3081be8affb609863d46c
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
443f7b177ec738bcf4495cdf9d15c7b7284df057 12-May-2012 Victoria Lease <violets@google.com> Merge "Add Kanana, Malayalam, and Telugu fallback fonts" into jb-dev
d6dc991adc33f2d0c1cb5c8ebea30d1a07d741a2 10-May-2012 George Mount <mount@google.com> Change edge case selection rects for complex fonts.

Bug 5041179
Bug 5859620

Revert "Fix selection positioning for RTL languages"
This reverts commit b327374e1be9171551a5545ed2ab87e79a36ed7a
There was a bug in how the selection rectangle was determined
with complex text. The solution that this CL reverts did not
properly solve it as it caused selection rectangles to be off.
This properly chooses the start and end positions for selection
rectangles.

Change-Id: I5f33ac953c1e682cccead1bc480d3f9d7c326cba
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
6aba9e528d4df20fbf9710d151753373d04a77d3 08-May-2012 Victoria Lease <violets@google.com> Add Kanana, Malayalam, and Telugu fallback fonts

Bug: 6232193
Change-Id: I99616a1ccd82e6ee03f30b61e4d51e7d6183a6bc
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
295b2f43db4ed680f52b29d3af0424a5d8c55c83 26-Apr-2012 Victoria Lease <violets@google.com> Replace Lohit Devanagari/Tamil fonts with Droid versions.

WebView's fallback lists previously provided only regular weight for Tamil,
so I adapted Hebrew's separate Regular/Bold logic there. Also of note is
that while the rest of the system uses the UI Tamil fonts, WebView
substitutes the non-UI version.

The Devanagari font needs to fit on all devices, so we only supply a
single font there.

Bug: 6318791
Change-Id: Iba0d98e5869b8fa00c1431cccee85e6e1943d2f8
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp
2e510fd5b5a30f1315c272d44ae3aa4cba355498 06-Apr-2012 Nicolas Roard <nicolasroard@google.com> Reorganize platform/graphics/android

Change-Id: Idc67155cfa99784dcd931e705336bfa063ecae46
/external/webkit/Source/WebCore/platform/graphics/android/fonts/FontAndroid.cpp