It wasn't stripping features, but it was stripping the Class Manager group definitions:Erwin Denissen wrote: ↑Mon Nov 18, 2024 3:40 pm
Maybe another setting in the Options -> Font tab is causing unexpected behaviour, but when FontCreator exports your font, it will not strip used OpenType layout features.
We can pinpoint the problem if you send us the font project along with the exported font files for both TrueType and CFF (PostScript) font formats.
Code: Select all
@KernClass_A = [A a Agrave Aacute Acircumflex Atilde Adieresis Aring agrave aacute acircumflex atilde adieresis aring Amacron amacron Abreve abreve Aogonek aogonek];
@KernClass_T = [T t Tcedilla tcedilla Tcaron tcaron Tbar tbar];
@KernClass_U = [U u ugrave uacute ucircumflex udieresis Uring uring Utilde utilde Umacron umacron Ubreve ubreve Udoubleacute udoubleacute Uogonek uogonek];
@KernClass_V = [V v];
@KernClass_W = [W w Wcircumflex wcircumflex];
@KernClass_Y = [Y y ydieresis Ydieresis Yacute yacute Ycircumflex ycircumflex];
@KernClass_F = [F f];
@KernClass_J = [J j Jcircumflex jcircumflex jdotless jcaron];
@KernClass1 = [AE ae];
@KernClass_L = [L l Lacute lacute Lcedilla lcedilla Lcaron lcaron Lmiddledot lmiddledot Lslash lslash];
@KernClass_P = [P p];
@KernClass_R = [R r Racute racute Rcedilla rcedilla Rcaron rcaron];