fontcull-font-test-data 0.6.2

Test data for the fontations crates. (Vendored fork for fontcull)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
feature test {
    # this will be ordered first in lookup list but has a rule that will be hit last
    lookup three {
        sub c by d;
    } three;

    lookup one {
        sub a by b;
    } one;

    lookup two {
        sub b by c;
    } two;
} test;