summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/selnolig/gpp-ft.fea
blob: c2cbeab607f7323f31287b61dd894b11d3b0782a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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;