Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Cannot covert Noto Emoji #27

Closed
huming2207 opened this issue May 12, 2019 · 3 comments
Closed

Cannot covert Noto Emoji #27

huming2207 opened this issue May 12, 2019 · 3 comments

Comments

@huming2207
Copy link

Hi there,

I'm trying to covert the Noto Emoji font to bitmap with this tool. Then I've got a problem.

Here's what the char map supposed to be:

image

Here's the conversion result:

image

My configuration is:

image

I've tried ticking the "Convert compatible symbol font". It works, but only a certain range of the symbol are converted.

Here are the font file and the result:

NotoEmoji-Regular.ttf.zip

noto_emoji_50.c.zip

Regards,
Jackson

@kisvegabor
Copy link
Member

Hi,

if you load the font in FontForge you can see that the emojis starts at 0x1F200 instead of 32.

However, the font converter can't convert characters above 0xFFFF. I modified the font and moved the Emojis to 0xE000. NotoEmoji_mod.ttf.zip
Check it in FontForge.

I tested it like this:
image

emoji.c.zip

@huming2207
Copy link
Author

Hello @kisvegabor

Thanks for your reply. Now I get it. Indeed it is the font's issue.

Regards,
Jackson

@kisvegabor
Copy link
Member

Great!

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

No branches or pull requests

2 participants