3 * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved
7 #ifndef __MARKTOMARKPOSITIONINGSUBTABLES_H
8 #define __MARKTOMARKPOSITIONINGSUBTABLES_H
16 #include "LEFontInstance.h"
17 #include "OpenTypeTables.h"
18 #include "GlyphPositioningTables.h"
19 #include "AttachmentPosnSubtables.h"
20 #include "GlyphIterator.h"
24 struct MarkToMarkPositioningSubtable
: AttachmentPositioningSubtable
26 le_int32
process(const LETableReference
&base
, GlyphIterator
*glyphIterator
, const LEFontInstance
*fontInstance
, LEErrorCode
&success
) const;
27 LEGlyphID
findMark2Glyph(GlyphIterator
*glyphIterator
) const;
32 Offset mark2AnchorTableOffsetArray
[ANY_NUMBER
];
34 LE_VAR_ARRAY(Mark2Record
, mark2AnchorTableOffsetArray
)
38 le_uint16 mark2RecordCount
;
39 Mark2Record mark2RecordArray
[ANY_NUMBER
];
41 LE_VAR_ARRAY(Mark2Array
, mark2RecordArray
)