summaryrefslogtreecommitdiff
path: root/src/intmetrics.h
blob: 3d5add2501977c83fd1603d7e7eb3b1cf2519599 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _TTF2F_INTMETRICS_H_
#define _TTF2F_INTMETRICS_H_

#include "context.h"
#include "utils.h"

struct glyph;
struct font_metrics;

ttf2f_result intmetrics_write(const char *savein,
		const char *name, ttf2f_ctx *ctx,
		void (*callback)(int progress));

#endif