summaryrefslogtreecommitdiff
path: root/src/encoding.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2009-05-07 15:22:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2009-05-07 15:22:02 +0000
commita98d8fb5e49436c6fedea37797225293284b9894 (patch)
treef140662044f20668b937c9f3b451c56345678108 /src/encoding.h
downloadttf2f-a98d8fb5e49436c6fedea37797225293284b9894.tar.gz
ttf2f-a98d8fb5e49436c6fedea37797225293284b9894.tar.bz2
Import TTF2f. Don't expect this to link; I've prevented it building main.c.
svn path=/trunk/tools/ttf2f/; revision=7427
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
+