output: Support decimal and mixed alignment,
[pspp] / src / output / text-item.h
index 659a28bd0f8bf418da8433e14d909df5e1d32236..2e27529fecbae5ad29039bf4f07ea618c978ed26 100644 (file)
@@ -50,9 +50,10 @@ 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, markup;
+    char *typeface;
+    int size;
   };
 
 struct text_item *text_item_create (enum text_item_type, const char *text);