output: Draw titles on charts in a larger font than other labels.
[pspp] / src / output / chart.c
index ab2e57c192023c11c0c0af895311f67869fbd606..e1832e20bb39154ea36ecd702a7bc5cc68253a80 100644 (file)
@@ -62,7 +62,7 @@ chart_geometry_init (cairo_t *cr, struct chart_geometry *geom,
   geom->title_bottom = 0.920 * length;
   geom->legend_left = 0.810 * width;
   geom->legend_right = width;
-  geom->font_size = 10;
+  geom->font_size = 15.0;
 
   geom->fill_colour.red = 255;
   geom->fill_colour.green = 0;