mirror of
https://git.freebsd.org/ports.git
synced 2025-07-10 13:59:22 -04:00
15 lines
531 B
PostScript
15 lines
531 B
PostScript
--- lib/pdf_font.ps.orig Mon Aug 30 21:03:30 2004
|
|
+++ lib/pdf_font.ps Wed Dec 29 17:17:19 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>
|