diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-02 20:01:10 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-03-02 20:01:10 +0000 |
commit | da875fcb62c801b8d19b3d4d984ad963574fb356 (patch) | |
tree | 3d85503747c56c2a387b291524442946f4bebb73 /tests/reference/psfmakefea/ligatures.fea | |
parent | Initial commit. (diff) | |
download | pysilfont-upstream/1.6.0.tar.xz pysilfont-upstream/1.6.0.zip |
Adding upstream version 1.6.0.upstream/1.6.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/reference/psfmakefea/ligatures.fea')
-rw-r--r-- | tests/reference/psfmakefea/ligatures.fea | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/reference/psfmakefea/ligatures.fea b/tests/reference/psfmakefea/ligatures.fea new file mode 100644 index 0000000..2157709 --- /dev/null +++ b/tests/reference/psfmakefea/ligatures.fea @@ -0,0 +1,15 @@ + +# Main Classes + +# Positioning classes and statements +# baseClass a <anchor 200 200> @TOP_1; +# baseClass fi <anchor 200 0> @BOTTOM_1; +# baseClass fi <anchor 400 0> @BOTTOM_2; +markClass acute <anchor 0 200> @TOP; +markClass circumflex <anchor 200 0> @BOTTOM; +feature test { + pos ligature a <anchor 200 200> mark @TOP + ligComponent <anchor NULL>; + pos ligature fi <anchor 200 0> mark @BOTTOM + ligComponent <anchor 400 0> mark @BOTTOM; +} test; |