summaryrefslogtreecommitdiff
path: root/res/ot_features.txt
diff options
context:
space:
mode:
Diffstat (limited to 'res/ot_features.txt')
-rwxr-xr-xres/ot_features.txt27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/ot_features.txt b/res/ot_features.txt
new file mode 100755
index 0000000..ac707e1
--- /dev/null
+++ b/res/ot_features.txt
@@ -0,0 +1,27 @@
+feature smcp {
+ sub @UC_ROMAN by @SC_ROMAN;
+ sub @LC_ROMAN by @SC_ROMAN;
+ sub Idotaccent by Idotaccent.smcp;
+ sub germandbls by germandbls.smcp;
+} smcp;
+
+feature liga {
+ sub f i by fi;
+ sub f f i by ffi;
+} liga;
+
+feature lnum {
+ sub @TNUM by @LNUM;
+}
+
+feature ss01 {
+ sub alpha by alpha.alt;
+}
+
+feature ss02 {
+ sub g by g.alt;
+}
+
+feature ss03 {
+ sub R by R.alt;
+} \ No newline at end of file