-
Notifications
You must be signed in to change notification settings - Fork 307
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
Support for Windows 10 images #23
Comments
The TTF is somewhat formatted like the a android font - The complicated part is that windows glyphs are actually ttf vectors. They are built by a combination of the
It looks like exporting to SVG will be the first step, then converting those to bitmaps. |
Would be useful! |
I see there are two branches |
both of them were broken in different ways. iirc, in the one where i turned the ttf definitions into SVG, it had a bunch of shapes that didn't translate properly. the other one broke on non-square images. the windows emoji have changed significantly since i last looked into it. not sure if the storage format has changed |
I'm popping my head in to see if we really need to transliterate things to SVG, wouldn't it be just as effective to use imagemagick and the system font to render all the options? Hoping it's not a silly suggestion, I'm just a windows user that's been interested in seeing this made available for a while and I'm not exactly familiar with finer details the problem. |
i need to spend some time looking into it - the failures in the SVG would have the same failures if i did it with IM; it's something in the format I don't understand and was translating incorrectly |
http://blog.emojipedia.org/windows-10-emoji-changelog
The text was updated successfully, but these errors were encountered: