godot/thirdparty/harfbuzz/src/OT/glyf/loca.hh

#ifndef OT_GLYF_LOCA_HH
#define OT_GLYF_LOCA_HH


#include "../../hb-open-type.hh"


namespace OT {


/*
 * loca -- Index to Location
 * https://docs.microsoft.com/en-us/typography/opentype/spec/loca
 */
#define HB_OT_TAG_loca

struct loca
{};


} /* namespace OT */


#endif /* OT_GLYF_LOCA_HH */