4 * (C) Copyright IBM Corp. 1998-2003 - All Rights Reserved
8 #ifndef __CURSIVEATTACHMENTSUBTABLES_H
9 #define __CURSIVEATTACHMENTSUBTABLES_H
17 #include "LEFontInstance.h"
18 #include "OpenTypeTables.h"
19 #include "GlyphPositioningTables.h"
20 #include "GlyphIterator.h"
24 struct EntryExitRecord
30 struct CursiveAttachmentSubtable
: GlyphPositioningSubtable
32 le_uint16 entryExitCount
;
33 EntryExitRecord entryExitRecords
[ANY_NUMBER
];
35 le_uint32
process(GlyphIterator
*glyphIterator
, const LEFontInstance
*fontInstance
) const;