output: Add support for fonts.
[pspp] / src / output / table-item.h
index 4e070ddabf778ef001eadb22b412971842efd044..1cc92eaf5dc27c2f7e4587cc4a3bf8160f194f7c 100644 (file)
@@ -34,6 +34,7 @@ struct table_item_text
     char *content;
     const struct footnote **footnotes;
     size_t n_footnotes;
+    struct cell_style *style;
   };
 
 struct table_item_text *table_item_text_create (const char *);