diff options
author | Russell Brenner <russellbrenner@google.com> | 2011-11-03 16:22:00 -0700 |
---|---|---|
committer | Russell Brenner <russellbrenner@google.com> | 2011-11-08 10:52:11 -0800 |
commit | 2018cbdd9add7cc6b5201f2bc8cba86e62bafc5c (patch) | |
tree | e359e4f0eeb3fe7021394c5132099b654dc10c56 /Source/WebCore/dom | |
parent | 54464c408c893079c1486aec03329f1de8ec6a29 (diff) | |
download | external_webkit-2018cbdd9add7cc6b5201f2bc8cba86e62bafc5c.zip external_webkit-2018cbdd9add7cc6b5201f2bc8cba86e62bafc5c.tar.gz external_webkit-2018cbdd9add7cc6b5201f2bc8cba86e62bafc5c.tar.bz2 |
Fix font size handling for harfbuzz hack
Complex languages (Arabic, Thai, etc.) currently need to override the
base font (e.g. Roboto) with an explicitly loaded copy of the right
fallback font (e.g. DroidNaskh). To keep from running out of file
descriptors, a caching mechanism was put in place, but the cached
data contained the font size, so the first size seen on the page was
applied to all subsequent renderings of that font, regardless of the
size requested. Size is now also considered in the cache.
Bug: 5509443
Change-Id: I616954980122e89da14ce86efe99d5e4343a40c2
Diffstat (limited to 'Source/WebCore/dom')
0 files changed, 0 insertions, 0 deletions