Summary: | Add Fontconfig support in ghostscript | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Yanick Cyr <yanick.cyr> |
Component: | Font API | Assignee: | Ralph Giles <ralph.giles> |
Status: | NOTIFIED FIXED | ||
Severity: | enhancement | CC: | craig, flameeyes, genstef, htl10, ismail |
Priority: | P2 | ||
Version: | 8.14 | ||
Hardware: | All | ||
OS: | Linux | ||
URL: | http://fontconfig.org | ||
Customer: | Word Size: | --- | |
Attachments: | This is the patch for Fontconfig support in ghostscript |
Description
Yanick Cyr
2004-07-28 11:22:26 UTC
Created attachment 814 [details]
This is the patch for Fontconfig support in ghostscript
This is the patch from the Fedora 2 ghostcript package
(ghostscript-7.07-25.src.rpm)
Another possible way to implement this would be to call fontconfig from gp_enumerate_fonts. There is a dummy implementation of gp_enuerate_fonts in gp_unix.c. This should be split into a separate file. An alternate implementation that uses fontconfig can then be created in another file, and the appropriate implementation selected at compile time. This also keeps the fontconfig code in files that are only used on Unix like platforms. Are there any progress on this? *** Bug 688705 has been marked as a duplicate of this bug. *** Gentoo has been using a patch based implementing the gp_enumerate_fonts stubs for UNIX using fontconfig for a little while, and it's recently been merged into ESP GS too. That's *not* based on the 2004 pach attached to this bug. See: https://bugs.gentoo.org/show_bug.cgi?id=104512 http://bugs.scribus.net/view.php?id=2075 http://www.cups.org/espgs/str.php?L1631+P0+S-2+C0+I0+E0+Q Hopefully the ESP GS merge will be of interest given recent work undertaken to reduce the diff between ESP gs and mainline. See additional comment on bug 688705 re origin and copyright assignment. Is there a reason this patch still not applied to Ghostscript SVN? Can this be considered fixed/included in the upstream 8.60 release now that the ghostscript-esp merger is done and doc/History8.htm mentions fontconfig stuff? 2007-06-22T15:44:43.448105Z Till Kamppeter Added the fontconfig support from ESP Ghostscript [src/Makefile.in src/configure.ac src/gp_unix.c] Yes, it was included as part of 8.60. Thanks for pointing out the bug was still open. |