chromium/third_party/harfbuzz-ng/src/src/OT/Layout/GSUB/SingleSubst.hh

#ifndef OT_LAYOUT_GSUB_SINGLESUBST_HH
#define OT_LAYOUT_GSUB_SINGLESUBST_HH

#include "Common.hh"
#include "SingleSubstFormat1.hh"
#include "SingleSubstFormat2.hh"

namespace OT {
namespace Layout {
namespace GSUB_impl {

struct SingleSubst
{};

template<typename Iterator>
static void
SingleSubst_serialize (hb_serialize_context_t *c,
                       Iterator it)
{}

}
}
}

#endif /* OT_LAYOUT_GSUB_SINGLESUBST_HH */