fonttools/Lib/fontTools/mtiLib/testdata/mti/gsubmultiple.ttx.GSUB
Behdad Esfahbod 3eacc23868 Update tests for previous commit
The following sed command can be used to update TTX sources for the LookupType
change:

$ sed -i'~' 's/<!-- LookupType=\(.\) -->/<LookupType value="\1"\/>/g' *.ttx
2016-12-28 20:29:43 -05:00

17 lines
510 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<GSUB>
<Version value="0x00010000"/>
<LookupList>
<!-- LookupCount=1 -->
<Lookup index="0">
<LookupType value="2"/>
<LookupFlag value="0"/>
<!-- SubTableCount=1 -->
<MultipleSubst index="0" Format="1">
<Substitution in="janyevoweltelugu" out="jaivoweltelugu,nyasubscripttelugu"/>
<Substitution in="kassevoweltelugu" out="kaivoweltelugu,ssasubscripttelugu"/>
</MultipleSubst>
</Lookup>
</LookupList>
</GSUB>