#ifndef OT_LAYOUT_GPOS_LIGATUREARRAY_HH #define OT_LAYOUT_GPOS_LIGATUREARRAY_HH namespace OT { namespace Layout { namespace GPOS_impl { LigatureAttach; /* component-major-- * in order of writing direction--, * mark-minor-- * ordered by class--zero-based. */ /* Array of LigatureAttach tables ordered by LigatureCoverage Index */ struct LigatureArray : List16OfOffset16To<LigatureAttach> { … }; } } } #endif /* OT_LAYOUT_GPOS_LIGATUREARRAY_HH */