r18795 - gnucash/trunk/src/html - If building for WIN32, use webkit_web_frame_print_full() so that a GtkPrintOperation object with the correct units can be used to prevent font size problems (see bug 591177). On other platforms, use webkit_web_frame_print() because some distros seem not to have webkit_web_frame_print_full() (and also don't have the font size problem so on those distros, we don't need to create our own GtkPrintOperation object).

Phil Longstaff plongstaff at code.gnucash.org
Wed Mar 3 11:49:50 EST 2010


Author: plongstaff
Date: 2010-03-03 11:49:49 -0500 (Wed, 03 Mar 2010)
New Revision: 18795
Trac: http://svn.gnucash.org/trac/changeset/18795

Modified:
   gnucash/trunk/src/html/gnc-html-webkit.c
Log:
If building for WIN32, use webkit_web_frame_print_full() so that a GtkPrintOperation object with the correct units can be used to prevent font size problems (see bug 591177).  On other platforms, use webkit_web_frame_print() because some distros seem not to have webkit_web_frame_print_full() (and also don't have the font size problem so on those distros, we don't need to create our own GtkPrintOperation object).




More information about the gnucash-patches mailing list