#ifndef OT_LAYOUT_GPOS_CURSIVEPOSFORMAT1_HH #define OT_LAYOUT_GPOS_CURSIVEPOSFORMAT1_HH #include "Anchor.hh" namespace OT { namespace Layout { namespace GPOS_impl { struct EntryExitRecord { … }; static void reverse_cursive_minor_offset (hb_glyph_position_t *pos, unsigned int i, hb_direction_t direction, unsigned int new_parent) { … } struct CursivePosFormat1 { … }; } } } #endif /* OT_LAYOUT_GPOS_CURSIVEPOSFORMAT1_HH */