3 * (C) Copyright IBM Corp. 1998-2013 - 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(const LEReferenceTo
<CursiveAttachmentSubtable
> &base
, GlyphIterator
*glyphIterator
, const LEFontInstance
*fontInstance
, LEErrorCode
&success
) const;
37 LE_VAR_ARRAY(CursiveAttachmentSubtable
, entryExitRecords
)