ToxicFrog / Ligaturizer

Programming Fonts with Ligatures added (& a script to add them to other fonts)
GNU General Public License v3.0
2.19k stars 112 forks source link

Issue with backticks -- Stacking on other characters #104

Closed adamdotjs closed 2 years ago

adamdotjs commented 2 years ago

Trying to get this to work with Office Code Pro -- Everything seems to work fine except the backtick/grave symbol is stacking on top of each other and with other characters. I've tried disabling/enabling character glyphs and width correction with no change.

Office Code Pro: image

After ligaturizer (with glyphs included, but doesn't fix the issue if not included): image

As you can see, I have multiple backticks and once using the ligaturized version they all stack on top of the semicolon and the 1.

It looks like someone else had the same issue a couple years ago with Dank Mono (Issue #61). I'm guessing it's something with the font and not the program?

adamdotjs commented 2 years ago

If I include the grave symbol in char_dict and enable COPY_CHARACTER_GLYPHS, it seems to work with Fira's grave symbol. I will close this for now since that's acceptable in my case.