os/textandloc/fontservices/textshaperplugin/IcuSource/layout/LigatureSubstSubtables.h
Update contrib.
3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
7 #ifndef __LIGATURESUBSTITUTIONSUBTABLES_H
8 #define __LIGATURESUBSTITUTIONSUBTABLES_H
16 #include "LEGlyphFilter.h"
17 #include "OpenTypeTables.h"
18 #include "GlyphSubstitutionTables.h"
19 #include "GlyphIterator.h"
23 struct LigatureSetTable
25 le_uint16 ligatureCount;
26 Offset ligatureTableOffsetArray[ANY_NUMBER];
33 TTGlyphID componentArray[ANY_NUMBER];
36 struct LigatureSubstitutionSubtable : GlyphSubstitutionSubtable
38 le_uint16 ligSetCount;
39 Offset ligSetTableOffsetArray[ANY_NUMBER];
41 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;