1<?xml version="1.0" encoding="UTF-8"?> 2<GSUB> 3 <Version value="0x00010000"/> 4 <LookupList> 5 <!-- LookupCount=1 --> 6 <!-- latinLigatures: --> 7 <Lookup index="0"> 8 <LookupType value="4"/> 9 <LookupFlag value="0"/> 10 <!-- SubTableCount=1 --> 11 <LigatureSubst index="0"> 12 <LigatureSet glyph="I"> 13 <Ligature components="J" glyph="IJ"/> 14 </LigatureSet> 15 <LigatureSet glyph="Ismall"> 16 <Ligature components="Jsmall" glyph="IJsmall"/> 17 </LigatureSet> 18 <LigatureSet glyph="f"> 19 <Ligature components="f,i" glyph="ffi"/> 20 <Ligature components="f,l" glyph="ffl"/> 21 <Ligature components="f,t" glyph="fft"/> 22 <Ligature components="f,b" glyph="ffb"/> 23 <Ligature components="f,h" glyph="ffh"/> 24 <Ligature components="f,k" glyph="ffk"/> 25 <Ligature components="i" glyph="fi"/> 26 <Ligature components="l" glyph="fl"/> 27 <Ligature components="f" glyph="ff"/> 28 <Ligature components="t" glyph="ft"/> 29 <Ligature components="b" glyph="fb"/> 30 <Ligature components="h" glyph="fh"/> 31 <Ligature components="k" glyph="fk"/> 32 <Ligature components="j" glyph="fj"/> 33 </LigatureSet> 34 <LigatureSet glyph="i"> 35 <Ligature components="j" glyph="ij"/> 36 </LigatureSet> 37 <LigatureSet glyph="t"> 38 <Ligature components="t" glyph="tt"/> 39 </LigatureSet> 40 </LigatureSubst> 41 </Lookup> 42 </LookupList> 43</GSUB> 44