|
|
@ -302,8 +302,9 @@ struct ContextualSubtable |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
protected: |
|
|
|
StateTable<EntryData> machine; |
|
|
|
StateTable<EntryData> |
|
|
|
OffsetTo<UnsizedOffsetListOf<Lookup<GlyphID>, HBUINT32>, HBUINT32> |
|
|
|
machine; |
|
|
|
|
|
|
|
LOffsetTo<UnsizedOffsetListOf<Lookup<GlyphID>, HBUINT32> > |
|
|
|
substitutionTables; |
|
|
|
substitutionTables; |
|
|
|
public: |
|
|
|
public: |
|
|
|
DEFINE_SIZE_STATIC (20); |
|
|
|
DEFINE_SIZE_STATIC (20); |
|
|
@ -461,7 +462,8 @@ struct LigatureSubtable |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
protected: |
|
|
|
StateTable<EntryData> machine; |
|
|
|
StateTable<EntryData> |
|
|
|
|
|
|
|
machine; |
|
|
|
LOffsetTo<UnsizedArrayOf<HBUINT32> > |
|
|
|
LOffsetTo<UnsizedArrayOf<HBUINT32> > |
|
|
|
ligAction; /* Offset to the ligature action table. */ |
|
|
|
ligAction; /* Offset to the ligature action table. */ |
|
|
|
LOffsetTo<UnsizedArrayOf<HBUINT16> > |
|
|
|
LOffsetTo<UnsizedArrayOf<HBUINT16> > |
|
|
|