Add support for using TrueType fonts, including embedding in PostScript but
[sgt/halibut] / halibut.h
index 51c6dd4..3f5b560 100644 (file)
--- a/halibut.h
+++ b/halibut.h
@@ -404,6 +404,11 @@ void read_pfa_file(input *in);
 void read_pfb_file(input *in);
 
 /*
+ * in_sfnt.c
+ */
+void read_sfnt_file(input *in);
+
+/*
  * keywords.c
  */
 struct keywordlist_Tag {