mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
cfdce2f20d
the AFPL Ghostscript 8.00 release of 14 months ago. The most significant new feature since 7.0x is support for DeviceN colorspaces, up to 8 colorants total at 8 bits per component. Also, pdfwrite has seen considerable improvement in font handling, and many other bug fixes. PR: ports/72326 Submitted by: Ports Fury
16 lines
531 B
PostScript
16 lines
531 B
PostScript
--- lib/pdf_font.ps.orig Tue Aug 31 13:03:30 2004
|
|
+++ lib/pdf_font.ps Wed Sep 15 19:15:00 2004
|
|
@@ -1114,10 +1114,12 @@
|
|
|
|
/buildCIDType0 { % <CIDFontType0-font-resource> buildCIDType0 <font>
|
|
dup /BaseFont get findCIDFont exch pop
|
|
+ addCIDmetrics /CIDFont defineresource
|
|
} bdef
|
|
|
|
/buildCIDType2 { % <CIDFontType2-font-resource> buildCIDType2 <font>
|
|
dup /BaseFont get findCIDFont exch pop
|
|
+ addCIDmetrics /CIDFont defineresource
|
|
} bdef
|
|
|
|
/processCIDToGIDMap { % <fontres> <cidfont> processCIDToGIDMap <fontres> <cidfont>
|