You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice if the overlay character to strike out a character were supported. This is useful for printing striked out text.
Preferably it should look the same as when the font is drawn with the strikeout position and size already specified in the font.
The need for this is that although many terminal emulators support the CSI sequence for strikethrough, ncurses and terminfo don't support it as far as I know, so there are many applications that can't use it.
The text was updated successfully, but these errors were encountered:
— Fixed problem with disappeared Powerline arrows #189
— Added U+0336 #190
— Added >-> Ligature #194
— Fixed rendering problems with arrow in ligatures #196
— Added exclusion in ligatures with -- --- to treat loading #151
— Added source files in .ufo format
Major changes
— Fixed problems with rendering of Powerline symbols #189
— Added support of Vietnamese language #14#209
— All diacritics redone. Corrected a bunch of problems of placing & more balanced mass.
— Added DesignSpace+UFO source files. Just converted & dumped as they are, for now. There are issues with Masters compatibility. Tested in Glyphs app.
Other fixes
— Fixed construction of † ‡ ∏ ∐ #205#206
— Added exclusion in /* ligature #88
— Refactored ß
— ~= ligature removed #204
— Added >-> ligature #194
— Added u0336 Long stroke overlay #190
— Added ligature //= #185
— Corrected contour of the arrows in ligatures #196
Known issues
— In Medium weights the height of [ ] { } decreased by one pixel in 12px, 13px sizes. This is a hinting bug.
One minor issue is that there seems to be some very minor gaps between the strikes, which can be seen with large font sizes:
This is with kitty. Is this something that can be fixed? Does the line go to the end of the character on both sides?
I also see that the position and width differs slightly from when you draw a strikethrough using the strikethrough position and width specified in the font instead of using the overlay character:
It would be nice if the overlay character to strike out a character were supported. This is useful for printing striked out text.
Preferably it should look the same as when the font is drawn with the strikeout position and size already specified in the font.
The need for this is that although many terminal emulators support the CSI sequence for strikethrough, ncurses and terminfo don't support it as far as I know, so there are many applications that can't use it.
The text was updated successfully, but these errors were encountered: