[Webkit-unassigned] [Bug 213008] [Win] Stop using MLang font linking for system font fallback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 10 20:50:52 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=213008

--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
(In reply to Fujii Hironori from comment #3)
> The WIP patch doesn't work well for some CJK ideographs.
> https://en.wikibooks.org/wiki/Unicode/Character_reference/6000-6FFF

Here is what is happening.

1. meta file method returned "Microsoft Sans Serif" font.
2. "Microsoft Sans Serif" doesn't contain the character
3. Get the FontLink registry of "Microsoft Sans Serif"

MSGOTHIC.TTC,MS UI Gothic
YUGOTHM.TTC,Yu Gothic UI
MINGLIU.TTC,PMingLiU
SIMSUN.TTC,SimSun
GULIM.TTC,Gulim
MSJH.TTC,Microsoft JhengHei UI
MSYH.TTC,Microsoft YaHei UI
MALGUN.TTF,Malgun Gothic
SEGUISYM.TTF,Segoe UI Symbol

4. "MS UI Gothic" and "Yu Gothic IU" doesn't contain the character
5. No "PMingLiU" font found in my Windows
6. the function exits with nullptr

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200611/52e126fe/attachment.htm>


More information about the webkit-unassigned mailing list