You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, is there any chance this could be fixed? I use Luxor.jl for generating our YouTube thumbnails (with Cormullion's backgrounds), and lack of emoji support makes it difficult for some talks who naughtily included emojis in their titles!
The text was updated successfully, but these errors were encountered:
Perhaps if there was a text function that scanned input text for emoji characters and switched fonts…. but you’d also have to extract the widths of the emoji glyphs, which might involve Freetype. It could get tricky.
Typically in Cairo, text is one string/one fontface/one size, whereas in a terminal or browser the OS will rapidly switch between different fonts depending on which of the current active fonts can supply a valid glyph: on MacOS, emoji codes force a switch to AppleColorEmoji. “font fallback” is cool.
I don’t think there’s font fallback in Cairo - it would need to be written as a new method. The Makie folks don’t support emoji either, which suggests that it’s not trivial to do.
Hey, is there any chance this could be fixed? I use Luxor.jl for generating our YouTube thumbnails (with Cormullion's backgrounds), and lack of emoji support makes it difficult for some talks who naughtily included emojis in their titles!
The text was updated successfully, but these errors were encountered: