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

On Windows 9 pt Bold is higher than Regular #33

Open
glebd opened this issue May 21, 2016 · 7 comments
Open

On Windows 9 pt Bold is higher than Regular #33

glebd opened this issue May 21, 2016 · 7 comments

Comments

@glebd
Copy link

glebd commented May 21, 2016

On Windows (tested in Notepad++) at 9pt bold glyphs are higher than regular ones.

@glebd
Copy link
Author

glebd commented May 22, 2016

Same with 14pt on OS X in CLion
screen shot 2016-05-22 at 11 56 37

@lorthirk
Copy link

lorthirk commented Aug 2, 2016

Same with JetBrains WebStorm on Windows 10 (size 14, and it even gets cutted off):

cattura

@Sauerstoffdioxid
Copy link

In Android Studio the bold text is always about 1 pixel larger than the regular. Thus it looks very wrong on small text sizes but becomes less noticeable with larger text sizes (20pt+).

@kdien
Copy link

kdien commented May 30, 2019

Glad it's not just me who gets this issue. Weird that this seems to work fine on Linux. Also, on Windows, this only happens on screens at 100% scaling (everything looks fine on my laptop screen at 125% scaling).

@kdien
Copy link

kdien commented Sep 16, 2019

@madmalik would this be something you could fix?

@madmalik
Copy link
Owner

madmalik commented Jan 12, 2023

The bold version of mononoki is created by expanding the strokes in all dimensions, which leads to a slightly higher x-height in the bold and bold-italic styles. In most cases it is rounded to the same pixel height, but sometimes there is a one pixel difference.

This is something i would like to fix at some point, but it necessitates a manual redraw of all bold characters, which is a lot of work and not something i can commit to currently.

I will leave this issue open as a reminder to myself and will hopefully find the time to work on this in the future.

@datMaffin
Copy link

A bit of self promotion ;) :
In my adaptation/fork of Mononoki, https://github.com/datMaffin/monofoki, I did change all the bold characters to be equal in height to the regular characters. So if this issue is an absolute no-go, you might try out this version. Monofoki is slightly different in other aspects too, but generally still very similar to Mononoki.

The bold characters were also not hand drawn. They were mostly autogenerated by the program I used (FontForge), which does not change the height. I then fixed the obvious autogeneration issues by hand.

In FontForges case, if I remember correctly, during the embolding dialog, there is an option for "glyph type" (or similar). And when selecting "latin", it will keep the height. I believe for a glyph type of "(mathematical) symbol" (or similar), it does not care and will increase the height. Maybe Glyphs has some similar option.

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

No branches or pull requests

6 participants