Hebrew ligatures

Get help with FontCreator here. Please do not post feature requests or bug reports here.
Post Reply
krisudd
Posts: 1
Joined: Mon Jul 10, 2017 11:04 pm

Hebrew ligatures

Post by krisudd »

I'm having trouble creating custom ligatures in the Hebrew language plane, and wondering if anyone can spot my error. My goal is to have an alternate form subbed for two other letters when they are typed sequentially. I can get it to work fine in the Latin area, but not in the Hebrew. I am using an unassigned glyph for the alternate form, named <althe>. Hebrew is a right-to-left language, maybe that affects things? Here is the code I'm using:

script hebr {
# Hebrew
feature StandardLigatures1;
}

feature StandardLigatures1 liga {
# Standard Ligatures
lookup Lookup1;
}

lookup Lookup1 {
# Referenced by feature "StandardLigatures1"

sub aleph bet -> althe;
}

I'm using FontCreator 7.5 Professional, Windows 10, Word 2010. Any help would be appreciated!
Erwin Denissen
Moderator
Moderator
Posts: 11108
Joined: Fri Oct 04, 2002 12:41 am
Location: Bilthoven, The Netherlands
Contact:

Re: Hebrew ligatures

Post by Erwin Denissen »

We no longer use that version which was released in 2013, so we don't know exactly why it fails on your side.

Over the years we've solved numerous issues related to OpenType layout features, and added several improvements and enhancements, so I'm sure an upgrade would solve the problem.
Erwin Denissen
High-Logic
Proven Font Technology
Post Reply