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
Hi there, I'm trying to add some emoji to the apple emoji fonts using the sbix format, but it doesn't see to show up. I've tried extracting files, injecting the files, then extracting again and comparing the results and it doesn't seem to show up. I compiled the jar file from latest master.
Processing /Users/pauljohnson/Programming/emoji_testing/Apple Color Emoji.ttf... done.
Processing /Users/pauljohnson/Programming/emoji_testing/Apple Color Emoji.ttf... done.
Processing /Users/pauljohnson/Programming/emoji_testing/Apple Color Emoji.ttf.sbix.ttf... done.
Only in Apple Color Emoji.ttf.sbix.d/160: char_F0000.png
Only in Apple Color Emoji.ttf.sbix.d/20: char_F0000.png
Only in Apple Color Emoji.ttf.sbix.d/26: char_F0000.png
Only in Apple Color Emoji.ttf.sbix.d/32: char_F0000.png
Only in Apple Color Emoji.ttf.sbix.d/40: char_F0000.png
Only in Apple Color Emoji.ttf.sbix.d/48: char_F0000.png
Only in Apple Color Emoji.ttf.sbix.d/52: char_F0000.png
Only in Apple Color Emoji.ttf.sbix.d/64: char_F0000.png
Only in Apple Color Emoji.ttf.sbix.d/96: char_F0000.png
I would expect to see files in the other folder that weren't in the first.
Thanks for your work! I'll keep seeing if I can debug what's happening.
The text was updated successfully, but these errors were encountered:
I think the issue you're having is that the TTF you inject the emoji into has to already have glyphs for the characters you want, and I don't think Apple Color Emoji has U+F0000.
Hi there, I'm trying to add some emoji to the apple emoji fonts using the sbix format, but it doesn't see to show up. I've tried extracting files, injecting the files, then extracting again and comparing the results and it doesn't seem to show up. I compiled the jar file from latest master.
Script I'm using is:
Output is:
I would expect to see files in the other folder that weren't in the first.
Thanks for your work! I'll keep seeing if I can debug what's happening.
The text was updated successfully, but these errors were encountered: