output: Support decimal and mixed alignment,
[pspp] / src / output / text-item.h
index a8f1e493e92fdb7382c91d947d1fe59b6ed62479..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. */
+
+    bool bold, italic, underline, markup;
     char *typeface;
     int size;
-    bool bold, italic, underline, markup;
   };
 
 struct text_item *text_item_create (enum text_item_type, const char *text);