adam7 / delugia-code

Can we add Nerd Fonts to Cascadia Code Font using a GitHub Action
MIT License
572 stars 34 forks source link

Fix width of glyph 'grave' #11

Closed Finii closed 5 years ago

Finii commented 5 years ago

[why] On Applications that can work with ligatures and non-monospaced fonts the grave accent is handled as if it has zero width. The next character is drawn directly on top of the accent, resulting in an accented letter (where there is none) or only one accent if there are many consecutive ones.

[how] It is not clear why the character fails to have any width, but if the glyph type is set to handle this glyph as ordinary character the handling is ok. Somehow the autodetection of glyph type is broken?

Fixes: #5 Signed-off-by: Fini Jastrow ulf.fini.jastrow@desy.de

adam7 commented 5 years ago

@Finii Thanks for this and the other fixes 🙇‍♂️