forked from Lainports/freebsd-ports
15 lines
539 B
PostScript
15 lines
539 B
PostScript
--- 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>
|