File: GSUB_8.fea

package info (click to toggle)
fonttools 4.61.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,588 kB
  • sloc: python: 145,091; xml: 103; makefile: 24
file content (11 lines) | stat: -rw-r--r-- 371 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
languagesystem DFLT dflt;

feature test {
    rsub [a A] [b B] [c C] q' [d D] [e E] [f F] by Q;
    rsub [a A] [b B] [c C] [s - z]' [d D] [e E] [f F] by [S - Z];

    # Having no context for a reverse chaining substitution rule
    # is a little degenerate (we define a chain without linking it
    # to anything else), but makeotf accepts this.
    rsub p by P;
} test;