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 109585 - Enable use of fonts from memory
Enable use of fonts from memory
Status: RESOLVED WONTFIX
Product: gnome-print
Classification: Deprecated
Component: fonts
unspecified
Other All
: High enhancement
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks: 111421 112327
 
 
Reported: 2003-03-31 09:20 UTC by Martin Kretzschmar
Modified: 2005-02-18 17:48 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement


Attachments
test/example program (3.99 KB, text/plain)
2003-03-31 09:22 UTC, Martin Kretzschmar
  Details
Possible Implementation (22.59 KB, patch)
2003-03-31 09:23 UTC, Martin Kretzschmar
none Details | Review
New patch, with subclass, incl. test program, no whitespace/spelling changes or renames, (28.57 KB, patch)
2003-12-01 10:08 UTC, Martin Kretzschmar
none Details | Review

Description Martin Kretzschmar 2003-03-31 09:20:56 UTC
As I said in December, gpdf needs methods to download font data (i.e. font
files in memory) to gnome-print.

I have tested the patch with the print-preview in gpdf and I've written
a test program using the print job (and hence print-meta) with ps and pdf
printers.
Comment 1 Martin Kretzschmar 2003-03-31 09:22:04 UTC
Created attachment 15325 [details]
test/example program
Comment 2 Martin Kretzschmar 2003-03-31 09:23:17 UTC
Created attachment 15326 [details] [review]
Possible Implementation
Comment 3 Martin Kretzschmar 2003-05-26 13:47:14 UTC
Adding PATCH keyword and bumping priority to high because of patch.
Comment 4 Jody Goldberg 2003-11-12 04:20:59 UTC
The patch looks reasonable (although I'll request that you keep the renaming
and whitespace changes out next time).   The only adjustment I'd make would be
to derive GnomeFont for embedded fonts, and keep it private.  There is too much
private state exposed already, lets not add more.

Submit again and I'll get it into the next release.
Comment 5 Martin Kretzschmar 2003-12-01 10:08:45 UTC
Created attachment 21972 [details] [review]
New patch, with subclass, incl. test program, no whitespace/spelling changes or renames,
Comment 6 Jody Goldberg 2005-02-18 17:48:01 UTC
Comment on attachment 21972 [details] [review]
New patch, with subclass, incl. test program, no whitespace/spelling changes or renames,

This is not terribly relevent anymore as we move to using pango to handle the
text layout.
Comment 7 Jody Goldberg 2005-02-18 17:48:44 UTC
The right place to handle this now would likely be in pango.