-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
gtk4: Emoji rendering broken #22809
Comments
gtk4 has been updated to 4.16.12 version. Does the issue still remain? |
i dont know why it should, the linked issue is open, and the pango mingw package still aplies a font patch https://github.com/msys2/MINGW-packages/blob/master/mingw-w64-pango/0001-disable-dwrite.patch which seems to cause that issue. |
@lazka you were involved when the dwrite patch was added. It seems the dwrite disable patch was added because of https://gitlab.gnome.org/GNOME/pango/-/issues/767 In this issue there is now a user that says that the 001-fix-font-rendering.patch in Gtk should be enough to solve the issue, so maybe we can drop this patch in pango now? |
That were two separate issues IIRC, one for the anti-alias colors being wrong in cairo, and one for anti-aliasing being disabled in gtk completely. But sure, I can try. |
Hi everyone! 🙂 I am finishing an MR in Cairo which addresses the problem of color fringing: https://gitlab.freedesktop.org/cairo/cairo/-/merge_requests/602. Once finished we can include it as a patch and enable DWrite fonts in Cairo |
Description / Steps to reproduce the issue
https://gitlab.gnome.org/GNOME/gtk/-/issues/7144 has more info on this and it seems that for MSYS, some patches are applied which break emoji rendering on MSYS.
Expected behavior
Emojis should be rendered correctly
Actual behavior
Emojis are not rendered correctly:
Verification
Windows Version
MSYS_NT-10.0-26100
Are you willing to submit a PR?
No response
The text was updated successfully, but these errors were encountered: