GNOME Bugzilla – Bug 705684
Fix styling for printing of sheet object widgets
Last modified: 2013-08-08 19:18:46 UTC
draw_cairo_text and sheet_widget_list_draw_cairo are using a hard coded font. We should be using a GtkStyleContext instead.
sheet_widget_list_draw_cairo now uses draw_cairo_text. So we only need to fix draw_cairo_text.
We are now using the font description from a GtkStyleContext when printing from Gnumeric. If we try to do that from ssconvert we end up with no visible text. This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.