ed102396a2
GNU Affero GPL version 3 since 9.07 while print/ghostscript9 (version 9.06) was under GNU GPL version 3. The difference between the two licenses is whether SaaS loophole is closed or not. For more detail, see http://www.gnu.org/licenses/why-affero-gpl.html.
15 lines
551 B
PostScript
15 lines
551 B
PostScript
--- Resource/Init/pdf_font.ps.orig Tue Aug 31 13:03:30 2004
|
|
+++ Resource/Init/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>
|