After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 503191 - Helvetica, Times, and friends do not print
Helvetica, Times, and friends do not print
Status: RESOLVED DUPLICATE of bug 503212
Product: gtk+
Classification: Platform
Component: Printing
unspecified
Other Linux
: Normal critical
: ---
Assigned To: gtk-bugs
Depends on: 503212
Blocks:
 
 
Reported: 2007-12-12 04:36 UTC by Andreas J. Guelzow
Modified: 2008-01-07 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample gtk code (1.20 KB, application/x-compressed-tar)
2007-12-12 04:37 UTC, Andreas J. Guelzow
Details

Description Andreas J. Guelzow 2007-12-12 04:36:50 UTC
This bug was originally filed in Gnumeric:

Any text in Helvetica, or Times, New Century Schoolbook, etc (on first glance
these seem to be the normally preinstalled fonts) does not print (and doesn't
show in the print preview either).

This includes any string in which as little as one character is in these fonts.

Since the fonts involved are the most likely fonts used in business, I am
raising the severity of this bug to critical.

THis turns out to be a bug related to gtk printing, specifically the use of pango_cairo_show_layout

I will be appending example gtk code.
Comment 1 Andreas J. Guelzow 2007-12-12 04:37:56 UTC
Created attachment 100802 [details]
sample gtk code

I have attached a sample gtk file that should print or show in the print
preview two lines of text. The upper one in Sans, the lower one in Helvetica.
The lower one does not show.

In the sample code there is a commented-out block of lines below the 
pango_cairo_show_layout that would stroke and file the text. If you enable that
block and remove the pango_cairo_show_layout, one sees how the page should look
like!
Comment 2 Andreas J. Guelzow 2007-12-12 04:41:39 UTC
Oh, I filed this bug against gtk+ rather than pango since I have no evidence that pango_cairo_sow_layout doesn't work correctly. The problem may be in the packaging into the pdf files or something else in teh responsibility of gtk.
Comment 3 Behdad Esfahbod 2007-12-12 08:04:40 UTC
Thanks.  One bug number per bug is enough.

*** This bug has been marked as a duplicate of 503212 ***
Comment 4 Andreas J. Guelzow 2007-12-12 10:01:38 UTC
503212 is about a related bug in pango. What is the other gtk+ bug number representing this?
Comment 5 Behdad Esfahbod 2007-12-12 15:15:03 UTC
There's no Gtk+ bug.  It's either a Pango or cairo issue.