In what I presume was error, this test case included a space on the line immediately following the <ttFont> element; this space is not present in any other ttx files. For reasons that are unclear to me, and likely not worth investigating, the presence (or absence) of this space does not influence the passing or failure of this test case; however it *does* cause a failure in my feature compiler, which is reusing this test suite, and so I would like to fix it here, and simplify my own life somewhat.
54 lines
1.3 KiB
XML
54 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ttFont>
|
|
|
|
<GPOS>
|
|
<Version value="0x00010000"/>
|
|
<ScriptList>
|
|
<!-- ScriptCount=1 -->
|
|
<ScriptRecord index="0">
|
|
<ScriptTag value="DFLT"/>
|
|
<Script>
|
|
<DefaultLangSys>
|
|
<ReqFeatureIndex value="65535"/>
|
|
<!-- FeatureCount=1 -->
|
|
<FeatureIndex index="0" value="0"/>
|
|
</DefaultLangSys>
|
|
<!-- LangSysCount=0 -->
|
|
</Script>
|
|
</ScriptRecord>
|
|
</ScriptList>
|
|
<FeatureList>
|
|
<!-- FeatureCount=1 -->
|
|
<FeatureRecord index="0">
|
|
<FeatureTag value="test"/>
|
|
<Feature>
|
|
<!-- LookupCount=1 -->
|
|
<LookupListIndex index="0" value="0"/>
|
|
</Feature>
|
|
</FeatureRecord>
|
|
</FeatureList>
|
|
<LookupList>
|
|
<!-- LookupCount=1 -->
|
|
<Lookup index="0">
|
|
<LookupType value="1"/>
|
|
<LookupFlag value="0"/>
|
|
<!-- SubTableCount=2 -->
|
|
<SinglePos index="0" Format="1">
|
|
<Coverage>
|
|
<Glyph value="zero"/>
|
|
</Coverage>
|
|
<ValueFormat value="0"/>
|
|
</SinglePos>
|
|
<SinglePos index="1" Format="1">
|
|
<Coverage>
|
|
<Glyph value="four"/>
|
|
</Coverage>
|
|
<ValueFormat value="4"/>
|
|
<Value XAdvance="500"/>
|
|
</SinglePos>
|
|
</Lookup>
|
|
</LookupList>
|
|
</GPOS>
|
|
|
|
</ttFont>
|