-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Text presentation of emoji #22
Comments
This requires support for multi-codepoint |
See also typst/typst#2448 (comment) |
We should probably build support on the shaper side first before adding support on the symbol side. |
This issue should probably be transferred to typst/codex. |
Description
For emoji which have a text presentation form, add a
.text
symbol property on theemoji
member for that emoji for the text presentation form (with Variation Selector-15 added). For instance,emoji.crossmark.text
would be ❌︎.Use Case
I sometimes find myself wanting to use an emoji, for which the
emoji
module is great, but sometimes I prefer a plain text style. For instance, the ❌ emoji doesn’t have a well-fitting non-emoji character, but it does have a text presentation: ❌︎The text was updated successfully, but these errors were encountered: