Use "Sans Regular" instead of "Helvetica" Fixes bug #47878
2003-09-30 Rodney Dawes <dobey@ximian.com> * em-format-html-print.c: Use "Sans Regular" instead of "Helvetica" Fixes bug #47878 svn path=/trunk/; revision=22771
This commit is contained in:

committed by
Rodney Dawes

parent
7d9119733a
commit
8660505eb2
@ -1,3 +1,8 @@
|
||||
2003-09-30 Rodney Dawes <dobey@ximian.com>
|
||||
|
||||
* em-format-html-print.c: Use "Sans Regular" instead of "Helvetica"
|
||||
Fixes bug #47878
|
||||
|
||||
2003-09-30 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* em-format-html.c (efh_init): remove gconf stuff.
|
||||
|
@ -129,7 +129,7 @@ emfhp_complete(EMFormatHTMLPrint *efhp, void *data)
|
||||
print_context = gnome_print_job_get_context(print_job);
|
||||
|
||||
gtk_html_print_set_master(efhp->formathtml.html, print_job);
|
||||
info.local_font = gnome_font_find_closest("Helvetica", 10.0);
|
||||
info.local_font = gnome_font_find_closest("Sans Regular", 10.0);
|
||||
if (info.local_font) {
|
||||
line = gnome_font_get_ascender(info.local_font) - gnome_font_get_descender(info.local_font);
|
||||
info.page_num = 1;
|
||||
|
Reference in New Issue
Block a user