#ifndef OT_LAYOUT_GPOS_SINGLEPOS_HH #define OT_LAYOUT_GPOS_SINGLEPOS_HH #include "SinglePosFormat1.hh" #include "SinglePosFormat2.hh" namespace OT { namespace Layout { namespace GPOS_impl { struct SinglePos { … }; template<typename Iterator, typename SrcLookup> static void SinglePos_serialize (hb_serialize_context_t *c, const SrcLookup *src, Iterator it, const hb_hashmap_t<unsigned, hb_pair_t<unsigned, int>> *layout_variation_idx_delta_map, unsigned new_format) { … } } } } #endif /* OT_LAYOUT_GPOS_SINGLEPOS_HH */