Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
godotengine
GitHub Repository: godotengine/godot
Path: blob/master/thirdparty/harfbuzz/src/OT/Layout/GSUB/Common.hh
9918 views
#ifndef OT_LAYOUT_GSUB_COMMON_HH
#define OT_LAYOUT_GSUB_COMMON_HH

#include "../../../hb-serialize.hh"
#include "../../../hb-ot-layout-gsubgpos.hh"

namespace OT {
namespace Layout {
namespace GSUB_impl {

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

}
}
}

#endif /* OT_LAYOUT_GSUB_COMMON_HH */