output: Drop TAB_FIX and the idea of a configurable fixed-width font.
[pspp] / src / output / cairo-fsm.h
index bf937835418b6b130d48c7b3edf5995223b59ab1..cf2da691f45fc0661dd3d499c13f73d745e115bd 100644 (file)
@@ -32,20 +32,13 @@ struct output_item;
    (Thus, XR_POINT units represent one point.) */
 #define XR_POINT PANGO_SCALE
 
-enum xr_font_type
-  {
-    XR_FONT_PROPORTIONAL,
-    XR_FONT_FIXED,
-    XR_N_FONTS
-  };
-
 struct xr_fsm_style
   {
     int ref_cnt;
 
     int size[TABLE_N_AXES];      /* Page size. */
     int min_break[TABLE_N_AXES]; /* Minimum cell size to allow breaking. */
-    PangoFontDescription *fonts[XR_N_FONTS];
+    PangoFontDescription *font;
     struct cell_color fg;
     bool use_system_colors;