I want to alter the positioning of diacritics in a Hebrew font based on either the preceding or following letters. I am currently achieving this using the feature mark and writing the code and using classes such as
lookup lettershin {
lookupflag RightToLeft MarkAttachmentType [];
pos @letters holam' lookup right20 shin shindot;
} lettershin;
I was wondering if there was a visual way to achieve this or is this a case of having to write code for all collision situations. The code gets very extensive when dealing with cantillation marks so was wondering if this could be done more visually?
Also what is the easiest way of seeing an update to what I have programmed? Currently, I export the font and then check it in InDesign?