printing works; font sizes are weird
[pspp] / src / output / cairo-fsm.h
index f89acbe5372a9e65557970c5bfa6da158a47efd7..b61f099035246de8a5237d37c1b97a56f9f785b9 100644 (file)
@@ -43,7 +43,7 @@ struct xr_fsm_style
   {
     int ref_cnt;
 
-    int size[TABLE_N_AXES];     /* Page size. */
+    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;
@@ -52,6 +52,7 @@ struct xr_fsm_style
     double font_scale;
   };
 struct xr_fsm_style *xr_fsm_style_ref (const struct xr_fsm_style *);
+struct xr_fsm_style *xr_fsm_style_unshare (struct xr_fsm_style *);
 void xr_fsm_style_unref (struct xr_fsm_style *);
 bool xr_fsm_style_equals (const struct xr_fsm_style *,
                           const struct xr_fsm_style *);