jdk/src/share/classes/sun/print/psfontj2d.properties
author dav
Mon, 07 Apr 2008 14:53:51 +0400
changeset 438 2ae294e4518c
parent 2 90ce3da70b43
child 5506 202f599c92aa
permissions -rw-r--r--
6613529: Avoid duplicate object creation within JDK packages Summary: avoid using constructors when unique values are not necessary Reviewed-by: volk, igor, peterz
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
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# Copyright 1999 Sun Microsystems, Inc.  All Rights Reserved.
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
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# published by the Free Software Foundation.  Sun designates this
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
# particular file as subject to the "Classpath" exception as provided
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
# by Sun in the LICENSE file that accompanied this code.
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
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
# CA 95054 USA or visit www.sun.com if you need additional information or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
# have any questions.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
#	PostScript printer property file for Java 2D printing.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
# WARNING: This is an internal implementation file, not a public file.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
# Any customisation or reliance on the existence of this file and its
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
# contents or syntax is discouraged and unsupported.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
# It may be incompatibly changed or removed without any notice.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
font.num=35
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
# Legacy logical font family names and logical font aliases should all
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
# map to the primary logical font names.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
serif=serif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
times=serif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
timesroman=serif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
sansserif=sansserif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
helvetica=sansserif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
dialog=sansserif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
dialoginput=monospaced
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
monospaced=monospaced
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
courier=monospaced
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
# Next, physical fonts which can be safely mapped to standard postscript fonts
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
# These keys generally map to a value which is the same as the key, so
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
# the key/value is just a way to say the font has a mapping.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
# Sometimes however we map more than one screen font to the same PS font.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
avantgarde=avantgarde_book
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
avantgarde_book=avantgarde_book
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
avantgarde_demi=avantgarde_demi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
avantgarde_book_oblique=avantgarde_book_oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
avantgarde_demi_oblique=avantgarde_demi_oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
itcavantgarde=avantgarde_book
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
itcavantgarde=avantgarde_book
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
itcavantgarde_demi=avantgarde_demi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
itcavantgarde_oblique=avantgarde_book_oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
itcavantgarde_demi_oblique=avantgarde_demi_oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
bookman=bookman_light
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
bookman_light=bookman_light
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
bookman_demi=bookman_demi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
bookman_light_italic=bookman_light_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
bookman_demi_italic=bookman_demi_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
# Exclude "helvetica" on its own as that's a legacy name for a logical font
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
helvetica_bold=helvetica_bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
helvetica_oblique=helvetica_oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
helvetica_bold_oblique=helvetica_bold_oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
itcbookman_light=bookman_light
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
itcbookman_demi=bookman_demi
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
itcbookman_light_italic=bookman_light_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
itcbookman_demi_italic=bookman_demi_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
# Exclude "courier" on its own as that's a legacy name for a logical font
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
courier_bold=courier_bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
courier_oblique=courier_oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
courier_bold_oblique=courier_bold_oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
courier_new=courier
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
courier_new_bold=courier_bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
monotype_century_schoolbook=newcenturyschoolbook
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
monotype_century_schoolbook_bold=newcenturyschoolbook_bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
monotype_century_schoolbook_italic=newcenturyschoolbook_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
monotype_century_schoolbook_bold_italic=newcenturyschoolbook_bold_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
newcenturyschoolbook=newcenturyschoolbook
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
newcenturyschoolbook_bold=newcenturyschoolbook_bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
newcenturyschoolbook_italic=newcenturyschoolbook_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
newcenturyschoolbook_bold_italic=newcenturyschoolbook_bold_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
palatino=palatino
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
palatino_bold=palatino_bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
palatino_italic=palatino_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
palatino_bold_italic=palatino_bold_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
# Exclude "times" on its own as that's a legacy name for a logical font
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
times_bold=times_roman_bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
times_italic=times_roman_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
times_bold_italic=times_roman_bold_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
times_roman=times_roman
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
times_roman_bold=times_roman_bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
times_roman_italic=times_roman_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
times_roman_bold_italic=times_roman_bold_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
times_new_roman=times_roman
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
times_new_roman_bold=times_roman_bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
times_new_roman_italic=times_roman_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
times_new_roman_bold_italic=times_roman_bold_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
zapfchancery_italic=zapfchancery_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
itczapfchancery_italic=zapfchancery_italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
# Next the mapping of the font name + charset + style to Postscript font name
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
# for the logical fonts.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
serif.latin1.plain=Times-Roman
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
serif.latin1.bold=Times-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
serif.latin1.italic=Times-Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
serif.latin1.bolditalic=Times-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
serif.symbol.plain=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
serif.dingbats.plain=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
serif.symbol.bold=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
serif.dingbats.bold=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
serif.symbol.italic=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
serif.dingbats.italic=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
serif.symbol.bolditalic=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
serif.dingbats.bolditalic=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
sansserif.latin1.plain=Helvetica
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
sansserif.latin1.bold=Helvetica-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
sansserif.latin1.italic=Helvetica-Oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
sansserif.latin1.bolditalic=Helvetica-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
sansserif.symbol.plain=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
sansserif.dingbats.plain=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
sansserif.symbol.bold=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
sansserif.dingbats.bold=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
sansserif.symbol.italic=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
sansserif.dingbats.italic=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
sansserif.symbol.bolditalic=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
sansserif.dingbats.bolditalic=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
monospaced.latin1.plain=Courier
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
monospaced.latin1.bold=Courier-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
monospaced.latin1.italic=Courier-Oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
monospaced.latin1.bolditalic=Courier-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
monospaced.symbol.plain=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
monospaced.dingbats.plain=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
monospaced.symbol.bold=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
monospaced.dingbats.bold=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
monospaced.symbol.italic=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
monospaced.dingbats.italic=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
monospaced.symbol.bolditalic=Symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
monospaced.dingbats.bolditalic=ZapfDingbats
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
# Next the mapping of the font name + charset + style to Postscript font name
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
# for the physical fonts. Since these always report style as plain, the
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
# style key is always plain. So we map using the face name to the correct
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
# style for the postscript font. This is possible since the face names can
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
# be replied upon to be different for each style.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
# However an application may try to create a Font applying a style to an
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
# physical name. We want to map to the correct Postscript font there too
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
# if possible but we do not map cases where the application tries to
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
# augment a style (eg ask for a bold version of a bold font)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
# Defer to the 2D package to attempt create an artificially styled version
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
avantgarde_book.latin1.plain=AvantGarde-Book
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
avantgarde_demi.latin1.plain=AvantGarde-Demi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
avantgarde_book_oblique.latin1.plain=AvantGarde-BookOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
avantgarde_demi_oblique.latin1.plain=AvantGarde-DemiOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   182
avantgarde_book.latin1.bold=AvantGarde-Demi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
avantgarde_book.latin1.italic=AvantGarde-BookOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
avantgarde_book.latin1.bolditalic=AvantGarde-DemiOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
avantgarde_demi.latin1.italic=AvantGarde-DemiOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
avantgarde_book_oblique.latin1.bold=AvantGarde-DemiOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
bookman_light.latin1.plain=Bookman-Light
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
bookman_demi.latin1.plain=Bookman-Demi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
bookman_light_italic.latin1.plain=Bookman-LightItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
bookman_demi_italic.latin1.plain=Bookman-DemiItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
bookman_light.latin1.bold=Bookman-Demi
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
bookman_light.latin1.italic=Bookman-LightItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
bookman_light.latin1.bolditalic=Bookman-DemiItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
bookman_light_bold.latin1.italic=Bookman-DemiItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   197
bookman_light_italic.latin1.bold=Bookman-DemiItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
courier.latin1.plain=Courier
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
courier_bold.latin1.plain=Courier-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
courier_oblique.latin1.plain=Courier-Oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
courier_bold_oblique.latin1.plain=Courier-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
courier.latin1.bold=Courier-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
courier.latin1.italic=Courier-Oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
courier.latin1.bolditalic=Courier-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
courier_bold.latin1.italic=Courier-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
courier_italic.latin1.bold=Courier-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   209
helvetica_bold.latin1.plain=Helvetica-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
helvetica_oblique.latin1.plain=Helvetica-Oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
helvetica_bold_oblique.latin1.plain=Helvetica-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
helvetica.latin1.bold=Helvetica-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
helvetica.latin1.italic=Helvetica-Oblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
helvetica.latin1.bolditalic=Helvetica-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
helvetica_bold.latin1.italic=Helvetica-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
helvetica_italic.latin1.bold=Helvetica-BoldOblique
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   218
newcenturyschoolbook.latin1.plain=NewCenturySchlbk-Roman
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
newcenturyschoolbook_bold.latin1.plain=NewCenturySchlbk-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
newcenturyschoolbook_italic.latin1.plain=NewCenturySchlbk-Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
newcenturyschoolbook_bold_italic.latin1.plain=NewCenturySchlbk-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
newcenturyschoolbook.latin1.bold=NewCenturySchlbk-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
newcenturyschoolbook.latin1.italic=NewCenturySchlbk-Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
newcenturyschoolbook.latin1.bolditalic=NewCenturySchlbk-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
newcenturyschoolbook_bold.latin1.italic=NewCenturySchlbk-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
newcenturyschoolbook_italic.latin1.bold=NewCenturySchlbk-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
palatino.latin1.plain=Palatino-Roman
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
palatino_bold.latin1.plain=Palatino-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
palatino_italic.latin1.plain=Palatino-Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
palatino_bold_italic.latin1.plain=Palatino-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
palatino.latin1.bold=Palatino-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
palatino.latin1.italic=Palatino-Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
palatino.latin1.bolditalic=Palatino-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
palatino_bold.latin1.italic=Palatino-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
palatino_italic.latin1.bold=Palatino-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
times_roman.latin1.plain=Times-Roman
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
times_roman_bold.latin1.plain=Times-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   240
times_roman_italic.latin1.plain=Times-Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
times_roman_bold_italic.latin1.plain=Times-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   242
times_roman.latin1.bold=Times-Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
times_roman.latin1.italic=Times-Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
times_roman.latin1.bolditalic=Times-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
times_roman_bold.latin1.italic=Times-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   246
times_roman_italic.latin1.bold=Times-BoldItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
zapfchancery_italic.latin1.plain=ZapfChancery-MediumItalic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
# Finally the mappings of PS font names to indexes.
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
AvantGarde-Book=0
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
AvantGarde-BookOblique=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
AvantGarde-Demi=2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   255
AvantGarde-DemiOblique=3
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
Bookman-Demi=4
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
Bookman-DemiItalic=5
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
Bookman-Light=6
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
Bookman-LightItalic=7
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
Courier=8
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
Courier-Bold=9
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
Courier-BoldOblique=10
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
Courier-Oblique=11
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
Helvetica=12
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
Helvetica-Bold=13
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
Helvetica-BoldOblique=14
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
Helvetica-Narrow=15
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
Helvetica-Narrow-Bold=16
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
Helvetica-Narrow-BoldOblique=17
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
Helvetica-Narrow-Oblique=18
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
Helvetica-Oblique=19
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
NewCenturySchlbk-Bold=20
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
NewCenturySchlbk-BoldItalic=21
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
NewCenturySchlbk-Italic=22
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
NewCenturySchlbk-Roman=23
90ce3da70b43 Initial load
duke
parents:
diff changeset
   276
