Also output mark attachment class
This commit is contained in:
parent
d6d21e067d
commit
8fac69b0ea
@ -1579,7 +1579,7 @@ class LookupFlag(UShort):
|
||||
if value & 0x04: flags.append("ignoreLigatures")
|
||||
if value & 0x08: flags.append("ignoreMarks")
|
||||
if value & 0x10: flags.append("useMarkFilteringSet")
|
||||
if value & 0xff00: flags.append("markAttachmentType")
|
||||
if value & 0xff00: flags.append("markAttachmentType[%i]" % (value >> 8))
|
||||
xmlWriter.comment(" ".join(flags))
|
||||
xmlWriter.newline()
|
||||
|
||||
|
@ -151,7 +151,7 @@
|
||||
</Lookup>
|
||||
<Lookup index="5">
|
||||
<LookupType value="1"/>
|
||||
<LookupFlag value="256"/><!-- markAttachmentType -->
|
||||
<LookupFlag value="256"/><!-- markAttachmentType[1] -->
|
||||
<!-- SubTableCount=1 -->
|
||||
<SinglePos index="0" Format="1">
|
||||
<Coverage>
|
||||
@ -163,7 +163,7 @@
|
||||
</Lookup>
|
||||
<Lookup index="6">
|
||||
<LookupType value="1"/>
|
||||
<LookupFlag value="512"/><!-- markAttachmentType -->
|
||||
<LookupFlag value="512"/><!-- markAttachmentType[2] -->
|
||||
<!-- SubTableCount=1 -->
|
||||
<SinglePos index="0" Format="1">
|
||||
<Coverage>
|
||||
@ -175,7 +175,7 @@
|
||||
</Lookup>
|
||||
<Lookup index="7">
|
||||
<LookupType value="1"/>
|
||||
<LookupFlag value="260"/><!-- ignoreLigatures markAttachmentType -->
|
||||
<LookupFlag value="260"/><!-- ignoreLigatures markAttachmentType[1] -->
|
||||
<!-- SubTableCount=1 -->
|
||||
<SinglePos index="0" Format="1">
|
||||
<Coverage>
|
||||
@ -251,7 +251,7 @@
|
||||
</Lookup>
|
||||
<Lookup index="13">
|
||||
<LookupType value="1"/>
|
||||
<LookupFlag value="768"/><!-- markAttachmentType -->
|
||||
<LookupFlag value="768"/><!-- markAttachmentType[3] -->
|
||||
<!-- SubTableCount=1 -->
|
||||
<SinglePos index="0" Format="1">
|
||||
<Coverage>
|
||||
|
@ -5,7 +5,7 @@
|
||||
<!-- LookupCount=2 -->
|
||||
<Lookup index="0">
|
||||
<LookupType value="8"/>
|
||||
<LookupFlag value="512"/><!-- markAttachmentType -->
|
||||
<LookupFlag value="512"/><!-- markAttachmentType[2] -->
|
||||
<!-- SubTableCount=1 -->
|
||||
<ChainContextPos index="0" Format="1">
|
||||
<Coverage Format="1">
|
||||
|
@ -5,7 +5,7 @@
|
||||
<!-- LookupCount=2 -->
|
||||
<Lookup index="0">
|
||||
<LookupType value="6"/>
|
||||
<LookupFlag value="512"/><!-- markAttachmentType -->
|
||||
<LookupFlag value="512"/><!-- markAttachmentType[2] -->
|
||||
<!-- SubTableCount=1 -->
|
||||
<ChainContextSubst index="0" Format="1">
|
||||
<Coverage Format="1">
|
||||
|
@ -31,7 +31,7 @@
|
||||
<!-- LookupCount=1 -->
|
||||
<Lookup index="0">
|
||||
<LookupType value="4"/>
|
||||
<LookupFlag value="512"/><!-- markAttachmentType -->
|
||||
<LookupFlag value="512"/><!-- markAttachmentType[2] -->
|
||||
<!-- SubTableCount=1 -->
|
||||
<LigatureSubst index="0" Format="1">
|
||||
<LigatureSet glyph="g11">
|
||||
|
@ -31,7 +31,7 @@
|
||||
<!-- LookupCount=1 -->
|
||||
<Lookup index="0">
|
||||
<LookupType value="4"/>
|
||||
<LookupFlag value="514"/><!-- ignoreBaseGlyphs markAttachmentType -->
|
||||
<LookupFlag value="514"/><!-- ignoreBaseGlyphs markAttachmentType[2] -->
|
||||
<!-- SubTableCount=1 -->
|
||||
<LigatureSubst index="0" Format="1">
|
||||
<LigatureSet glyph="g18">
|
||||
|
Loading…
x
Reference in New Issue
Block a user