1<?xml version="1.0" encoding="UTF-8"?> 2<ttFont> 3 4 <GSUB> 5 <Version value="0x00010000"/> 6 <ScriptList> 7 <!-- ScriptCount=1 --> 8 <ScriptRecord index="0"> 9 <ScriptTag value="DFLT"/> 10 <Script> 11 <DefaultLangSys> 12 <ReqFeatureIndex value="65535"/> 13 <!-- FeatureCount=4 --> 14 <FeatureIndex index="0" value="0"/> 15 <FeatureIndex index="1" value="1"/> 16 <FeatureIndex index="2" value="2"/> 17 <FeatureIndex index="3" value="3"/> 18 </DefaultLangSys> 19 <!-- LangSysCount=0 --> 20 </Script> 21 </ScriptRecord> 22 </ScriptList> 23 <FeatureList> 24 <!-- FeatureCount=4 --> 25 <FeatureRecord index="0"> 26 <FeatureTag value="tst1"/> 27 <Feature> 28 <!-- LookupCount=1 --> 29 <LookupListIndex index="0" value="0"/> 30 </Feature> 31 </FeatureRecord> 32 <FeatureRecord index="1"> 33 <FeatureTag value="tst2"/> 34 <Feature> 35 <!-- LookupCount=1 --> 36 <LookupListIndex index="0" value="0"/> 37 </Feature> 38 </FeatureRecord> 39 <FeatureRecord index="2"> 40 <FeatureTag value="tst3"/> 41 <Feature> 42 <!-- LookupCount=1 --> 43 <LookupListIndex index="0" value="1"/> 44 </Feature> 45 </FeatureRecord> 46 <FeatureRecord index="3"> 47 <FeatureTag value="tst4"/> 48 <Feature> 49 <!-- LookupCount=1 --> 50 <LookupListIndex index="0" value="1"/> 51 </Feature> 52 </FeatureRecord> 53 </FeatureList> 54 <LookupList> 55 <!-- LookupCount=2 --> 56 <!-- SomeLookup: __PATH__:4:5 in tst2 (DFLT/dflt) --> 57 <Lookup index="0"> 58 <LookupType value="4"/> 59 <LookupFlag value="0"/> 60 <!-- SubTableCount=1 --> 61 <LigatureSubst index="0"> 62 <LigatureSet glyph="f"> 63 <Ligature components="f,i" glyph="f_f_i"/> 64 <Ligature components="i" glyph="f_i"/> 65 </LigatureSet> 66 </LigatureSubst> 67 </Lookup> 68 <!-- EmbeddedLookup: __PATH__:18:9 in tst4 (DFLT/dflt) --> 69 <Lookup index="1"> 70 <LookupType value="1"/> 71 <LookupFlag value="0"/> 72 <!-- SubTableCount=1 --> 73 <SingleSubst index="0"> 74 <Substitution in="A" out="A.sc"/> 75 </SingleSubst> 76 </Lookup> 77 </LookupList> 78 </GSUB> 79 80</ttFont> 81