From bb0aa94cd0d6da63e449811bb1959ba0d462fb0a Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 25 Jul 2003 00:04:56 +0000 Subject: Use 'Sans' instead of 'Helvetica' for the font name. Likewise. 2003-07-22 Akira TAGOH * printing/e-contact-print-envelope.c (ecpe_print): Use 'Sans' instead of 'Helvetica' for the font name. * printing/e-contact-print.c (e_contact_build_style): Likewise. svn path=/trunk/; revision=21962 --- addressbook/printing/e-contact-print-envelope.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'addressbook/printing/e-contact-print-envelope.c') diff --git a/addressbook/printing/e-contact-print-envelope.c b/addressbook/printing/e-contact-print-envelope.c index 33e7361605..93916744da 100644 --- a/addressbook/printing/e-contact-print-envelope.c +++ b/addressbook/printing/e-contact-print-envelope.c @@ -147,9 +147,9 @@ ecpe_print(GnomePrintContext *pc, ECard *ecard, gboolean as_return) address = e_card_simple_get(card, E_CARD_SIMPLE_FIELD_ADDRESS_BUSINESS); linelist = ecpe_break(address); if (as_return) - font = gnome_font_find ("Helvetica", 9); + font = gnome_font_find ("Sans", 9); else - font = gnome_font_find ("Helvetica", 12); + font = gnome_font_find ("Sans", 12); ecpe_linelist_dimensions(font, address, linelist, NULL, &y); if (as_return) { x = 36; -- cgit v1.2.3