-
Notifications
You must be signed in to change notification settings - Fork 64
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
Any thought on larger height #66
Comments
I wondered about this as well. I use Inconsolata as my system font and with default size settings (12pts usually), Inconsolata is considerably smaller than other monospace fonts. Would be great to be able to use it without trying to tweak font size in various applications. |
@m4rc1e @raphlinus Please, could you consider this? Or at least say how we could do that by ourself from some build script? I need at least 14 font size for Regular or 15 font size for SemiCondensed for it to be usable and the problem is if I increase size in Visual Studio Code other widgets with different font looks enormous... |
I can think of two ways to achieve this. First is to use FontForge's The other simple way is to reduce the UPM (em square) of the font from the original 1000 to something like 900, which is increase the size by around 11%. FontForge can do this, but again it's a lossy process. A cleaner approach is to use fonttools' ttx:
Note that because Inconsolata comes with hinting program, changing the UPM may mess up the hinting effect. To fix that, re-apply hinting with FreeType's ttfautohint. Simply use the GUI version and leave all parameter default. |
@CrendKing Thanks a lot, but still I hope there would be an "official" way to do this or separate builds with larger size. I tried your suggestion with |
@m4rc1e Any help here? Maybe we could do it ourself somehow? Because I need to use |
First, thanks for your awesome font very much!!!
I saw this font have different
width
andweight
, are there any ideas for differentheight
? Personally, I find Inconsolata-g's is bigger thanInconsolata
, I think it's better for High Resolution ScreenThe text was updated successfully, but these errors were encountered: