mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #304] No colorful emojis in RichEdit and RichView #96
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#96
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @klugier on GitHub (Oct 12, 2025).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/304
It looks like emojis are being colorized by the main selected color in RichEdit and RichView. Emojis should be colorized.
@mirek-fidler commented on GitHub (Oct 12, 2025):
That is "underdevelopment". GDI font API does not support color glyphs, you
need to use something else. Seemed a lot of work, so I abandoned the idea
for now.
If somebody proposes a reasonable fix, I will be glad to adopt it.
On Sun, Oct 12, 2025 at 11:21 AM Zbigniew Rębacz @.***>
wrote: