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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 8 16:36:54 PDT 2020


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

--- Comment #4 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Following StackOverflow suggests reffering Chromium's render_text_win.cc.

How to automatically choose most suitable font for different language? - Stack Overflow
https://stackoverflow.com/q/16828868

Check if Unicode character is displayed or tofu - Stack Overflow
https://stackoverflow.com/q/47840800

Chromium UI was using Uniscribe, but it was replaced by HarfBuzz.

https://codereview.chromium.org/891013003

https://chromium.googlesource.com/chromium/src.git/+/2e9885788692f69203a98fb42347428ef553d640/ui/gfx/render_text_win.cc
https://chromium.googlesource.com/chromium/src.git/+/2e9885788692f69203a98fb42347428ef553d640/ui/gfx/font_fallback_win.cc

-- 
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/f0f96b14/attachment.htm>


More information about the webkit-unassigned mailing list