-
Notifications
You must be signed in to change notification settings - Fork 19
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
Special characters not working #1
Comments
same here, french character will be appreciate 💃 |
Hey guys! The font generator is included in the repo, I used msdf-bmfont to generate the fonts. In generate.js line 14: const options = {
charset: 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefhijklmnopqrstuvwxyz0123456789éàè',
};
generateBMFont(path.join(pathToFont, `${name}.ttf`), options, (err, textures, font) => { then:
Let me know if that helps. :) |
Hey Etienne
Any ideas what I could be missing? Thank you for your support - and - great stuff you are doing! |
please include some "à á ã â -" 😛 |
@mattrei you're using a more recent version of msdfgen, |
I've put together a little web tool for generating these MSDF fonts. It will support special characters correctly, and you can provide your own fonts if you wish. http://msdf-bmfont.donmccurdy.com/ ^note, this requires the |
Hey there! Great job - thanks for your effort. Just one small point: Some languages other than English use a few special characters, which do not seem to be implemented in your library. In German these are specifically "ö", "ä", "ü", "Ö", "Ä", or "Ü". Would it be possible to add them from your side? Or any hints how I can get a specific google font converted for my case?
Thank you - Tom
The text was updated successfully, but these errors were encountered: