googlefonts / fez

Font Engineering made eaZy
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Glyph group is flattened in one-to-one substitution when input is group #18

Open kalapi opened 1 year ago

kalapi commented 1 year ago

Fez code is:

Feature ordn {
    Substitute [A a] -> ordfeminine <<latn/dflt>>;
    Substitute [O o] -> ordmasculine <<latn/dflt>>;
};

Output is:

lookup Routine_10 {
    lookupflag 0;
    ;
    sub [A O] by [ordfeminine ordmasculine];
} Routine_10;