fonttools/Lib/fontTools/mtiLib/testdata/mti/gsubsingle.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

18 lines
517 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<GSUB>
<Version value="0x00010000"/>
<LookupList>
<!-- LookupCount=1 -->
<Lookup index="0">
<LookupType value="1"/>
<LookupFlag value="0"/>
<!-- SubTableCount=1 -->
<SingleSubst index="0" Format="1">
<Substitution in="onehalf" out="onehalf.alt"/>
<Substitution in="onequarter" out="onequarter.alt"/>
<Substitution in="threequarters" out="threequarters.alt"/>
</SingleSubst>
</Lookup>
</LookupList>
</GSUB>