Hi there!!
I'd like some help on an opentype error that a customer found in my fonts After.
The fonts have special ligatures and alternate caps. The problem is happening in the CALT (Capital Alternatives) feature, only in Photoshop CS2 for Mac.
The standard version of the characters can't be accessed. By default, the feature is turned ON, and is gray shaded (disabled for access/change).
When testing this on Photoshop CS2 in PC, a nasty surprise: the fonts don't even appear. They became invisible. The fonts that don't have OT substitution features (Text version) of my family appear normally. So it could be something OT related.
The sintax of this feature is this:
feature calt { #Alternate Caps
sub A by capaalt;
sub Agrave by capaaltgrave;
sub Aacute by capaaltacute;
sub Acircumflex by capaaltcircumflex;
sub Atilde by capaalttilde;
sub Adieresis by capaaltdieresis;
sub Aring by capaaltring;
sub R by capralt;
sub T by captalt;
} calt;
I simply have no idea of why is it happening. Is this a Photoshop issue that I can't resolve? Or is there a way to fix it?