[Webkit-unassigned] [Bug 212688] [Win] Some Tibetan characters aren't shown

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 8 13:12:23 PDT 2020


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
FontCache::systemFallbackForCharacters of FontCacheWin.cpp is
using three steps to choose a fallback font.

1. Try IMLangFontLink::MapFont method
2. If no font found, try meta file method
3. If no font found, try FontLink registry method

For the missing Tibetan characters, IMLangFontLink::MapFont
method returns "Arial Unicode MS" font, but Uniscribe returns
USP_E_SCRIPT_NOT_IN_FONT for the font.

For other Tibetan characters, IMLangFontLink::MapFont method
returns "Microsoft Himalaya" font

-- 
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/20200608/412e78f1/attachment.htm>


More information about the webkit-unassigned mailing list