aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing/e-contact-print-envelope.c
diff options
context:
space:
mode:
authorAkira TAGOH <tagoh@redhat.com>2003-07-25 08:04:56 +0800
committerJeremy Katz <katzj@src.gnome.org>2003-07-25 08:04:56 +0800
commitbb0aa94cd0d6da63e449811bb1959ba0d462fb0a (patch)
treefc4887de191d27d732926bf2527c34689e4940d3 /addressbook/printing/e-contact-print-envelope.c
parentef14a8c5a5049749c22e991da83225e04ab1df02 (diff)
downloadgsoc2013-evolution-bb0aa94cd0d6da63e449811bb1959ba0d462fb0a.tar
gsoc2013-evolution-bb0aa94cd0d6da63e449811bb1959ba0d462fb0a.tar.gz
gsoc2013-evolution-bb0aa94cd0d6da63e449811bb1959ba0d462fb0a.tar.bz2
gsoc2013-evolution-bb0aa94cd0d6da63e449811bb1959ba0d462fb0a.tar.lz
gsoc2013-evolution-bb0aa94cd0d6da63e449811bb1959ba0d462fb0a.tar.xz
gsoc2013-evolution-bb0aa94cd0d6da63e449811bb1959ba0d462fb0a.tar.zst
gsoc2013-evolution-bb0aa94cd0d6da63e449811bb1959ba0d462fb0a.zip
Use 'Sans' instead of 'Helvetica' for the font name. Likewise.
2003-07-22 Akira TAGOH <tagoh@redhat.com> * 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
Diffstat (limited to 'addressbook/printing/e-contact-print-envelope.c')
-rw-r--r--addressbook/printing/e-contact-print-envelope.c4
1 files changed, 2 insertions, 2 deletions
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;