Hi,
For those experiencing some problems with current CVS charting engine,
the attached path may fix your troubles (until a gnm_app_display_dpi_get
like function is defined in libgoffice).
Emmanuel.
Index: src/cut-n-paste-code/goffice/graph/gog-renderer-pixbuf.c
===================================================================
RCS file: /cvs/gnome/gnumeric/src/cut-n-paste-code/goffice/graph/gog-renderer-pixbuf.c,v
retrieving revision 1.56
diff -u -r1.56 gog-renderer-pixbuf.c
--- src/cut-n-paste-code/goffice/graph/gog-renderer-pixbuf.c 8 Feb 2005 06:32:23 -0000 1.56
+++ src/cut-n-paste-code/goffice/graph/gog-renderer-pixbuf.c 12 Feb 2005 08:55:20 -0000
@@ -480,9 +480,9 @@
return prend->pango_context;
font_map = PANGO_FT2_FONT_MAP (pango_ft2_font_map_new ());
- pango_ft2_font_map_set_resolution (font_map,
- gnm_app_display_dpi_get (TRUE),
- gnm_app_display_dpi_get (FALSE));
+ pango_ft2_font_map_set_resolution (font_map, 96, 96);
+/* gnm_app_display_dpi_get (TRUE),*/
+/* gnm_app_display_dpi_get (FALSE));*/
prend->pango_context = pango_ft2_font_map_create_context (font_map);
g_object_unref (font_map);
_______________________________________________
gnumeric-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnumeric-list