1 <?xml version="1.0" encoding="UTF-8"?> 2 <ttFont sfntVersion="OTTO" ttLibVersion="3.5"> 3 4 <GPOS> 5 <Version value="0x00010000"/> 6 <ScriptList> 7 <!-- ScriptCount=1 --> 8 <ScriptRecord index="0"> 9 <ScriptTag value="latn"/> 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=1 --> 26 <LookupListIndex index="0" value="0"/> 27 </Feature> 28 </FeatureRecord> 29 </FeatureList> 30 <LookupList> 31 <!-- LookupCount=1 --> 32 <Lookup index="0"> 33 <LookupType value="3"/> 34 <LookupFlag value="2"/> 35 <!-- SubTableCount=1 --> 36 <CursivePos index="0" Format="1"> 37 <Coverage Format="1"> 38 <Glyph value="g18"/> 39 <Glyph value="g19"/> 40 <Glyph value="g20"/> 41 </Coverage> 42 <!-- EntryExitCount=3 --> 43 <EntryExitRecord index="0"> 44 <EntryAnchor Format="1"> 45 <XCoordinate value="100"/> 46 <YCoordinate value="150"/> 47 </EntryAnchor> 48 <ExitAnchor Format="1"> 49 <XCoordinate value="200"/> 50 <YCoordinate value="250"/> 51 </ExitAnchor> 52 </EntryExitRecord> 53 <EntryExitRecord index="1"> 54 <EntryAnchor Format="1"> 55 <XCoordinate value="101"/> 56 <YCoordinate value="151"/> 57 </EntryAnchor> 58 </EntryExitRecord> 59 <EntryExitRecord index="2"> 60 <ExitAnchor Format="1"> 61 <XCoordinate value="202"/> 62 <YCoordinate value="252"/> 63 </ExitAnchor> 64 </EntryExitRecord> 65 </CursivePos> 66 </Lookup> 67 </LookupList> 68 </GPOS> 69 70 </ttFont> 71