[Webkit-unassigned] [Bug 176995] [Harfbuzz] Material icons not rendered correctly when using the web font

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 15 06:55:13 PDT 2017


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

--- Comment #5 from Carlos Garcia Campos <cgarcia at igalia.com> ---
(In reply to Michael Catanzaro from comment #4)
> I mean if this heuristic is extended to more characters besides underscores,
> like quotation marks, as you indicated needs to be done in the FIXME, then
> obviously it's not going to work for curly quotes as you have an ASCII
> check. I don't understand what the ASCII check is for. Why is it relevant
> that both characters be ASCII?

Because if both are ascii it's safer to use the same run, in all other cases we are using a different run, like current code does. Note also, that this check only happens when the next character script is different than the current one and it's Common.

-- 
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/20170915/4992e8f4/attachment-0001.html>


More information about the webkit-unassigned mailing list