summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/consolidate/otl/gsub-reverse.h
blob: 53b9b5a16fcf0a675d1684331f97797aa6dfe5bd (plain)
1
2
3
4
5
6
7
8
#ifndef CARYLL_FONTOPS_OTL_GSUB_REVERSE_H
#define CARYLL_FONTOPS_OTL_GSUB_REVERSE_H
#include "common.h"

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

#endif