View | Details | Raw Unified | Return to bug 51681
Collapse All | Expand All

(-)ttfm/files/patch-modules::gscjk.ttfm (-3 / +3 lines)
Lines 16-22 Link Here
16
+# This script can handle both CID and TrueType fonts.
16
+# This script can handle both CID and TrueType fonts.
17
+
17
+
18
+# Name & version
18
+# Name & version
19
+export NAME; NAME="Ghostscript 7.05 TTF Font Manager"
19
+export NAME; NAME="Ghostscript 7.06 TTF Font Manager"
20
+export VERSION; VERSION=1.0
20
+export VERSION; VERSION=1.0
21
+
21
+
22
+# Global constants
22
+# Global constants
Lines 30-36 Link Here
30
+export CJKCIDPath; CJKCIDPath="${GS6CJKPath}/CIDFont"
30
+export CJKCIDPath; CJKCIDPath="${GS6CJKPath}/CIDFont"
31
+# Not used
31
+# Not used
32
+# export CJKTTFPath; CJKTTFPath="${GS6CJKPath}/TrueType"
32
+# export CJKTTFPath; CJKTTFPath="${GS6CJKPath}/TrueType"
33
+export GS6LibPath; GS6LibPath="${GS6Path}/7.05/lib"
33
+export GS6LibPath; GS6LibPath="${GS6Path}/7.06/lib"
34
+export DefaultMing_Name; DefaultMing_Name="DEFAULT-MING"
34
+export DefaultMing_Name; DefaultMing_Name="DEFAULT-MING"
35
+export DefaultKai_Name; DefaultKai_Name="DEFAULT-KAI"
35
+export DefaultKai_Name; DefaultKai_Name="DEFAULT-KAI"
36
+export TEMPFILE; TEMPFILE="`mktemp /tmp/ttfm.tmpXXXXXX`"
36
+export TEMPFILE; TEMPFILE="`mktemp /tmp/ttfm.tmpXXXXXX`"
Lines 65-71 Link Here
65
+    echo
65
+    echo
66
+    echo "Usage: $NAME [option]"
66
+    echo "Usage: $NAME [option]"
67
+    echo
67
+    echo
68
+    echo "       --check            check Ghostscript 7.05 settings"
68
+    echo "       --check            check Ghostscript 7.06 settings"
69
+    echo "       --add <file>...                install CID font"
69
+    echo "       --add <file>...                install CID font"
70
+    echo "       --add [alias=]<file>...        install TTF font"
70
+    echo "       --add [alias=]<file>...        install TTF font"
71
+    echo "       --remove <file>... remove font from the system"
71
+    echo "       --remove <file>... remove font from the system"

Return to bug 51681