src/java.desktop/share/conf/psfont.properties.ja
author alanb
Thu, 21 Mar 2019 08:41:10 +0000
branchniosocketimpl-branch
changeset 57275 222fa5ed1c91
parent 47216 71c04702a3d5
permissions -rw-r--r--
Add @systemProperty ref to system property to configure old impl
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     2
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     3
# Copyright (c) 1996, 2000, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
     8
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    10
# by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    23
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    24
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
#	Japanese PostScript printer property file
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
font.num=16
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
serif=serif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
timesroman=serif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
sansserif=sansserif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
helvetica=sansserif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
monospaced=monospaced
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
courier=monospaced
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
dialog=sansserif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
dialoginput=monospaced
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
serif.latin1.plain=Times-Roman
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
serif.latin1.italic=Times-Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
serif.latin1.bolditalic=Times-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
serif.latin1.bold=Times-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
sansserif.latin1.plain=Helvetica
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
sansserif.latin1.italic=Helvetica-Oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
sansserif.latin1.bolditalic=Helvetica-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
sansserif.latin1.bold=Helvetica-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
monospaced.latin1.plain=Courier
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
monospaced.latin1.italic=Courier-Oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
monospaced.latin1.bolditalic=Courier-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
monospaced.latin1.bold=Courier-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
serif.x11jis0208.plain=Ryumin-Light-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
serif.x11jis0208.italic=Ryumin-Light-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
serif.x11jis0208.bolditalic=Ryumin-Light-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
serif.x11jis0208.bold=Ryumin-Light-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
sansserif.x11jis0208.plain=GothicBBB-Medium-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
sansserif.x11jis0208.italic=GothicBBB-Medium-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
sansserif.x11jis0208.bolditalic=GothicBBB-Medium-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
sansserif.x11jis0208.bold=GothicBBB-Medium-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
monospaced.x11jis0208.plain=GothicBBB-Medium-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
monospaced.x11jis0208.italic=GothicBBB-Medium-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
monospaced.x11jis0208.bolditalic=GothicBBB-Medium-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
monospaced.x11jis0208.bold=GothicBBB-Medium-H
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
serif.x11jis0201.plain=Ryumin-Light.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
serif.x11jis0201.italic=Ryumin-Light.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
serif.x11jis0201.bolditalic=Ryumin-Light.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
serif.x11jis0201.bold=Ryumin-Light.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
sansserif.x11jis0201.plain=GothicBBB-Medium.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
sansserif.x11jis0201.italic=GothicBBB-Medium.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
sansserif.x11jis0201.bolditalic=GothicBBB-Medium.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
sansserif.x11jis0201.bold=GothicBBB-Medium.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
monospaced.x11jis0201.plain=GothicBBB-Medium.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
monospaced.x11jis0201.italic=GothicBBB-Medium.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
monospaced.x11jis0201.bolditalic=GothicBBB-Medium.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
monospaced.x11jis0201.bold=GothicBBB-Medium.Hankaku
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
Helvetica=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
Helvetica-Bold=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
Helvetica-Oblique=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
Helvetica-BoldOblique=3
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
Times-Roman=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
Times-Bold=5
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
Times-Italic=6
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
Times-BoldItalic=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
Courier=8
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
Courier-Bold=9
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
Courier-Oblique=10
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
Courier-BoldOblique=11
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
GothicBBB-Medium-H=12
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
Ryumin-Light-H=13
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
GothicBBB-Medium.Hankaku=14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
Ryumin-Light.Hankaku=15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
font.0=Helvetica ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
font.1=Helvetica-Bold ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
font.2=Helvetica-Oblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
font.3=Helvetica-BoldOblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
font.4=Times-Roman ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
font.5=Times-Bold ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
font.6=Times-Italic ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
font.7=Times-BoldItalic ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
font.8=Courier ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
font.9=Courier-Bold ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
font.10=Courier-Oblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
font.11=Courier-BoldOblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
font.12=GothicBBB-Medium-H findfont
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
font.13=Ryumin-Light-H findfont
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
font.14=GothicBBB-Medium.Hankaku findfont
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
font.15=Ryumin-Light.Hankaku findfont
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
#