• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Example file from OpenType Feature File specification, section 1.
2# http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html
3
4# Script and language coverage
5languagesystem DFLT dflt;
6languagesystem latn dflt;
7
8# Ligature formation
9feature liga {
10    substitute f i by f_i;
11    substitute f l by f_l;
12} liga;
13
14# Kerning
15feature kern {
16    position A Y -100;
17    position a y -80;
18    position s f' <0 0 10 0> t;
19} kern;
20