summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-05-28 00:15:30 +0000
committerKarl Berry <karl@freefriends.org>2013-05-28 00:15:30 +0000
commit1c6157c57b3a33d9b44027ccc44ef1e02f98d51c (patch)
treeac53f3e7e929f9120e3b8773c84dc5fd2d041e6d /Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea
parentdbdbad08ea450f135cc574f9dc001088b0d042de (diff)
selnolig
git-svn-id: svn://tug.org/texlive/trunk@30745 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea')
-rw-r--r--Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea b/Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea
new file mode 100644
index 00000000000..c2cbeab607f
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea
@@ -0,0 +1,22 @@
+# OpenType feature file to suppress the f_t.alt ligature
+# provided by the font "Garamond Premier Pro". This
+# feature file is employed by selnolig.tex, the user guide
+# for the 'selnolig' package.
+# Created by Mico Loretan, January 2013, based on
+# important (crucial!) help from Khaled Hosny.
+
+# Scripts and languages
+# If the font use others, they should be defined here too
+languagesystem DFLT dflt;
+languagesystem latn dflt;
+
+# Undo the "f_t.alt" discretionary ligature
+feature dlig {
+ sub f_t.alt by f t;
+} dlig;
+
+# Apply the regular ligatures for ft and fft
+feature liga {
+ sub f f t by f_f_t;
+ sub f t by f_t;
+} liga; \ No newline at end of file