How to remove ligatures from a font using FontForg

2020-03-23 18:08发布

问题:

I have a font with some ligature errors in it. This is causing problems in my Android application. I want to just remove the ligatures. How do I do that in FontForge?

This question is related but it is going the other way.

  • Fontforge Scripting how to add ligatures for a glyph

This is a self answer question. My answer is below.

回答1:

In FontForge go to Element > Font Info > Lookups > GSUB. You should be able to select a ligature table there. Then you can click Delete to delete all the ligatures or Edit Data to choose which ligatures to delete.

After pressing Edit Data you can select specific ligatures. Click Delete to remove them.



标签: fontforge