summaryrefslogtreecommitdiff
path: root/res/liga.txt
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-03-27 11:13:16 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:33 -0700
commit9e0f008e1655e21a1cc09f2d0f163ba906ea99aa (patch)
tree2c8dd2d9ad0f60cc00d8eee68a9c895178c5b9ac /res/liga.txt
parentb5149b4901c984c10555083176ee91888cce95aa (diff)
Update /res and /src based on Paratype delivery.
Diffstat (limited to 'res/liga.txt')
-rwxr-xr-xres/liga.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/liga.txt b/res/liga.txt
new file mode 100755
index 0000000..f183c96
--- /dev/null
+++ b/res/liga.txt
@@ -0,0 +1,21 @@
+feature dlig {
+ sub f f by f_f;
+} dlig;
+
+feature liga {
+ script latn; language dflt; #set comment (#) for FDK 2.5
+
+ lookup liga01 {
+ sub f_f i by f_f_i;
+ sub f i by fi;
+ } liga01;
+
+ lookup liga02 {
+ sub f_f l by f_f_l;
+ sub f l by f_l;
+ } liga02;
+
+ language TUR exclude_dflt;
+ lookup liga02;
+
+} liga;