GNOME Bugzilla – Bug 109585
Enable use of fonts from memory
Last modified: 2005-02-18 17:48:44 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.
Created attachment 15325 [details] test/example program
Created attachment 15326 [details] [review] Possible Implementation
Adding PATCH keyword and bumping priority to high because of patch.
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.
Created attachment 21972 [details] [review] New patch, with subclass, incl. test program, no whitespace/spelling changes or renames,
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.
The right place to handle this now would likely be in pango.