summaryrefslogtreecommitdiffstats
path: root/tests/reference/psfmakefea/ligatures.fea
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reference/psfmakefea/ligatures.fea')
-rw-r--r--tests/reference/psfmakefea/ligatures.fea15
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;