output: Rename a few struct members for consistency.
[pspp] / src / output / text-item.h
index 659a28bd0f8bf418da8433e14d909df5e1d32236..a8f1e493e92fdb7382c91d947d1fe59b6ed62479 100644 (file)
@@ -50,8 +50,8 @@ struct text_item
     struct output_item output_item;
     char *text;                 /* The content. */
     enum text_item_type type;   /* Type. */
-    char *font;
-    int font_size;
+    char *typeface;
+    int size;
     bool bold, italic, underline, markup;
   };