summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlgs/Resource/Init/gs_type1.ps
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2018-03-22 23:42:32 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2018-03-22 23:42:32 +0000
commit101b320cbf2e4ab4c4a98ab5e7985b881f566a2a (patch)
treec2eaae7f757759f7e0b54a2904e66a1b481291be /Master/tlpkg/tlgs/Resource/Init/gs_type1.ps
parentb8c3630840af3e208cb60e260adc4c9622a0bd6a (diff)
Upgrade gs-9.22 -> gs-9.23
git-svn-id: svn://tug.org/texlive/trunk@47081 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlgs/Resource/Init/gs_type1.ps')
-rw-r--r--Master/tlpkg/tlgs/Resource/Init/gs_type1.ps12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/tlgs/Resource/Init/gs_type1.ps b/Master/tlpkg/tlgs/Resource/Init/gs_type1.ps
index dbd9bf38a44..efdae48b284 100644
--- a/Master/tlpkg/tlgs/Resource/Init/gs_type1.ps
+++ b/Master/tlpkg/tlgs/Resource/Init/gs_type1.ps
@@ -1,4 +1,4 @@
-% Copyright (C) 2001-2012 Artifex Software, Inc.
+% Copyright (C) 2001-2018 Artifex Software, Inc.
% All Rights Reserved.
%
% This software is provided AS-IS with no warranty, either express or
@@ -9,8 +9,8 @@
% of the license contained in the file LICENSE in this distribution.
%
% Refer to licensing information at http://www.artifex.com or contact
-% Artifex Software, Inc., 7 Mt. Lassen Drive - Suite A-134, San Rafael,
-% CA 94903, U.S.A., +1(415)492-9861, for further information.
+% Artifex Software, Inc., 1305 Grant Avenue - Suite 200, Novato,
+% CA 94945, U.S.A., +1(415)492-9861, for further information.
%
% Type 1 font support code.
@@ -157,7 +157,7 @@
ifelse
/.loadfontfile % <file> .loadfontfile -
{ mark exch
- DISKFONTS { .loadfontdict begin } if
+
% In order to load fonts reliably, we should push systemdict
% here. However, Ed Taft says that Adobe implementations
% push userdict and nothing else!
@@ -171,9 +171,9 @@ ifelse
currentpacking
{ //false setpacking .loadfont1 //true setpacking }
{ .loadfont1 }
- ifelse end
+ ifelse
+ end
{ stop } if
- DISKFONTS { end } if
cleartomark
} bind def
% container for CloseSource flag (default //true to prevent buildup of file handles)