3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
7 #ifndef __ALTERNATESUBSTITUTIONSUBTABLES_H
8 #define __ALTERNATESUBSTITUTIONSUBTABLES_H
16 #include "LEGlyphFilter.h"
17 #include "OpenTypeTables.h"
18 #include "GlyphSubstitutionTables.h"
19 #include "GlyphIterator.h"
23 struct AlternateSetTable
26 TTGlyphID alternateArray
[ANY_NUMBER
];
29 struct AlternateSubstitutionSubtable
: GlyphSubstitutionSubtable
31 le_uint16 alternateSetCount
;
32 Offset alternateSetTableOffsetArray
[ANY_NUMBER
];
34 le_uint32
process(GlyphIterator
*glyphIterator
, const LEGlyphFilter
*filter
= NULL
) const;