@pandev_metrics/cli-darwin-x64 2.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/pandev +11 -0
- package/bin/pandev-cli-plugin +11 -0
- package/lib/original-pandev-myapp.jar +0 -0
- package/lib/pandev-myapp.jar +0 -0
- package/package.json +13 -0
- package/runtime/bin/java +0 -0
- package/runtime/bin/jrunscript +0 -0
- package/runtime/bin/keytool +0 -0
- package/runtime/conf/jaxp.properties +180 -0
- package/runtime/conf/logging.properties +63 -0
- package/runtime/conf/net.properties +164 -0
- package/runtime/conf/security/java.policy +46 -0
- package/runtime/conf/security/java.security +1634 -0
- package/runtime/conf/security/policy/README.txt +54 -0
- package/runtime/conf/security/policy/limited/default_US_export.policy +6 -0
- package/runtime/conf/security/policy/limited/default_local.policy +14 -0
- package/runtime/conf/security/policy/limited/exempt_local.policy +13 -0
- package/runtime/conf/security/policy/unlimited/default_US_export.policy +6 -0
- package/runtime/conf/security/policy/unlimited/default_local.policy +6 -0
- package/runtime/conf/sound.properties +39 -0
- package/runtime/legal/java.base/ADDITIONAL_LICENSE_INFO +37 -0
- package/runtime/legal/java.base/ASSEMBLY_EXCEPTION +27 -0
- package/runtime/legal/java.base/LICENSE +347 -0
- package/runtime/legal/java.base/aes.md +36 -0
- package/runtime/legal/java.base/asm.md +36 -0
- package/runtime/legal/java.base/c-libutl.md +35 -0
- package/runtime/legal/java.base/cldr.md +109 -0
- package/runtime/legal/java.base/icu.md +518 -0
- package/runtime/legal/java.base/public_suffix.md +399 -0
- package/runtime/legal/java.base/siphash.md +150 -0
- package/runtime/legal/java.base/unicode.md +103 -0
- package/runtime/legal/java.base/zlib.md +27 -0
- package/runtime/legal/java.desktop/colorimaging.md +7 -0
- package/runtime/legal/java.desktop/freetype.md +649 -0
- package/runtime/legal/java.desktop/giflib.md +52 -0
- package/runtime/legal/java.desktop/harfbuzz.md +104 -0
- package/runtime/legal/java.desktop/jpeg.md +77 -0
- package/runtime/legal/java.desktop/lcms.md +103 -0
- package/runtime/legal/java.desktop/libpng.md +231 -0
- package/runtime/legal/java.desktop/mesa3d.md +134 -0
- package/runtime/legal/java.desktop/pipewire.md +46 -0
- package/runtime/legal/java.desktop/xwd.md +34 -0
- package/runtime/legal/java.xml/bcel.md +219 -0
- package/runtime/legal/java.xml/dom.md +77 -0
- package/runtime/legal/java.xml/jcup.md +31 -0
- package/runtime/legal/java.xml/xalan.md +255 -0
- package/runtime/legal/java.xml/xerces.md +229 -0
- package/runtime/lib/classlist +1491 -0
- package/runtime/lib/fontconfig.bfc +0 -0
- package/runtime/lib/fontconfig.properties.src +258 -0
- package/runtime/lib/jrt-fs.jar +0 -0
- package/runtime/lib/jspawnhelper +0 -0
- package/runtime/lib/jvm.cfg +2 -0
- package/runtime/lib/libawt.dylib +0 -0
- package/runtime/lib/libawt_lwawt.dylib +0 -0
- package/runtime/lib/libextnet.dylib +0 -0
- package/runtime/lib/libfontmanager.dylib +0 -0
- package/runtime/lib/libfreetype.dylib +0 -0
- package/runtime/lib/libinstrument.dylib +0 -0
- package/runtime/lib/libj2gss.dylib +0 -0
- package/runtime/lib/libjava.dylib +0 -0
- package/runtime/lib/libjavajpeg.dylib +0 -0
- package/runtime/lib/libjawt.dylib +0 -0
- package/runtime/lib/libjimage.dylib +0 -0
- package/runtime/lib/libjli.dylib +0 -0
- package/runtime/lib/libjsig.dylib +0 -0
- package/runtime/lib/libjsound.dylib +0 -0
- package/runtime/lib/liblcms.dylib +0 -0
- package/runtime/lib/libmanagement.dylib +0 -0
- package/runtime/lib/libmlib_image.dylib +0 -0
- package/runtime/lib/libnet.dylib +0 -0
- package/runtime/lib/libnio.dylib +0 -0
- package/runtime/lib/libosx.dylib +0 -0
- package/runtime/lib/libosxapp.dylib +0 -0
- package/runtime/lib/libosxkrb5.dylib +0 -0
- package/runtime/lib/libosxsecurity.dylib +0 -0
- package/runtime/lib/libosxui.dylib +0 -0
- package/runtime/lib/libprefs.dylib +0 -0
- package/runtime/lib/libsplashscreen.dylib +0 -0
- package/runtime/lib/libsyslookup.dylib +0 -0
- package/runtime/lib/libverify.dylib +0 -0
- package/runtime/lib/libzip.dylib +0 -0
- package/runtime/lib/modules +0 -0
- package/runtime/lib/psfont.properties.ja +119 -0
- package/runtime/lib/psfontj2d.properties +323 -0
- package/runtime/lib/security/blocked.certs +39 -0
- package/runtime/lib/security/cacerts +0 -0
- package/runtime/lib/security/default.policy +235 -0
- package/runtime/lib/security/public_suffix_list.dat +0 -0
- package/runtime/lib/server/libjsig.dylib +0 -0
- package/runtime/lib/server/libjvm.dylib +0 -0
- package/runtime/lib/shaders.metallib +0 -0
- package/runtime/lib/tzdb.dat +0 -0
- package/runtime/release +2 -0
|
Binary file
|
|
@@ -0,0 +1,258 @@
|
|
|
1
|
+
#
|
|
2
|
+
# Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
|
|
3
|
+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
4
|
+
#
|
|
5
|
+
# This code is free software; you can redistribute it and/or modify it
|
|
6
|
+
# under the terms of the GNU General Public License version 2 only, as
|
|
7
|
+
# published by the Free Software Foundation. Oracle designates this
|
|
8
|
+
# particular file as subject to the "Classpath" exception as provided
|
|
9
|
+
# by Oracle in the LICENSE file that accompanied this code.
|
|
10
|
+
#
|
|
11
|
+
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
12
|
+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
13
|
+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
14
|
+
# version 2 for more details (a copy is included in the LICENSE file that
|
|
15
|
+
# accompanied this code).
|
|
16
|
+
#
|
|
17
|
+
# You should have received a copy of the GNU General Public License version
|
|
18
|
+
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
19
|
+
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
20
|
+
#
|
|
21
|
+
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
22
|
+
# or visit www.oracle.com if you need additional information or have any
|
|
23
|
+
# questions.
|
|
24
|
+
#
|
|
25
|
+
|
|
26
|
+
# Version
|
|
27
|
+
|
|
28
|
+
version=1
|
|
29
|
+
|
|
30
|
+
# Component Font Mappings
|
|
31
|
+
|
|
32
|
+
allfonts.chinese-ms936=SimSun
|
|
33
|
+
allfonts.chinese-gb18030=SimSun-18030
|
|
34
|
+
allfonts.chinese-hkscs=MingLiU_HKSCS
|
|
35
|
+
allfonts.devanagari=Mangal
|
|
36
|
+
allfonts.dingbats=Wingdings
|
|
37
|
+
allfonts.symbol=Symbol
|
|
38
|
+
|
|
39
|
+
serif.plain.alphabetic=Times New Roman
|
|
40
|
+
serif.plain.chinese-ms950=MingLiU
|
|
41
|
+
serif.plain.hebrew=David
|
|
42
|
+
serif.plain.japanese=MS Mincho
|
|
43
|
+
serif.plain.korean=Batang
|
|
44
|
+
|
|
45
|
+
serif.bold.alphabetic=Times New Roman Bold
|
|
46
|
+
serif.bold.chinese-ms950=PMingLiU
|
|
47
|
+
serif.bold.hebrew=David Bold
|
|
48
|
+
serif.bold.japanese=MS Mincho
|
|
49
|
+
serif.bold.korean=Batang
|
|
50
|
+
|
|
51
|
+
serif.italic.alphabetic=Times New Roman Italic
|
|
52
|
+
serif.italic.chinese-ms950=PMingLiU
|
|
53
|
+
serif.italic.hebrew=David
|
|
54
|
+
serif.italic.japanese=MS Mincho
|
|
55
|
+
serif.italic.korean=Batang
|
|
56
|
+
|
|
57
|
+
serif.bolditalic.alphabetic=Times New Roman Bold Italic
|
|
58
|
+
serif.bolditalic.chinese-ms950=PMingLiU
|
|
59
|
+
serif.bolditalic.hebrew=David Bold
|
|
60
|
+
serif.bolditalic.japanese=MS Mincho
|
|
61
|
+
serif.bolditalic.korean=Batang
|
|
62
|
+
|
|
63
|
+
sansserif.plain.alphabetic=Arial
|
|
64
|
+
sansserif.plain.chinese-ms950=MingLiU
|
|
65
|
+
sansserif.plain.hebrew=David
|
|
66
|
+
sansserif.plain.japanese=MS Gothic
|
|
67
|
+
sansserif.plain.korean=Gulim
|
|
68
|
+
|
|
69
|
+
sansserif.bold.alphabetic=Arial Bold
|
|
70
|
+
sansserif.bold.chinese-ms950=PMingLiU
|
|
71
|
+
sansserif.bold.hebrew=David Bold
|
|
72
|
+
sansserif.bold.japanese=MS Gothic
|
|
73
|
+
sansserif.bold.korean=Gulim
|
|
74
|
+
|
|
75
|
+
sansserif.italic.alphabetic=Arial Italic
|
|
76
|
+
sansserif.italic.chinese-ms950=PMingLiU
|
|
77
|
+
sansserif.italic.hebrew=David
|
|
78
|
+
sansserif.italic.japanese=MS Gothic
|
|
79
|
+
sansserif.italic.korean=Gulim
|
|
80
|
+
|
|
81
|
+
sansserif.bolditalic.alphabetic=Arial Bold Italic
|
|
82
|
+
sansserif.bolditalic.chinese-ms950=PMingLiU
|
|
83
|
+
sansserif.bolditalic.hebrew=David Bold
|
|
84
|
+
sansserif.bolditalic.japanese=MS Gothic
|
|
85
|
+
sansserif.bolditalic.korean=Gulim
|
|
86
|
+
|
|
87
|
+
monospaced.plain.alphabetic=Courier New
|
|
88
|
+
monospaced.plain.chinese-ms950=MingLiU
|
|
89
|
+
monospaced.plain.hebrew=David
|
|
90
|
+
monospaced.plain.japanese=MS Gothic
|
|
91
|
+
monospaced.plain.korean=GulimChe
|
|
92
|
+
|
|
93
|
+
monospaced.bold.alphabetic=Courier New Bold
|
|
94
|
+
monospaced.bold.chinese-ms950=PMingLiU
|
|
95
|
+
monospaced.bold.hebrew=David Bold
|
|
96
|
+
monospaced.bold.japanese=MS Gothic
|
|
97
|
+
monospaced.bold.korean=GulimChe
|
|
98
|
+
|
|
99
|
+
monospaced.italic.alphabetic=Courier New Italic
|
|
100
|
+
monospaced.italic.chinese-ms950=PMingLiU
|
|
101
|
+
monospaced.italic.hebrew=David
|
|
102
|
+
monospaced.italic.japanese=MS Gothic
|
|
103
|
+
monospaced.italic.korean=GulimChe
|
|
104
|
+
|
|
105
|
+
monospaced.bolditalic.alphabetic=Courier New Bold Italic
|
|
106
|
+
monospaced.bolditalic.chinese-ms950=PMingLiU
|
|
107
|
+
monospaced.bolditalic.hebrew=David Bold
|
|
108
|
+
monospaced.bolditalic.japanese=MS Gothic
|
|
109
|
+
monospaced.bolditalic.korean=GulimChe
|
|
110
|
+
|
|
111
|
+
dialog.plain.alphabetic=Arial
|
|
112
|
+
dialog.plain.chinese-ms950=MingLiU
|
|
113
|
+
dialog.plain.hebrew=David
|
|
114
|
+
dialog.plain.japanese=MS Gothic
|
|
115
|
+
dialog.plain.korean=Gulim
|
|
116
|
+
|
|
117
|
+
dialog.bold.alphabetic=Arial Bold
|
|
118
|
+
dialog.bold.chinese-ms950=PMingLiU
|
|
119
|
+
dialog.bold.hebrew=David Bold
|
|
120
|
+
dialog.bold.japanese=MS Gothic
|
|
121
|
+
dialog.bold.korean=Gulim
|
|
122
|
+
|
|
123
|
+
dialog.italic.alphabetic=Arial Italic
|
|
124
|
+
dialog.italic.chinese-ms950=PMingLiU
|
|
125
|
+
dialog.italic.hebrew=David
|
|
126
|
+
dialog.italic.japanese=MS Gothic
|
|
127
|
+
dialog.italic.korean=Gulim
|
|
128
|
+
|
|
129
|
+
dialog.bolditalic.alphabetic=Arial Bold Italic
|
|
130
|
+
dialog.bolditalic.chinese-ms950=PMingLiU
|
|
131
|
+
dialog.bolditalic.hebrew=David Bold
|
|
132
|
+
dialog.bolditalic.japanese=MS Gothic
|
|
133
|
+
dialog.bolditalic.korean=Gulim
|
|
134
|
+
|
|
135
|
+
dialoginput.plain.alphabetic=Courier New
|
|
136
|
+
dialoginput.plain.chinese-ms950=MingLiU
|
|
137
|
+
dialoginput.plain.hebrew=David
|
|
138
|
+
dialoginput.plain.japanese=MS Gothic
|
|
139
|
+
dialoginput.plain.korean=Gulim
|
|
140
|
+
|
|
141
|
+
dialoginput.bold.alphabetic=Courier New Bold
|
|
142
|
+
dialoginput.bold.chinese-ms950=PMingLiU
|
|
143
|
+
dialoginput.bold.hebrew=David Bold
|
|
144
|
+
dialoginput.bold.japanese=MS Gothic
|
|
145
|
+
dialoginput.bold.korean=Gulim
|
|
146
|
+
|
|
147
|
+
dialoginput.italic.alphabetic=Courier New Italic
|
|
148
|
+
dialoginput.italic.chinese-ms950=PMingLiU
|
|
149
|
+
dialoginput.italic.hebrew=David
|
|
150
|
+
dialoginput.italic.japanese=MS Gothic
|
|
151
|
+
dialoginput.italic.korean=Gulim
|
|
152
|
+
|
|
153
|
+
dialoginput.bolditalic.alphabetic=Courier New Bold Italic
|
|
154
|
+
dialoginput.bolditalic.chinese-ms950=PMingLiU
|
|
155
|
+
dialoginput.bolditalic.hebrew=David Bold
|
|
156
|
+
dialoginput.bolditalic.japanese=MS Gothic
|
|
157
|
+
dialoginput.bolditalic.korean=Gulim
|
|
158
|
+
|
|
159
|
+
# Search Sequences
|
|
160
|
+
|
|
161
|
+
sequence.allfonts=alphabetic/default,dingbats,symbol
|
|
162
|
+
|
|
163
|
+
sequence.serif.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
|
164
|
+
sequence.sansserif.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
|
165
|
+
sequence.monospaced.GBK=chinese-ms936,alphabetic,dingbats,symbol
|
|
166
|
+
sequence.dialog.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
|
167
|
+
sequence.dialoginput.GBK=alphabetic,chinese-ms936,dingbats,symbol
|
|
168
|
+
|
|
169
|
+
sequence.serif.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
|
170
|
+
sequence.sansserif.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
|
171
|
+
sequence.monospaced.GB18030=chinese-gb18030,alphabetic,dingbats,symbol
|
|
172
|
+
sequence.dialog.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
|
173
|
+
sequence.dialoginput.GB18030=alphabetic,chinese-gb18030,dingbats,symbol
|
|
174
|
+
|
|
175
|
+
sequence.serif.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
|
176
|
+
sequence.sansserif.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
|
177
|
+
sequence.monospaced.x-windows-950=chinese-ms950,alphabetic,dingbats,symbol
|
|
178
|
+
sequence.dialog.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
|
179
|
+
sequence.dialoginput.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol
|
|
180
|
+
|
|
181
|
+
sequence.serif.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
|
182
|
+
sequence.sansserif.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
|
183
|
+
sequence.monospaced.x-MS950-HKSCS=chinese-ms950,alphabetic,chinese-hkscs,dingbats,symbol
|
|
184
|
+
sequence.dialog.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
|
185
|
+
sequence.dialoginput.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol
|
|
186
|
+
|
|
187
|
+
sequence.allfonts.UTF-8.hi=alphabetic/1252,devanagari,dingbats,symbol
|
|
188
|
+
|
|
189
|
+
sequence.allfonts.windows-1255=hebrew,alphabetic/1252,dingbats,symbol
|
|
190
|
+
|
|
191
|
+
sequence.serif.windows-31j=alphabetic,japanese,dingbats,symbol
|
|
192
|
+
sequence.sansserif.windows-31j=alphabetic,japanese,dingbats,symbol
|
|
193
|
+
sequence.monospaced.windows-31j=japanese,alphabetic,dingbats,symbol
|
|
194
|
+
sequence.dialog.windows-31j=alphabetic,japanese,dingbats,symbol
|
|
195
|
+
sequence.dialoginput.windows-31j=alphabetic,japanese,dingbats,symbol
|
|
196
|
+
|
|
197
|
+
sequence.serif.x-windows-949=alphabetic,korean,dingbats,symbol
|
|
198
|
+
sequence.sansserif.x-windows-949=alphabetic,korean,dingbats,symbol
|
|
199
|
+
sequence.monospaced.x-windows-949=korean,alphabetic,dingbats,symbol
|
|
200
|
+
sequence.dialog.x-windows-949=alphabetic,korean,dingbats,symbol
|
|
201
|
+
sequence.dialoginput.x-windows-949=alphabetic,korean,dingbats,symbol
|
|
202
|
+
|
|
203
|
+
sequence.allfonts.x-windows-874=alphabetic,dingbats,symbol
|
|
204
|
+
|
|
205
|
+
sequence.fallback=chinese-ms950,chinese-hkscs,chinese-ms936,chinese-gb18030,\
|
|
206
|
+
japanese,korean
|
|
207
|
+
|
|
208
|
+
# Exclusion Ranges
|
|
209
|
+
|
|
210
|
+
exclusion.alphabetic=0700-1e9f,1f00-20ab,20ad-f8ff
|
|
211
|
+
exclusion.chinese-gb18030=0390-03d6,2200-22ef,2701-27be
|
|
212
|
+
exclusion.hebrew=0041-005a,0060-007a,007f-00ff,20ac-20ac
|
|
213
|
+
|
|
214
|
+
# Monospaced to Proportional width variant mapping
|
|
215
|
+
# (Experimental private syntax)
|
|
216
|
+
proportional.MS_Gothic=MS PGothic
|
|
217
|
+
proportional.MS_Mincho=MS PMincho
|
|
218
|
+
proportional.MingLiU=PMingLiU
|
|
219
|
+
|
|
220
|
+
# Font File Names
|
|
221
|
+
|
|
222
|
+
filename.Arial=ARIAL.TTF
|
|
223
|
+
filename.Arial_Bold=ARIALBD.TTF
|
|
224
|
+
filename.Arial_Italic=ARIALI.TTF
|
|
225
|
+
filename.Arial_Bold_Italic=ARIALBI.TTF
|
|
226
|
+
|
|
227
|
+
filename.Courier_New=COUR.TTF
|
|
228
|
+
filename.Courier_New_Bold=COURBD.TTF
|
|
229
|
+
filename.Courier_New_Italic=COURI.TTF
|
|
230
|
+
filename.Courier_New_Bold_Italic=COURBI.TTF
|
|
231
|
+
|
|
232
|
+
filename.Times_New_Roman=TIMES.TTF
|
|
233
|
+
filename.Times_New_Roman_Bold=TIMESBD.TTF
|
|
234
|
+
filename.Times_New_Roman_Italic=TIMESI.TTF
|
|
235
|
+
filename.Times_New_Roman_Bold_Italic=TIMESBI.TTF
|
|
236
|
+
|
|
237
|
+
filename.SimSun=SIMSUN.TTC
|
|
238
|
+
filename.SimSun-18030=SIMSUN18030.TTC
|
|
239
|
+
|
|
240
|
+
filename.MingLiU=MINGLIU.TTC
|
|
241
|
+
filename.PMingLiU=MINGLIU.TTC
|
|
242
|
+
filename.MingLiU_HKSCS=hkscsm3u.ttf
|
|
243
|
+
|
|
244
|
+
filename.David=DAVID.TTF
|
|
245
|
+
filename.David_Bold=DAVIDBD.TTF
|
|
246
|
+
|
|
247
|
+
filename.MS_Mincho=MSMINCHO.TTC
|
|
248
|
+
filename.MS_PMincho=MSMINCHO.TTC
|
|
249
|
+
filename.MS_Gothic=MSGOTHIC.TTC
|
|
250
|
+
filename.MS_PGothic=MSGOTHIC.TTC
|
|
251
|
+
|
|
252
|
+
filename.Gulim=gulim.TTC
|
|
253
|
+
filename.Batang=batang.TTC
|
|
254
|
+
filename.GulimChe=gulim.TTC
|
|
255
|
+
|
|
256
|
+
filename.Mangal=MANGAL.TTF
|
|
257
|
+
filename.Symbol=SYMBOL.TTF
|
|
258
|
+
filename.Wingdings=WINGDING.TTF
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
#
|
|
2
|
+
#
|
|
3
|
+
# Copyright (c) 1996, 2000, Oracle and/or its affiliates. All rights reserved.
|
|
4
|
+
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
5
|
+
#
|
|
6
|
+
# This code is free software; you can redistribute it and/or modify it
|
|
7
|
+
# under the terms of the GNU General Public License version 2 only, as
|
|
8
|
+
# published by the Free Software Foundation. Oracle designates this
|
|
9
|
+
# particular file as subject to the "Classpath" exception as provided
|
|
10
|
+
# by Oracle in the LICENSE file that accompanied this code.
|
|
11
|
+
#
|
|
12
|
+
# This code is distributed in the hope that it will be useful, but WITHOUT
|
|
13
|
+
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
|
14
|
+
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
|
15
|
+
# version 2 for more details (a copy is included in the LICENSE file that
|
|
16
|
+
# accompanied this code).
|
|
17
|
+
#
|
|
18
|
+
# You should have received a copy of the GNU General Public License version
|
|
19
|
+
# 2 along with this work; if not, write to the Free Software Foundation,
|
|
20
|
+
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
21
|
+
#
|
|
22
|
+
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
|
23
|
+
# or visit www.oracle.com if you need additional information or have any
|
|
24
|
+
# questions.
|
|
25
|
+
#
|
|
26
|
+
|
|
27
|
+
#
|
|
28
|
+
# Japanese PostScript printer property file
|
|
29
|
+
#
|
|
30
|
+
font.num=16
|
|
31
|
+
#
|
|
32
|
+
serif=serif
|
|
33
|
+
timesroman=serif
|
|
34
|
+
sansserif=sansserif
|
|
35
|
+
helvetica=sansserif
|
|
36
|
+
monospaced=monospaced
|
|
37
|
+
courier=monospaced
|
|
38
|
+
dialog=sansserif
|
|
39
|
+
dialoginput=monospaced
|
|
40
|
+
#
|
|
41
|
+
serif.latin1.plain=Times-Roman
|
|
42
|
+
serif.latin1.italic=Times-Italic
|
|
43
|
+
serif.latin1.bolditalic=Times-BoldItalic
|
|
44
|
+
serif.latin1.bold=Times-Bold
|
|
45
|
+
#
|
|
46
|
+
sansserif.latin1.plain=Helvetica
|
|
47
|
+
sansserif.latin1.italic=Helvetica-Oblique
|
|
48
|
+
sansserif.latin1.bolditalic=Helvetica-BoldOblique
|
|
49
|
+
sansserif.latin1.bold=Helvetica-Bold
|
|
50
|
+
#
|
|
51
|
+
monospaced.latin1.plain=Courier
|
|
52
|
+
monospaced.latin1.italic=Courier-Oblique
|
|
53
|
+
monospaced.latin1.bolditalic=Courier-BoldOblique
|
|
54
|
+
monospaced.latin1.bold=Courier-Bold
|
|
55
|
+
#
|
|
56
|
+
serif.x11jis0208.plain=Ryumin-Light-H
|
|
57
|
+
serif.x11jis0208.italic=Ryumin-Light-H
|
|
58
|
+
serif.x11jis0208.bolditalic=Ryumin-Light-H
|
|
59
|
+
serif.x11jis0208.bold=Ryumin-Light-H
|
|
60
|
+
#
|
|
61
|
+
sansserif.x11jis0208.plain=GothicBBB-Medium-H
|
|
62
|
+
sansserif.x11jis0208.italic=GothicBBB-Medium-H
|
|
63
|
+
sansserif.x11jis0208.bolditalic=GothicBBB-Medium-H
|
|
64
|
+
sansserif.x11jis0208.bold=GothicBBB-Medium-H
|
|
65
|
+
#
|
|
66
|
+
monospaced.x11jis0208.plain=GothicBBB-Medium-H
|
|
67
|
+
monospaced.x11jis0208.italic=GothicBBB-Medium-H
|
|
68
|
+
monospaced.x11jis0208.bolditalic=GothicBBB-Medium-H
|
|
69
|
+
monospaced.x11jis0208.bold=GothicBBB-Medium-H
|
|
70
|
+
#
|
|
71
|
+
serif.x11jis0201.plain=Ryumin-Light.Hankaku
|
|
72
|
+
serif.x11jis0201.italic=Ryumin-Light.Hankaku
|
|
73
|
+
serif.x11jis0201.bolditalic=Ryumin-Light.Hankaku
|
|
74
|
+
serif.x11jis0201.bold=Ryumin-Light.Hankaku
|
|
75
|
+
#
|
|
76
|
+
sansserif.x11jis0201.plain=GothicBBB-Medium.Hankaku
|
|
77
|
+
sansserif.x11jis0201.italic=GothicBBB-Medium.Hankaku
|
|
78
|
+
sansserif.x11jis0201.bolditalic=GothicBBB-Medium.Hankaku
|
|
79
|
+
sansserif.x11jis0201.bold=GothicBBB-Medium.Hankaku
|
|
80
|
+
#
|
|
81
|
+
monospaced.x11jis0201.plain=GothicBBB-Medium.Hankaku
|
|
82
|
+
monospaced.x11jis0201.italic=GothicBBB-Medium.Hankaku
|
|
83
|
+
monospaced.x11jis0201.bolditalic=GothicBBB-Medium.Hankaku
|
|
84
|
+
monospaced.x11jis0201.bold=GothicBBB-Medium.Hankaku
|
|
85
|
+
#
|
|
86
|
+
Helvetica=0
|
|
87
|
+
Helvetica-Bold=1
|
|
88
|
+
Helvetica-Oblique=2
|
|
89
|
+
Helvetica-BoldOblique=3
|
|
90
|
+
Times-Roman=4
|
|
91
|
+
Times-Bold=5
|
|
92
|
+
Times-Italic=6
|
|
93
|
+
Times-BoldItalic=7
|
|
94
|
+
Courier=8
|
|
95
|
+
Courier-Bold=9
|
|
96
|
+
Courier-Oblique=10
|
|
97
|
+
Courier-BoldOblique=11
|
|
98
|
+
GothicBBB-Medium-H=12
|
|
99
|
+
Ryumin-Light-H=13
|
|
100
|
+
GothicBBB-Medium.Hankaku=14
|
|
101
|
+
Ryumin-Light.Hankaku=15
|
|
102
|
+
#
|
|
103
|
+
font.0=Helvetica ISOF
|
|
104
|
+
font.1=Helvetica-Bold ISOF
|
|
105
|
+
font.2=Helvetica-Oblique ISOF
|
|
106
|
+
font.3=Helvetica-BoldOblique ISOF
|
|
107
|
+
font.4=Times-Roman ISOF
|
|
108
|
+
font.5=Times-Bold ISOF
|
|
109
|
+
font.6=Times-Italic ISOF
|
|
110
|
+
font.7=Times-BoldItalic ISOF
|
|
111
|
+
font.8=Courier ISOF
|
|
112
|
+
font.9=Courier-Bold ISOF
|
|
113
|
+
font.10=Courier-Oblique ISOF
|
|
114
|
+
font.11=Courier-BoldOblique ISOF
|
|
115
|
+
font.12=GothicBBB-Medium-H findfont
|
|
116
|
+
font.13=Ryumin-Light-H findfont
|
|
117
|
+
font.14=GothicBBB-Medium.Hankaku findfont
|
|
118
|
+
font.15=Ryumin-Light.Hankaku findfont
|
|
119
|
+
#
|