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=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=2 --> 26 <LookupListIndex index="0" value="0"/> 27 <LookupListIndex index="1" value="1"/> 28 </Feature> 29 </FeatureRecord> 30 </FeatureList> 31 <LookupList> 32 <!-- LookupCount=2 --> 33 <Lookup index="0"> 34 <LookupType value="2"/> 35 <LookupFlag value="0"/> 36 <!-- SubTableCount=1 --> 37 <MultipleSubst index="0"> 38 <Substitution in="a" out=""/> 39 </MultipleSubst> 40 </Lookup> 41 <Lookup index="1"> 42 <LookupType value="2"/> 43 <LookupFlag value="0"/> 44 <!-- SubTableCount=1 --> 45 <MultipleSubst index="0"> 46 <Substitution in="a" out=""/> 47 <Substitution in="b" out=""/> 48 <Substitution in="c" out=""/> 49 </MultipleSubst> 50 </Lookup> 51 </LookupList> 52 </GSUB> 53 54</ttFont> 55