After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 705684 - Fix styling for printing of sheet object widgets
Fix styling for printing of sheet object widgets
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Sheet Objects
git master
Other Linux
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2013-08-08 16:30 UTC by Andreas J. Guelzow
Modified: 2013-08-08 19:18 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andreas J. Guelzow 2013-08-08 16:30:25 UTC
draw_cairo_text and sheet_widget_list_draw_cairo are using a hard coded font. We should be using a GtkStyleContext instead.
Comment 1 Andreas J. Guelzow 2013-08-08 18:32:59 UTC
sheet_widget_list_draw_cairo now uses draw_cairo_text. So we only need to fix draw_cairo_text.
Comment 2 Andreas J. Guelzow 2013-08-08 19:18:46 UTC
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.