3 * (C) Copyright IBM Corp. 1998-2005 - All Rights Reserved
7 #ifndef __CURSIVEATTACHMENTSUBTABLES_H
8 #define __CURSIVEATTACHMENTSUBTABLES_H
16 #include "OpenTypeTables.h"
17 #include "GlyphPositioningTables.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;