WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
26853
[Chromium] use different fonts for each script run.
https://bugs.webkit.org/show_bug.cgi?id=26853
Summary
[Chromium] use different fonts for each script run.
Adam Langley
Reported
2009-06-30 12:17:17 PDT
Previously, when rendering complex text, we picked a single font which could render all the glyphs needed for the run. However, this meant that sometimes lines were rendered with, for example, [LATIN, THAI, LATIN] and we could end up with a different font for the Latin parts than for lines without Thai in them. With this patch, we pick a font for each script run. This change is covered by existing layout tests.
Attachments
patch
(10.06 KB, patch)
2009-06-30 12:20 PDT
,
Adam Langley
eric
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Adam Langley
Comment 1
2009-06-30 12:20:53 PDT
Created
attachment 32083
[details]
patch
Eric Seidel (no email)
Comment 2
2009-06-30 12:34:47 PDT
Comment on
attachment 32083
[details]
patch Looks OK.
Eric Seidel (no email)
Comment 3
2009-06-30 16:20:01 PDT
I think this already landed, right? btw, you can use: bugzilla-tool land-patches 26853 or bugzilla-tool land-diff 26853 to have it automatically update/close the bug for you in the future. see bugzilla-tool -h for more information.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug