Skip to content
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

Having trouble understanding how to update PNGs #46

Open
zelodev opened this issue Mar 24, 2024 · 1 comment
Open

Having trouble understanding how to update PNGs #46

zelodev opened this issue Mar 24, 2024 · 1 comment

Comments

@zelodev
Copy link

zelodev commented Mar 24, 2024

I can't seem to fully understand the naming conventions used by noto-emoji, and similarly by this project. I have an opentype color font using CBDT & SVG, and I can extract SVGs and PNGs just fine. How do you usually sort the naming, is there maybe an easier solution to extract? (Currently using FontLab 8). Is there maybe a script I've missed? My goal is to compile color emojis into a font that uses a COLR table. Thanks.

@dmlls
Copy link
Collaborator

dmlls commented Apr 24, 2024

Hi @zelodev, sorry for the late reply.

Emoji generally follow the naming: emoji_u + codepoints.

Important note: the variation selector U+FE0F is always removed.

So for example, the Head Shaking Vertically emoji has the codepoints "U+1F642 U+200D U+2195 U+FE0F". We discard the U+FE0F codepoint, and include the rest of the codepoints without the "U+", resulting in emoji_u1f642_200d_2195.

Here go some other examples, so you have more context:

Hope that helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants