File: chain_context_multi_subst_class.fea

package info (click to toggle)
fonttools 4.62.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,652 kB
  • sloc: python: 145,583; xml: 103; makefile: 24
file content (8 lines) | stat: -rw-r--r-- 290 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
# https://github.com/fonttools/fonttools/issues/4016
# Chained multiple substitution with a glyph class as the target
# should produce a single ChainContextSubst subtable, not one per glyph.
feature abvs {
    lookup lookup1 {
        sub [A B] [c d] [a b]' by NULL;
    } lookup1;
} abvs;