summaryrefslogtreecommitdiff
path: root/print/ghostscript7-x11/files/patch-src_gdevpdff.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--print/ghostscript7-x11/files/patch-src_gdevpdff.c (renamed from print/ghostscript7-x11/files/patch-src:gdevpdff.c)11
1 files changed, 5 insertions, 6 deletions
diff --git a/print/ghostscript7-x11/files/patch-src:gdevpdff.c b/print/ghostscript7-x11/files/patch-src_gdevpdff.c
index 8a292bd4cdec..9f4c0569e929 100644
--- a/print/ghostscript7-x11/files/patch-src:gdevpdff.c
+++ b/print/ghostscript7-x11/files/patch-src_gdevpdff.c
@@ -1,6 +1,6 @@
---- src/gdevpdff.c.org 2003-01-17 09:49:02.000000000 +0900
-+++ src/gdevpdff.c 2003-09-21 05:08:36.000000000 +0900
-@@ -276,6 +276,11 @@
+--- src/gdevpdff.c.orig 2003-01-17 00:49:01 UTC
++++ src/gdevpdff.c
+@@ -276,6 +276,11 @@ pdf_font_embed_status(gx_device_pdf *pde
const byte *chars = font->font_name.chars;
uint size = font->font_name.size;
@@ -12,7 +12,7 @@
/*
* The behavior of Acrobat Distiller changed between 3.0 (PDF 1.2),
* which will never embed the base 14 fonts, and 4.0 (PDF 1.3), which
-@@ -720,19 +725,22 @@
+@@ -720,19 +725,22 @@ pdf_create_pdf_font(gx_device_pdf *pdev,
same &= ~FONT_SAME_METRICS;
break;
case FONT_EMBED_NO:
@@ -48,7 +48,7 @@
}
code = pdf_compute_font_descriptor(pdev, &fdesc, font, NULL);
if (code < 0)
-@@ -888,6 +896,7 @@
+@@ -888,6 +896,7 @@ pdf_create_pdf_font(gx_device_pdf *pdev,
memcpy(ppf->widths_known, ftemp_widths_known,
sizeof(ftemp_widths_known));
}
@@ -56,4 +56,3 @@
code = pdf_register_font(pdev, font, ppf);
*pppf = ppf;
-