Add support for using TrueType fonts, including embedding in PostScript but
[sgt/halibut] / halibut.h
index 11e478f..3f5b560 100644 (file)
--- a/halibut.h
+++ b/halibut.h
@@ -401,6 +401,12 @@ void read_afm_file(input *in);
  * in_pf.c
  */
 void read_pfa_file(input *in);
+void read_pfb_file(input *in);
+
+/*
+ * in_sfnt.c
+ */
+void read_sfnt_file(input *in);
 
 /*
  * keywords.c