mirror of
https://git.freebsd.org/ports.git
synced 2025-05-29 01:16:28 -04:00
While there, run make makepatch on affected ports, and rename patches accordingly. Sponsored by: Absolight
15 lines
559 B
PostScript
15 lines
559 B
PostScript
--- Resource/Init/pdf_font.ps.orig 2012-08-08 08:01:36 UTC
|
|
+++ Resource/Init/pdf_font.ps
|
|
@@ -1751,10 +1751,12 @@ currentdict /CMap_read_dict undef
|
|
|
|
/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>
|