Replies: 1 comment
-
Lets see how typical terminals handle fonts of type A compared to B: Tilix1.9.4
Kitty0.21.2 Gnome Terminal3.44.0 Font A Alacritty0.11.0-dev |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
These are additional and updated toughts (and hopefully discussion) on #764
Now and then we have problems with the non-Mono patched fonts.
With the
Nerd Font Mono
variant all glyphs have the same cell-width and advance-width. It icons are reduced in size until they are small enough to fit into the same space as aW
. These are truly monospaced and we set the monospaced Panose property.But a lot people feel the icons are too small. They would like to have them bigger (then one slot). Typically they are around 1.5 slots wide. A lot of applications and terminals know this and put a blank after a symbol (in case of applications), so that the symbol can protrude out on the right into the next cell without obliterating anything.
This is the non-Mono variant.
To achieve this there are two different ways:
Some facts:
History:
v1.0.0
uses Av2.0.0
uses Av2.1.0
uses BRemove negative bearings on 2048-em glyphs
switch to Av2.2.1
uses Av2.2.2
uses BLets examine where 59c45ba
Remove negative bearings on 2048-em glyphs
comes from:That looks like the switch back to A with 59c45ba should have not affected all fonts but just the Symbols-only font?
Edit: Add v2.2.2 status, see #881
Beta Was this translation helpful? Give feedback.
All reactions