summaryrefslogtreecommitdiff
path: root/src/intmetrics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intmetrics.h')
-rw-r--r--src/intmetrics.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intmetrics.h b/src/intmetrics.h
index ec1caf0..3d5add2 100644
--- a/src/intmetrics.h
+++ b/src/intmetrics.h
@@ -1,14 +1,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, const struct glyph *glyph_list,
- int list_size, const struct font_metrics *metrics,
+ const char *name, ttf2f_ctx *ctx,
void (*callback)(int progress));
#endif