The spec has been updated for a while to allow only one rule per glyph, and makeotf uses the first and ignores the rest. See https://github.com/adobe-type-tools/afdko/issues/95, and https://github.com/adobe-type-tools/afdko/issues/155
38 lines
934 B
XML
38 lines
934 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ttFont>
|
|
|
|
<GDEF>
|
|
<Version value="0x00010000"/>
|
|
<LigCaretList>
|
|
<Coverage>
|
|
<Glyph value="c_h"/>
|
|
<Glyph value="c_k"/>
|
|
<Glyph value="o_f_f_i"/>
|
|
</Coverage>
|
|
<!-- LigGlyphCount=3 -->
|
|
<LigGlyph index="0">
|
|
<!-- CaretCount=1 -->
|
|
<CaretValue index="0" Format="1">
|
|
<Coordinate value="500"/>
|
|
</CaretValue>
|
|
</LigGlyph>
|
|
<LigGlyph index="1">
|
|
<!-- CaretCount=1 -->
|
|
<CaretValue index="0" Format="1">
|
|
<Coordinate value="500"/>
|
|
</CaretValue>
|
|
</LigGlyph>
|
|
<LigGlyph index="2">
|
|
<!-- CaretCount=2 -->
|
|
<CaretValue index="0" Format="1">
|
|
<Coordinate value="300"/>
|
|
</CaretValue>
|
|
<CaretValue index="1" Format="1">
|
|
<Coordinate value="700"/>
|
|
</CaretValue>
|
|
</LigGlyph>
|
|
</LigCaretList>
|
|
</GDEF>
|
|
|
|
</ttFont>
|