os/textandloc/fontservices/textshaperplugin/IcuSource/layout/MarkToLigaturePosnSubtables.h
Update contrib.
3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
7 #ifndef __MARKTOLIGATUREPOSITIONINGSUBTABLES_H
8 #define __MARKTOLIGATUREPOSITIONINGSUBTABLES_H
16 #include "LEFontInstance.h"
17 #include "OpenTypeTables.h"
18 #include "GlyphPositioningTables.h"
19 #include "AttachmentPosnSubtables.h"
20 #include "GlyphIterator.h"
24 struct MarkToLigaturePositioningSubtable : AttachmentPositioningSubtable
26 le_int32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
27 LEGlyphID findLigatureGlyph(GlyphIterator *glyphIterator) const;
30 struct ComponentRecord
32 Offset ligatureAnchorTableOffsetArray[ANY_NUMBER];
35 struct LigatureAttachTable
37 le_uint16 componentCount;
38 ComponentRecord componentRecordArray[ANY_NUMBER];
43 le_uint16 ligatureCount;
44 Offset ligatureAttachTableOffsetArray[ANY_NUMBER];