summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea')
-rw-r--r--Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea23
1 files changed, 23 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..d7422ed83cd
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea
@@ -0,0 +1,23 @@
+# OpenType feature file to suppress the "rare" 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 provided by Khaled Hosny
+# (see http://tex.stackexchange.com/q/89963/5001).
+
+# Scripts and languages
+# If the font uses 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