cairo output works again
[pspp] / src / output / cairo-fsm.h
index 60a6efb489166241c1d52a4966166667395f8d6d..f89acbe5372a9e65557970c5bfa6da158a47efd7 100644 (file)
 struct xr_fsm;
 struct output_item;
 
+/* The unit used for internal measurements is inch/(72 * XR_POINT).
+   (Thus, XR_POINT units represent one point.) */
+#define XR_POINT PANGO_SCALE
+
 enum xr_font_type
   {
     XR_FONT_PROPORTIONAL,
@@ -42,6 +46,7 @@ struct xr_fsm_style
     int size[TABLE_N_AXES];     /* Page size. */
     int min_break[TABLE_N_AXES]; /* Minimum cell size to allow breaking. */
     PangoFontDescription *fonts[XR_N_FONTS];
+    struct cell_color fg;
     bool use_system_colors;
     bool transparent;
     double font_scale;