This allows for more than one "lookup ..." chaining statements at each glyph position in a chaining contextual substitution or positioning rule: e.g. sub a b c' lookup lookup1 lookup lookup2 d; The corresponding change in the Adobe OpenType Feature File Specification (and implementation in makeotf) happened in adobe-type-tools/afdko#1132.
11 lines
194 B
Plaintext
11 lines
194 B
Plaintext
lookup a_reduce_sb {
|
|
pos a <-80 0 -160 0>;
|
|
} a_reduce_sb;
|
|
|
|
lookup a_raise {
|
|
pos a <0 100 0 0>;
|
|
} a_raise;
|
|
|
|
feature test {
|
|
pos a' lookup a_reduce_sb lookup a_raise b;
|
|
} test; |