summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/consolidate/consolidate.h
blob: 9675ddc8ac8f7d206173e2116f097ca66225fbd5 (plain)
1
2
3
4
5
6
7
8
#ifndef CARYLL_CONSOLIDATE_H
#define CARYLL_CONSOLIDATE_H

#include "otfcc/font.h"

extern void otfcc_consolidateFont(otfcc_Font *font, const otfcc_Options *options);

#endif