diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-08 16:11:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-08 16:11:13 +0000 |
commit | 8ff56546a2ceb140b03f5332f02e691d8721d1ea (patch) | |
tree | 85be053f47abd7f5ba13ff2bb08e9bcb0b9cdf69 /print/ghostscript8/files/patch-lib:pdf_font.ps | |
parent | - Update to version 5.15.3 (diff) |
- Update to version 8.13
PR: 61077
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=97693
Diffstat (limited to 'print/ghostscript8/files/patch-lib:pdf_font.ps')
-rw-r--r-- | print/ghostscript8/files/patch-lib:pdf_font.ps | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/print/ghostscript8/files/patch-lib:pdf_font.ps b/print/ghostscript8/files/patch-lib:pdf_font.ps new file mode 100644 index 000000000000..28e098c7acd9 --- /dev/null +++ b/print/ghostscript8/files/patch-lib:pdf_font.ps @@ -0,0 +1,15 @@ +--- lib/pdf_font.ps.orig Fri Oct 24 02:45:33 2003 ++++ lib/pdf_font.ps Thu Dec 18 23:11:07 2003 +@@ -1113,10 +1113,12 @@ + + /buildCIDType0 { % <CIDFontType0-font-resource> buildCIDType0 <font> + dup /BaseFont get exch 1 index findCIDFont ++ addCIDmetrics /CIDFont defineresource + } bdef + + /buildCIDType2 { % <CIDFontType2-font-resource> buildCIDType2 <font> + dup /BaseFont get exch 1 index findCIDFont ++ addCIDmetrics /CIDFont defineresource + } bdef + + /processCIDToGIDMap { % <fontres> <cidfont> processCIDToGIDMap <fontres> <cidfont> |