diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript9-base/files/patch-Resource_Init_cidfmap (renamed from print/ghostscript8-base/files/patch-Resource-Init-cidfmap) | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/print/ghostscript8-base/files/patch-Resource-Init-cidfmap b/print/ghostscript9-base/files/patch-Resource_Init_cidfmap index 8ed71789f4fe..9c7c8c88e703 100644 --- a/print/ghostscript8-base/files/patch-Resource-Init-cidfmap +++ b/print/ghostscript9-base/files/patch-Resource_Init_cidfmap @@ -1,9 +1,9 @@ ---- Resource/Init/cidfmap.orig 2008-08-08 13:22:38.000000000 +0900 -+++ Resource/Init/cidfmap 2009-12-20 03:03:17.000000000 +0900 -@@ -26,3 +26,64 @@ +--- Resource/Init/cidfmap.orig 2012-08-08 08:01:36 UTC ++++ Resource/Init/cidfmap +@@ -29,6 +29,67 @@ % /ShinGo-Bold /HeiseiKakuGo-W5 ; % /Ryumin-Medium << /FileType /TrueType /Path (H:/AuxFiles/Fonts/BATANG.TTC) /SubfontID 3 /CSI [(Japan1) 2] >> ; - % + % /Ryumin-Medium << /FileType /TrueType /Path (windir) getenv not {(c:/windows)}if (/Fonts/BATANG.TTC)concatstrings /SubfontID 3 /CSI [(Japan1) 2] >> ; +/Ryumin-Light << /FileType /TrueType /Path (Ryumin-Light) /SubfontID 0 /CSI [(Japan1) 6] >> ; +/GothicBBB-Medium << /FileType /TrueType /Path (GothicBBB-Medium) /SubfontID 0 /CSI [(Japan1) 6] >> ; + @@ -65,3 +65,6 @@ +/STSong-Light << /FileType /TrueType /Path (STSong-Light) /SubfontID 0 /CSI [(GB1) 5] >> ; +/MSung-Light << /FileType /TrueType /Path (MSung-Light) /SubfontID 0 /CSI [(CNS1) 5] >> ; +/MHei-Medium << /FileType /TrueType /Path (MHei-Medium) /SubfontID 0 /CSI [(GB1) 5] >> ; + % + % NOTE: getenv returns a boolean to indicate success of or failure, as well as the value on success. In the example, it uses this + % to include a default value should getenv fail. |