Fairly ropey font-embedding support. In particular, the PDF output is
[sgt/halibut] / paper.h
diff --git a/paper.h b/paper.h
index 68da8c2..2811f37 100644 (file)
--- a/paper.h
+++ b/paper.h
@@ -65,6 +65,10 @@ struct font_info_Tag {
      */
     const char *name;
     /*
+     * The file containing this font, if any.
+     */
+    FILE *fp;
+    /*
      * An array of pointers to the available glyph names, and their
      * corresponding character widths. These two arrays have
      * parallel indices.