2017-02-17 11:21:11 +01:00
|
|
|
# The many chain targets for this feature should get combined into
|
|
|
|
# two separate SinglePos lookups: {A:-40, B:-40, C:-40} and {A:-111}.
|
|
|
|
# https://github.com/fonttools/fonttools/issues/514
|
|
|
|
#
|
|
|
|
# makeotf produces {A:-40, B:-40, C:-40} and {A:-111, B:-40} which
|
|
|
|
# is redundant. https://github.com/adobe-type-tools/afdko/issues/169
|
|
|
|
feature test {
|
2020-04-03 17:36:34 -04:00
|
|
|
pos X [A - B]' -40 B' -40 A' -40 Y;
|
2017-02-17 11:21:11 +01:00
|
|
|
pos X A' -111 Y;
|
2020-04-03 17:36:34 -04:00
|
|
|
pos X B' -40 A' -111 [A - C]' -40 Y;
|
2017-02-17 11:21:11 +01:00
|
|
|
} test;
|