Reputation: 4464
Let's say we a have a glyph named "fi" so it is composed from "f" and "i" so how can I referenced that to substitute the f+i in the font with this glyph(i.e., "fi")? through scripting with fontforge or even if you have any idea how can I do that with the fontforge user interface, I will appreciate that.
Thanks in advance.
Upvotes: 2
Views: 2416
Reputation: 1915
As I understand it, you're question is "how can I create a glyph for one character (e.g., 'i') and then have a different character (e.g., 'fi') simply reference the glyph that I created for the other character?".
I was also having difficulty figuring out how to do this. Eventually, I tried this; and it worked:
Upvotes: 2
Reputation: 330
There is a unicode point for that particular ligature, http://www.fileformat.info/info/unicode/char/fb01/index.htm
OpenType Layout is used to create ligatures.
The FontForge UI for it is explained here: http://code.newtypography.co.uk/creating-contextual-ligatures-in-fontforge/
Upvotes: 0