summaryrefslogtreecommitdiff
path: root/src/encoding.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/encoding.h')
-rw-r--r--src/encoding.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/encoding.h b/src/encoding.h
new file mode 100644
index 0000000..3a88cad
--- /dev/null
+++ b/src/encoding.h
@@ -0,0 +1,11 @@
+#ifndef _TTF2F_ENCODING_H_
+#define _TTF2F_ENCODING_H_
+
+struct glyph;
+
+void write_encoding(const char *savein, const char *name,
+ struct glyph *glyph_list, int list_size, int type,
+ void (*callback)(int progress));
+
+#endif
+