summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/mfluadir/otfcc/lib/otf-writer/stat.h
blob: fe08b57ba659a46bcd1f1b89cbef121ec7361be1 (plain)
1
2
3
4
5
6
7
8
9
#ifndef CARYLL_OTF_WRITER_STAT_H
#define CARYLL_OTF_WRITER_STAT_H

#include "otfcc/font.h"
#include "table/all.h"

void otfcc_statFont(otfcc_Font *font, const otfcc_Options *options);
void otfcc_unstatFont(otfcc_Font *font, const otfcc_Options *options);
#endif