1<?xml version="1.0" encoding="UTF-8"?> 2<ttFont sfntVersion="true" ttLibVersion="3.0"> 3 4 <GSUB> 5 <Version value="0x00010000"/> 6 <ScriptList> 7 <!-- ScriptCount=1 --> 8 <ScriptRecord index="0"> 9 <ScriptTag value="latn"/> 10 <Script> 11 <DefaultLangSys> 12 <ReqFeatureIndex value="65535"/> 13 <!-- FeatureCount=1 --> 14 <FeatureIndex index="0" value="0"/> 15 </DefaultLangSys> 16 <!-- LangSysCount=0 --> 17 </Script> 18 </ScriptRecord> 19 </ScriptList> 20 <FeatureList> 21 <!-- FeatureCount=1 --> 22 <FeatureRecord index="0"> 23 <FeatureTag value="test"/> 24 <Feature> 25 <!-- LookupCount=1 --> 26 <LookupListIndex index="0" value="0"/> 27 </Feature> 28 </FeatureRecord> 29 </FeatureList> 30 <LookupList> 31 <!-- LookupCount=2 --> 32 <Lookup index="0"> 33 <LookupType value="6"/> 34 <LookupFlag value="0"/> 35 <!-- SubTableCount=1 --> 36 <ChainContextSubst index="0" Format="3"> 37 <!-- BacktrackGlyphCount=0 --> 38 <!-- InputGlyphCount=2 --> 39 <InputCoverage index="0"> 40 <Glyph value="e"/> 41 <Glyph value="e.begin"/> 42 </InputCoverage> 43 <InputCoverage index="1"> 44 <Glyph value="t"/> 45 </InputCoverage> 46 <!-- LookAheadGlyphCount=1 --> 47 <LookAheadCoverage index="0"> 48 <Glyph value="c"/> 49 </LookAheadCoverage> 50 <!-- SubstCount=1 --> 51 <SubstLookupRecord index="0"> 52 <SequenceIndex value="0"/> 53 <LookupListIndex value="1"/> 54 </SubstLookupRecord> 55 </ChainContextSubst> 56 </Lookup> 57 <Lookup index="1"> 58 <LookupType value="4"/> 59 <LookupFlag value="0"/> 60 <!-- SubTableCount=1 --> 61 <LigatureSubst index="0"> 62 <LigatureSet glyph="e"> 63 <Ligature components="t" glyph="ampersand"/> 64 </LigatureSet> 65 <LigatureSet glyph="e.begin"> 66 <Ligature components="t" glyph="ampersand"/> 67 </LigatureSet> 68 </LigatureSubst> 69 </Lookup> 70 </LookupList> 71 </GSUB> 72 73</ttFont> 74