-
Notifications
You must be signed in to change notification settings - Fork 152
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
Comments
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+). |
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). |
@madmalik would this be something you could fix? |
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. |
A bit of self promotion ;) : 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. |
On Windows (tested in Notepad++) at 9pt bold glyphs are higher than regular ones.
The text was updated successfully, but these errors were encountered: