summaryrefslogtreecommitdiff
path: root/src/intmetrics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intmetrics.h')
-rw-r--r--src/intmetrics.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/intmetrics.h b/src/intmetrics.h
index 0aaf1be..5b8546d 100644
--- a/src/intmetrics.h
+++ b/src/intmetrics.h
@@ -1,12 +1,14 @@
#ifndef _TTF2F_INTMETRICS_H_
#define _TTF2F_INTMETRICS_H_
+#include "utils.h"
+
struct glyph;
struct font_metrics;
-void write_intmetrics(const char *savein, const char *name,
- struct glyph *glyph_list, int list_size,
- struct font_metrics *metrics,
+ttf2f_result write_intmetrics(const char *savein,
+ const char *name, struct glyph *glyph_list,
+ int list_size, struct font_metrics *metrics,
void (*callback)(int progress));
#endif