-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[Skia] Symbols with the emoji variation selector are rendered with the text version #47179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Skia] Symbols with the emoji variation selector are rendered with the text version #47179
Conversation
EWS run on previous version of this PR (hash 6fddbca) |
CI failures clearly are relevant (specially |
Yes, I know. |
6fddbca
to
274c8c1
Compare
EWS run on previous version of this PR (hash 274c8c1) |
274c8c1
to
b9a88b5
Compare
EWS run on current version of this PR (hash b9a88b5) |
…e text version https://bugs.webkit.org/show_bug.cgi?id=294966 Reviewed by Adrian Perez de Castro. The system fallback fonts code only supports querying the font by a single charater, so in case of a cluster consisting of base character + emoji variation selector, the variation selector is ignored and if there's a non-emoji font supporting the base character it's used instead. In that case we can override the base character with an emoji character when querying the font to try to ensure an emoji font is retrieved. Canonical link: https://commits.webkit.org/296658@main
b9a88b5
to
718cbaa
Compare
Committed 296658@main (718cbaa): https://commits.webkit.org/296658@main Reviewed commits have been landed. Closing PR #47179 and removing active labels. |
Backported into |
718cbaa
b9a88b5