]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
libfontembed, libcupsfilters: Merge libfontembed into libcupsfilters
authorTill Kamppeter <till.kamppeter@gmail.com>
Mon, 10 Oct 2022 18:34:12 +0000 (20:34 +0200)
committerTill Kamppeter <till.kamppeter@gmail.com>
Mon, 10 Oct 2022 18:34:12 +0000 (20:34 +0200)
commitcf1a80a111bfde8a75378c1f8af66b94e6f2a894
tree53170a87d3e2ee16bce8c191e4968890f3579db6
parente776c749a5c23a95834e02b827475fab5c9d87a3
libfontembed, libcupsfilters: Merge libfontembed into libcupsfilters

libfontembed is only used by cups-filters, and here only by the
cfFilterTextToPDF() filter function ("texttopdf" CUPS filter, also
part of "universal" CUPS filter). It is also not used by any other
package (at least of Ubuntu Main and Universe).

To ease the separation of cups-filters into their components (similar
to CUPDS 3.x we will separate, into libcupsfilters, libppd,
cups-filters, and cups-browsed, to cleanly separate off the PPD file
support) we merge the functionality of libfontembed into
Libcupsfilters, to keep the cfFilterTextToPDF() filter function for
plain text file printing support.
34 files changed:
Makefile.am
configure.ac
cupsfilters/fontembed.h [new file with mode: 0644]
cupsfilters/fontembed/README [moved from fontembed/README with 76% similarity]
cupsfilters/fontembed/aglfn13.c [moved from fontembed/aglfn13.c with 100% similarity]
cupsfilters/fontembed/dynstring-private.h [moved from fontembed/dynstring-private.h with 100% similarity]
cupsfilters/fontembed/dynstring.c [moved from fontembed/dynstring.c with 97% similarity]
cupsfilters/fontembed/embed-pdf-private.h [moved from fontembed/embed-pdf-int-private.h with 100% similarity]
cupsfilters/fontembed/embed-pdf.c [moved from fontembed/embed-pdf.c with 98% similarity]
cupsfilters/fontembed/embed-sfnt-private.h [moved from fontembed/embed-sfnt-int-private.h with 94% similarity]
cupsfilters/fontembed/embed-sfnt.c [moved from fontembed/embed-sfnt.c with 99% similarity]
cupsfilters/fontembed/embed.c [moved from fontembed/embed.c with 98% similarity]
cupsfilters/fontembed/fontfile.c [moved from fontembed/fontfile.c with 90% similarity]
cupsfilters/fontembed/frequent-private.h [moved from fontembed/frequent-private.h with 100% similarity]
cupsfilters/fontembed/frequent.c [moved from fontembed/frequent.c with 98% similarity]
cupsfilters/fontembed/macroman-private.h [moved from fontembed/macroman-private.h with 100% similarity]
cupsfilters/fontembed/sfnt-private.h [moved from fontembed/sfnt-int-private.h with 100% similarity]
cupsfilters/fontembed/sfnt-subset.c [moved from fontembed/sfnt-subset.c with 98% similarity]
cupsfilters/fontembed/sfnt.c [moved from fontembed/sfnt.c with 99% similarity]
cupsfilters/fontembed/test-analyze.c [moved from fontembed/test-analyze.c with 97% similarity]
cupsfilters/fontembed/test-pdf.c [moved from fontembed/test-pdf.c with 98% similarity]
cupsfilters/fontembed/test-ps.c [moved from fontembed/test-ps.c with 96% similarity]
cupsfilters/pdfutils.c
cupsfilters/pdfutils.h
cupsfilters/texttopdf.c
filter/test_pdf2.c
fontembed/bitset.h [deleted file]
fontembed/debug-internal.h [deleted file]
fontembed/embed-pdf.h [deleted file]
fontembed/embed.h [deleted file]
fontembed/fontfile.h [deleted file]
fontembed/iofn.h [deleted file]
fontembed/sfnt.h [deleted file]
libfontembed.pc.in [deleted file]