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

#ifndef OT_LAYOUT_GSUB_GSUB_HH
#define OT_LAYOUT_GSUB_GSUB_HH

#include "../../../hb-ot-layout-gsubgpos.hh"
#include "Common.hh"
#include "SubstLookup.hh"

namespace OT {

SubstLookup;

namespace Layout {

/*
 * GSUB -- Glyph Substitution
 * https://docs.microsoft.com/en-us/typography/opentype/spec/gsub
 */

struct GSUB : GSUBGPOS
{};


}

struct GSUB_accelerator_t : Layout::GSUB::accelerator_t {};


}

#endif  /* OT_LAYOUT_GSUB_GSUB_HH */