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

Bold and italic version seems to have a different width to a non-bold version in IDEA #320

Closed
mnn opened this issue Dec 2, 2016 · 5 comments

Comments

@mnn
Copy link

mnn commented Dec 2, 2016

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?

@tonsky
Copy link
Owner

tonsky commented Jun 10, 2017

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

@tonsky tonsky closed this as completed Jun 10, 2017
@mnn
Copy link
Author

mnn commented Jun 10, 2017

It doesn't seem IDEA guys can solve it on their end. Any plans on adding support for italics and bold variants?

@tonsky
Copy link
Owner

tonsky commented Jun 10, 2017

@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

@zakora
Copy link

zakora commented Dec 19, 2018

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?

@tonsky
Copy link
Owner

tonsky commented Dec 19, 2018

Those are proportional versions. Fira Code is based on Fira Mono, a monospaced one suitable for programming

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