fonttools/Lib/fontTools/mtiLib/testdata/mti/chained-glyph.ttx.GPOS
Behdad Esfahbod 8358a7248f [mtiLib] Make output more deterministic with MockFont
I'll first make Python 2 and 3 both generate same output for tests with
MockFont, then will probably hardcode glyphorder and remove MockFont
completely and remove hacks I added to make tests work with MockFont.
2016-12-27 13:03:37 -05:00

44 lines
1.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<GPOS>
<Version value="0x00010000"/>
<LookupList>
<!-- LookupCount=1 -->
<Lookup index="0">
<!-- LookupType=8 -->
<LookupFlag value="512"/>
<!-- SubTableCount=1 -->
<ChainContextPos index="0" Format="1">
<Coverage Format="1">
<Glyph value="uuvowelsignsinh"/>
<Glyph value="uvowelsignsinh"/>
</Coverage>
<!-- ChainPosRuleSetCount=2 -->
<ChainPosRuleSet index="0">
<!-- ChainPosRuleCount=1 -->
<ChainPosRule index="0">
<!-- BacktrackGlyphCount=1 -->
<Backtrack index="0" value="rakarsinh"/>
<!-- InputGlyphCount=1 -->
<!-- LookAheadGlyphCount=2 -->
<LookAhead index="0" value="1"/>
<LookAhead index="1" value="u2aelow-sinh"/>
<!-- PosCount=0 -->
</ChainPosRule>
</ChainPosRuleSet>
<ChainPosRuleSet index="1">
<!-- ChainPosRuleCount=1 -->
<ChainPosRule index="0">
<!-- BacktrackGlyphCount=1 -->
<Backtrack index="0" value="rakarsinh"/>
<!-- InputGlyphCount=1 -->
<!-- LookAheadGlyphCount=2 -->
<LookAhead index="0" value="1"/>
<LookAhead index="1" value="u2aelow-sinh"/>
<!-- PosCount=0 -->
</ChainPosRule>
</ChainPosRuleSet>
</ChainContextPos>
</Lookup>
</LookupList>
</GPOS>