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=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="F1 "/> 25 <Feature> 26 <!-- LookupCount=1 --> 27 <LookupListIndex index="0" value="0"/> 28 </Feature> 29 </FeatureRecord> 30 <FeatureRecord index="1"> 31 <FeatureTag value="F2 "/> 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="4"/> 42 <LookupFlag value="0"/> 43 <!-- SubTableCount=1 --> 44 <LigatureSubst index="0"> 45 <LigatureSet glyph="f"> 46 <Ligature components="f,i" glyph="f_f_i"/> 47 <Ligature components="f" glyph="f_f"/> 48 <Ligature components="i" glyph="f_i"/> 49 </LigatureSet> 50 <LigatureSet glyph="o"> 51 <Ligature components="f,f,i" glyph="o_f_f_i"/> 52 </LigatureSet> 53 </LigatureSubst> 54 </Lookup> 55 <Lookup index="1"> 56 <LookupType value="4"/> 57 <LookupFlag value="0"/> 58 <!-- SubTableCount=1 --> 59 <LigatureSubst index="0"> 60 <LigatureSet glyph="f"> 61 <Ligature components="f,i" glyph="f_f_i"/> 62 <Ligature components="f" glyph="f_f"/> 63 <Ligature components="i" glyph="f_i"/> 64 </LigatureSet> 65 <LigatureSet glyph="o"> 66 <Ligature components="f,f,i" glyph="o_f_f_i"/> 67 </LigatureSet> 68 </LigatureSubst> 69 </Lookup> 70 </LookupList> 71 </GSUB> 72 73</ttFont> 74