[evolution-patches] [addressbook] Fix for bug #331993
- From: "simon.zheng" <Simon Zheng Sun COM>
- To: patches <evolution-patches gnome org>
- Subject: [evolution-patches] [addressbook] Fix for bug #331993
- Date: Tue, 21 Feb 2006 17:08:21 +0800
Hi,
Bug #331993, Can't show the contact content when printing preview.
When Helvetica fonts is installed, in order to get the expected fonts,
font configuration in file "medbook.ecps" should be specified properly.
Sending a patch.Please comment or reivew.
Thanks,
-Simon
Index: printing/medbook.ecps
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/printing/medbook.ecps,v
retrieving revision 1.3
diff -u -p -r1.3 medbook.ecps
--- printing/medbook.ecps 30 Oct 2001 01:33:03 -0000 1.3
+++ printing/medbook.ecps 21 Feb 2006 08:18:10 -0000
@@ -7,7 +7,7 @@
<letter_tabs>TRUE</letter_tabs>
<letter_headings>TRUE</letter_headings>
<headings_font>Helvetica Bold 12</headings_font>
-<body_font>Helvetica 8</body_font>
+<body_font>Helvetica Regular 8</body_font>
<print_using_grey>TRUE</print_using_grey>
<paper_width>8.5</paper_width>
<paper_height>11</paper_height>
@@ -18,11 +18,11 @@
<page_width>8.5</page_width>
<page_height>11</page_height>
<orientation>portrait</orientation>
-<header_font>Helvetica 8</header_font>
+<header_font>Helvetica Regular 8</header_font>
<left_header/>
<center_header/>
<right_header/>
-<footer_font>Helvetica 8</footer_font>
+<footer_font>Helvetica Regular 8</footer_font>
<left_footer/>
<center_footer>[Page #]</center_footer>
<right_footer/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]