Hello,
I’m having an issue with ligatures using an inverse font. They don’t display correctly in InDesign.
In Illustrator and Photoshop, however, they look fine.
Here is a sample of “fi” and “os” as they appear in InDesign, along with their corresponding “no clean” version.
That was a tricky one.
The problem is that Indesign is in inserting a space glyph after the ligature. And as your space has a box shape, too …
So you need to duplicate the space, rename the copy to something like space.block and clear the space.
Then add this code at the end of your calt feature:
lookup spaceBlock {
sub @AllLetters space' by space.block;
sub space' @AllLetters by space.block;
} spaceBlock;
Thanks Georg,
but I think I’m doing something wrong.
I’m attaching the screenshots and the glyphs, so you can check that I’ve applied what you told me to.