-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Bold and italic version seems to have a different width to a non-bold version in IDEA #320
Comments
Fira Code does not provide italics. Idea uses its own algorithms to generate italisized characters on the fly. I recommend reporting the issue to their bugtracker |
It doesn't seem IDEA guys can solve it on their end. Any plans on adding support for italics and bold variants? |
@mnn this is a different kind of problem. They can’t to much about how italisized characters end up looking, but changing glyphs width from monospased to non-monospased is a different type of problem. You should probably create a new issue, they might want to look into that. As of adding italics, I can’t do it on my own, but if the guys at Carrois decide to add it I’ll be happy to copy it over. BTW bold weight is already in the font |
I looked at the Fira Sans and FiraGo font pages by Carrois and both seem to have italic variants now. Could these could eventually be ported to Fira Mono/Code? |
Those are proportional versions. Fira Code is based on Fira Mono, a monospaced one suitable for programming |
In following pictures is exactly same region of code.
Different font:
FiraCode:
Any idea how to setup IDEA to not break characters grid? Or is the font broken?
The text was updated successfully, but these errors were encountered: