added ttf support to pdf2pdf
[swftools.git] / lib / ttf.h
index 73bd35c..104ac78 100644 (file)
--- a/lib/ttf.h
+++ b/lib/ttf.h
@@ -140,6 +140,8 @@ typedef struct _table_head {
 } table_head_t;
 
 typedef struct _ttf {
+    char*name;
+
     ttf_table_t*tables;
 
     table_head_t*head;