output: Draw titles on charts in a larger font than other labels.
[pspp] / src / output / chart-provider.h
index fa632861545aff1385b3e9ea2b14632d86031850..6065036d0f26b4416048e334d2b5c1b02a98dd81 100644 (file)
@@ -47,7 +47,7 @@ struct chart_geometry
     int legend_right ;
 
     /* Default font size for the plot. */
-    int font_size;
+    double font_size;
 
     struct chart_colour fill_colour;