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
warning] No font found for character `🤣`
[warning] No font found for character `👻`
[warning] No font found for character `🦉``warning] No font found for character `
[warning] No font found for character `🤣`
[warning] No font found for character `👻`
[warning] No font found for character `🦉``warning] No font found for character `
I guess with emoji, the metrics.units_per_em appears to be zero (see screenshot), but since it is coerced to a number, the end result of get_glyph_width is a large number that overflows and causes the panic.
Edit: I did verify that "Apple Color Emoji" is a font that is listed by the silicon --list-fonts output. Same result with other fallback emoji font, like "Noto Color Emoji".
I realized silicon is not working when I have emoji in the code. Is this supported?
The text was updated successfully, but these errors were encountered: