-
-
Notifications
You must be signed in to change notification settings - Fork 53
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
Clipping on 'g' on macOS Terminal.app #525
Comments
Could be a hinting issue. The TTF hinting is done automatically as the fonts are being generated. |
actually, on macOS, the fonts are rendered anti-aliased without hinting. |
Bad description on my part. |
aren't grid-fitting and hinting the exact same thing? at any rate, macOS does not do it. also, in my case, it is definitely a clipping issue of line height type, not grid-fitting or hinting issue. If you look at the screen shot, you can see that one of the g's on the second line is not clipped and shows the full form. the clipping is intermittent according to how the line is redrawn as you press enter or backspace. |
I have the same issue, but with the Kitty terminal. |
fixed the issue by adding this to the config: |
Problem description
Using Recursive Mono Linear Static TTF fonts, the bottom of lower case 'g' gets cut off.
Expected behavior
No clipping.
Screenshots
To Reproduce
Steps to reproduce the behavior:
Environment (please complete the following information):
Additional context
As with bug #513, the problem is not present in OTF version, though the line gap is increased, which is not desirable.
The text was updated successfully, but these errors were encountered: