icon-font-generator icon indicating copy to clipboard operation
icon-font-generator copied to clipboard

How to control code points

Open ranisalt opened this issue 5 years ago • 2 comments

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 avatar Aug 18 '20 23:08 ranisalt

@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)

GreenRecycleBin avatar Sep 23 '20 13:09 GreenRecycleBin

@ranisalt

Did you achieve any success with this issue? I would also like to be able to control the code points...

jimmyandrade avatar Sep 27 '20 15:09 jimmyandrade