summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gpos-pair.h
blob: 788b27d7dba3f7c750f33374edd5dc41d1a439f8 (plain)
1
2
3
4
5
6
7
#ifndef CARYLL_FONTOPS_OTL_GPOS_PAIR_H
#define CARYLL_FONTOPS_OTL_GPOS_PAIR_H
#include "common.h"

bool consolidate_gpos_pair(otfcc_Font *font, table_OTL *table, otl_Subtable *_subtable, const otfcc_Options *options);

#endif