os/textandloc/fontservices/textshaperplugin/IcuSource/layout/ContextualGlyphInsertion.h
Update contrib.
3 * (C) Copyright IBM Corp. 1998-2004 - All Rights Reserved
7 #ifndef __CONTEXTUALGLYPHINSERTION_H
8 #define __CONTEXTUALGLYPHINSERTION_H
16 #include "LayoutTables.h"
17 #include "StateTables.h"
18 #include "MorphTables.h"
19 #include "MorphStateTables.h"
23 struct ContextualGlyphInsertionHeader : MorphStateTableHeader
27 enum ContextualGlyphInsertionFlags
30 cgiDontAdvance = 0x4000,
31 cgiCurrentIsKashidaLike = 0x2000,
32 cgiMarkedIsKashidaLike = 0x1000,
33 cgiCurrentInsertBefore = 0x0800,
34 cgiMarkInsertBefore = 0x0400,
35 cgiCurrentInsertCountMask = 0x03E0,
36 cgiMarkedInsertCountMask = 0x001F
39 struct LigatureSubstitutionStateEntry : StateEntry
41 ByteOffset currentInsertionListOffset;
42 ByteOffset markedInsertionListOffset;