Palatino-Bold=24
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
Palatino-BoldItalic=25
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
Palatino-Italic=26
90ce3da70b43 Initial load
duke
parents:
diff changeset
   279
Palatino-Roman=27
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
Symbol=28
90ce3da70b43 Initial load
duke
parents:
diff changeset
   281
Times-Bold=29
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
Times-BoldItalic=30
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
Times-Italic=31
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
Times-Roman=32
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
ZapfDingbats=33
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
ZapfChancery-MediumItalic=34
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
font.0=AvantGarde-Book ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
font.1=AvantGarde-BookOblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
font.2=AvantGarde-Demi ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
font.3=AvantGarde-DemiOblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
font.4=Bookman-Demi ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
font.5=Bookman-DemiItalic ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
font.6=Bookman-Light ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
font.7=Bookman-LightItalic ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   296
font.8=Courier ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
font.9=Courier-Bold ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   298
font.10=Courier-BoldOblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
font.11=Courier-Oblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
font.12=Helvetica ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
font.13=Helvetica-Bold ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   302
font.14=Helvetica-BoldOblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   303
font.15=Helvetica-Narrow ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   304
font.16=Helvetica-Narrow-Bold ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   305
font.17=Helvetica-Narrow-BoldOblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   306
font.18=Helvetica-Narrow-Oblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   307
font.19=Helvetica-Oblique ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   308
font.20=NewCenturySchlbk-Bold ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   309
font.21=NewCenturySchlbk-BoldItalic ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   310
font.22=NewCenturySchlbk-Italic ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   311
font.23=NewCenturySchlbk-Roman ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   312
font.24=Palatino-Bold ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   313
font.25=Palatino-BoldItalic ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   314
font.26=Palatino-Italic ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   315
font.27=Palatino-Roman ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   316
font.28=Symbol findfont
90ce3da70b43 Initial load
duke
parents:
diff changeset
   317
font.29=Times-Bold ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   318
font.30=Times-BoldItalic ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   319
font.31=Times-Italic ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   320
font.32=Times-Roman ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   321
font.33=ZapfDingbats findfont
90ce3da70b43 Initial load
duke
parents:
diff changeset
   322
font.34=ZapfChancery-MediumItalic ISOF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   323
#