-
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
Visual font height is 15, not 16 #24
Comments
I think that this might be intentional. See the two screenshots below: The second is a modified version of the font, with a larger vertical line. I personally think it looks a little out-of-place and too large Here's the patch file of my changes if you'd like to try it out:
|
@isral can you post those characters in text? I'm guessing it's "│", but I'm using that character in Sublime Text and Windows Terminal and they're not showing that much spacing. Maybe these programs are using a secondary font to show that character? Here's Sublime Text on the left, Windows Terminal on the right: |
I use VS code on Windows 10.
I found that block or vertical line is not connected vertically because the height is not full 16px.
And I found the height is (120 - -30) / 10 = 15 from line 33591:
README.md said "8x16 font".
The text was updated successfully, but these errors were encountered: