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
feature test {

    lookup first {
        sub a b' c by B;
        sub a B.2' by B.3;
    } first;

    lookup second {
        sub a B' c by B.2;
    } second;

} test;