WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
76673
Use per-script font settings in Chrome font fallback (last resort)
https://bugs.webkit.org/show_bug.cgi?id=76673
Summary
Use per-script font settings in Chrome font fallback (last resort)
Jungshik Shin
Reported
2012-01-19 16:10:07 PST
Currently, Chrome on Windows has a hard-coded list of per-script fallback fonts to use when fonts specified in CSS do not cover a character in question. Now that we have a richer set of Settings for per-script / per-cSS generic fonts, we should hand down Settings where 'fallback font' selection is done and use that instead of relying on the hard-coded list. This may require some cross-platform code as well because we need to pass down a pointer to Settings. Then, other ports (Chromium or not) can use that as well.
Attachments
Add attachment
proposed patch, testcase, etc.
Jungshik Shin
Comment 1
2013-03-19 15:02:14 PDT
Note that this is in addition to the default font selection based on 'lang' (explicitly specified or inferred from charset, UI language, accept-language etc).
Alexey Proskuryakov
Comment 2
2013-08-31 23:31:28 PDT
This bug does not have sufficient cross-platform implications to keep tracking it in WebKit bugzilla.
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