I have:
- 2 classes: base glyphs & marks
- mark positioning: base + mark (using the 2 classes)
- chaining context substitution: backtrack (base), input (mark), substitution table (2 other marks)
What I’m trying to achieve is substitute mark A with mark B if a certain base is used. Separately,
- mark attachment with a defined anchor works:
- substitution works:
BUT using substitution plus mark attachment with a defined anchor doesn’t. When mark A is substituted with B, B is added to the right side of base ignoring the anchor (e.g. img04a above, or img04b from Word):
Interestingly, the preview in the OpenType Designer window shows them working correctly at the same time:
Is there something I can do to make it work properly?
Thank you for your help,
Ninna