Skip to content
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

How to control code points #79

Open
ranisalt opened this issue Aug 18, 2020 · 2 comments
Open

How to control code points #79

ranisalt opened this issue Aug 18, 2020 · 2 comments

Comments

@ranisalt
Copy link

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?

@GreenRecycleBin
Copy link

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

@jimmyandrade
Copy link

@ranisalt

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants