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
I intend to use this tool to generate a font with only country flags from Twitter Emoji. My website already supports Unicode emoji flags, however, Windows does not support so I intend to create a fallback font for unfortunate Windows users. I couldn't find a way to control the generated font to use the code points for flags instead of just starting from 1. Is this feature available?
The text was updated successfully, but these errors were encountered:
@ranisalt I'm not sure if you've seen the code-point-related options. (I think the project's README is outdated.)
$ icon-font-generator -h | grep -F -- --codepoint
--codepoint The starting character code to count up from (Optional)
--codepoints Path to explicit character code mapping JSON file (Optional)
I intend to use this tool to generate a font with only country flags from Twitter Emoji. My website already supports Unicode emoji flags, however, Windows does not support so I intend to create a fallback font for unfortunate Windows users. I couldn't find a way to control the generated font to use the code points for flags instead of just starting from 1. Is this feature available?
The text was updated successfully, but these errors were encountered: