output: Support styles for text items.
[pspp] / src / output / text-item.h
index da1b208a5ea8cfd40ec5c27339cd2c8307d814a3..3cfeb28b73e9e5ed08fdd8a33d1cefbec0f27a24 100644 (file)
@@ -64,6 +64,9 @@ struct text_item
     struct output_item output_item;
     char *text;                 /* The content. */
     enum text_item_type type;   /* Type. */
+    char *font;
+    int font_size;
+    bool bold, italic, underline;
   };
 
 struct text_item *text_item_create (enum text_item_type, const char *text);