From c2b15a94887c1ba4a0dd8a6687aabe507bd1770f Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 26 Nov 2006 00:24:09 +0000 Subject: [PATCH] Small tweak: add a /ProcSet array to the top-level /Resources dictionary, as recommended by the PDF spec. git-svn-id: svn://svn.tartarus.org/sgt/halibut@6923 cda61777-01e9-0310-a592-d414129be87e --- bk_pdf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bk_pdf.c b/bk_pdf.c index 6ce0e5a..5db36bf 100644 --- a/bk_pdf.c +++ b/bk_pdf.c @@ -132,7 +132,7 @@ void pdf_backend(paragraph *sourceform, keywordlist *keywords, * providing all the font objects and names to call them by. */ font_index = 0; - objtext(resources, "<<\n/Font <<\n"); + objtext(resources, "<<\n/ProcSet [/PDF/Text]\n/Font <<\n"); for (fe = doc->fonts->head; fe; fe = fe->next) { char fname[40]; int i, prev; -- 2.11.0