[Webkit-unassigned] [Bug 213691] [WinCairo][Uniscribe] Katakana texts are unexpectedly wrapped because they don't fit into its own width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jun 28 22:15:50 PDT 2020


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

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Created attachment 403029

  --> https://bugs.webkit.org/attachment.cgi?id=403029&action=review

10 katakana '二' characters in "MS PGothic"

This issue causes by "MS PGothic" which has an embedded bitmap font and is a proportional font.
'二' has 20px width in complex text code path, but 18px width in simple text path in WinCairo.

They are 20px width in both code path in AppleWin port.
10 '二' characters are 200px width in AppleWin port both for complex text and simple text code path.
AppleWin port is always using TreeType font for "MS PGothic".

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


More information about the webkit-unassigned mailing list