icon-font-generator
icon-font-generator copied to clipboard
How to control code points
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?
@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)
@ranisalt
Did you achieve any success with this issue? I would also like to be able to control the code points...