1<?xml version="1.0" encoding="UTF-8"?> 2<ttFont sfntVersion="\x00\x01\x00\x00" ttLibVersion="4.22"> 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=2 --> 14 <FeatureIndex index="0" value="0"/> 15 <FeatureIndex index="1" value="1"/> 16 </DefaultLangSys> 17 <!-- LangSysCount=0 --> 18 </Script> 19 </ScriptRecord> 20 </ScriptList> 21 <FeatureList> 22 <!-- FeatureCount=2 --> 23 <FeatureRecord index="0"> 24 <FeatureTag value="aalt"/> 25 <Feature> 26 <!-- LookupCount=1 --> 27 <LookupListIndex index="0" value="0"/> 28 </Feature> 29 </FeatureRecord> 30 <FeatureRecord index="1"> 31 <FeatureTag value="ss01"/> 32 <Feature> 33 <!-- LookupCount=1 --> 34 <LookupListIndex index="0" value="1"/> 35 </Feature> 36 </FeatureRecord> 37 </FeatureList> 38 <LookupList> 39 <!-- LookupCount=2 --> 40 <Lookup index="0"> 41 <LookupType value="1"/> 42 <LookupFlag value="0"/> 43 <!-- SubTableCount=1 --> 44 <SingleSubst index="0"> 45 <Substitution in="a" out="a.alt1"/> 46 </SingleSubst> 47 </Lookup> 48 <Lookup index="1"> 49 <LookupType value="1"/> 50 <LookupFlag value="0"/> 51 <!-- SubTableCount=1 --> 52 <SingleSubst index="0"> 53 <Substitution in="a" out="a.alt1"/> 54 </SingleSubst> 55 </Lookup> 56 </LookupList> 57 </GSUB> 58 59</ttFont> 60