make/data/fontconfig/windows.fontconfig.properties
author ihse
Mon, 03 Dec 2018 18:46:10 +0100
changeset 52804 28094715ae71
parent 50836 b9456394d24f
child 54863 1e6f7f30943d
permissions -rw-r--r--
8214718: Update missing copyright year in build system Reviewed-by: erikj, tbell
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
# 
52804
28094715ae71 8214718: Update missing copyright year in build system
ihse
parents: 50836
diff changeset
     3
# Copyright (c) 2003, 2018, 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: 5282
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: 5282
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: 5282
diff changeset
    22
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5282
diff changeset
    23
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 5282
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
# Version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
version=1
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
# Component Font Mappings
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
allfonts.chinese-ms936=SimSun
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
    34
allfonts.chinese-ms936-extb=SimSun-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
allfonts.chinese-gb18030=SimSun-18030
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
    36
allfonts.chinese-gb18030-extb=SimSun-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
allfonts.chinese-hkscs=MingLiU_HKSCS
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
    38
allfonts.chinese-ms950-extb=MingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
allfonts.devanagari=Mangal
37567
87e77fa3bbc7 7015696: The new currency symbols 20B9 (INDIAN RUPEE), 20BA (TURKISH LIRA), 20BD (RUBLE SIGN) not displayed
peytoia
parents: 37545
diff changeset
    40
allfonts.kannada=Tunga
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
allfonts.dingbats=Wingdings
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
allfonts.symbol=Symbol
32868
8ca464bbfbae 8133309: Some unicode characters do not display any more after upgrading to Windows 10
prr
parents: 23021
diff changeset
    43
allfonts.symbols=Segoe UI Symbol
50348
008f416a79cb 8191522: Remove Bigelow&Holmes Lucida fonts from JDK sources
prr
parents: 47216
diff changeset
    44
allfonts.thai=DokChampa
5280
eb7aefd114b4 6709938: RFE: Support more scripts in JDK logical fonts using new fonts in Windows XP and later.
peytoia
parents: 3746
diff changeset
    45
allfonts.georgian=Sylfaen
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
serif.plain.alphabetic=Times New Roman
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
serif.plain.chinese-ms950=MingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
    49
serif.plain.chinese-ms950-extb=MingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
serif.plain.hebrew=David
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
serif.plain.japanese=MS Mincho
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
serif.plain.korean=Batang
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
serif.bold.alphabetic=Times New Roman Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
serif.bold.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
    56
serif.bold.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
serif.bold.hebrew=David Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
serif.bold.japanese=MS Mincho
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
serif.bold.korean=Batang
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
serif.italic.alphabetic=Times New Roman Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
serif.italic.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
    63
serif.italic.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
serif.italic.hebrew=David
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
serif.italic.japanese=MS Mincho
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
serif.italic.korean=Batang
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
serif.bolditalic.alphabetic=Times New Roman Bold Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
serif.bolditalic.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
    70
serif.bolditalic.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
serif.bolditalic.hebrew=David Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
serif.bolditalic.japanese=MS Mincho
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
serif.bolditalic.korean=Batang
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
sansserif.plain.alphabetic=Arial
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
sansserif.plain.chinese-ms950=MingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
    77
sansserif.plain.chinese-ms950-extb=MingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
sansserif.plain.hebrew=David
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
sansserif.plain.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
sansserif.plain.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
sansserif.bold.alphabetic=Arial Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
sansserif.bold.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
    84
sansserif.bold.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
sansserif.bold.hebrew=David Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
sansserif.bold.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
sansserif.bold.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
sansserif.italic.alphabetic=Arial Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
sansserif.italic.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
    91
sansserif.italic.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
sansserif.italic.hebrew=David
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
sansserif.italic.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
sansserif.italic.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
sansserif.bolditalic.alphabetic=Arial Bold Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
sansserif.bolditalic.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
    98
sansserif.bolditalic.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
sansserif.bolditalic.hebrew=David Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
sansserif.bolditalic.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
sansserif.bolditalic.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
monospaced.plain.alphabetic=Courier New
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
monospaced.plain.chinese-ms950=MingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   105
monospaced.plain.chinese-ms950-extb=MingLiU-ExtB
8975
c2ef298160dd 6957870: Monospaced font mapped to proportional font (David) for Hebrew
peytoia
parents: 7668
diff changeset
   106
monospaced.plain.hebrew=Courier New
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
monospaced.plain.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
monospaced.plain.korean=GulimChe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
monospaced.bold.alphabetic=Courier New Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
monospaced.bold.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   112
monospaced.bold.chinese-ms950-extb=PMingLiU-ExtB
8975
c2ef298160dd 6957870: Monospaced font mapped to proportional font (David) for Hebrew
peytoia
parents: 7668
diff changeset
   113
monospaced.bold.hebrew=Courier New Bold
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
monospaced.bold.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
monospaced.bold.korean=GulimChe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
monospaced.italic.alphabetic=Courier New Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
monospaced.italic.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   119
monospaced.italic.chinese-ms950-extb=PMingLiU-ExtB
8975
c2ef298160dd 6957870: Monospaced font mapped to proportional font (David) for Hebrew
peytoia
parents: 7668
diff changeset
   120
monospaced.italic.hebrew=Courier New
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
monospaced.italic.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
monospaced.italic.korean=GulimChe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
monospaced.bolditalic.alphabetic=Courier New Bold Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
monospaced.bolditalic.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   126
monospaced.bolditalic.chinese-ms950-extb=PMingLiU-ExtB
8975
c2ef298160dd 6957870: Monospaced font mapped to proportional font (David) for Hebrew
peytoia
parents: 7668
diff changeset
   127
monospaced.bolditalic.hebrew=Courier New Bold
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
monospaced.bolditalic.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
monospaced.bolditalic.korean=GulimChe
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
dialog.plain.alphabetic=Arial
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
dialog.plain.chinese-ms950=MingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   133
dialog.plain.chinese-ms950-extb=MingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
dialog.plain.hebrew=David
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
dialog.plain.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
dialog.plain.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
dialog.bold.alphabetic=Arial Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
dialog.bold.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   140
dialog.bold.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
dialog.bold.hebrew=David Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
dialog.bold.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
dialog.bold.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
dialog.italic.alphabetic=Arial Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
dialog.italic.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   147
dialog.italic.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
dialog.italic.hebrew=David
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
dialog.italic.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
dialog.italic.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
dialog.bolditalic.alphabetic=Arial Bold Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
dialog.bolditalic.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   154
dialog.bolditalic.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
dialog.bolditalic.hebrew=David Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
dialog.bolditalic.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
dialog.bolditalic.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
dialoginput.plain.alphabetic=Courier New
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
dialoginput.plain.chinese-ms950=MingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   161
dialoginput.plain.chinese-ms950-extb=MingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
dialoginput.plain.hebrew=David
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
dialoginput.plain.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
dialoginput.plain.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
dialoginput.bold.alphabetic=Courier New Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
dialoginput.bold.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   168
dialoginput.bold.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
dialoginput.bold.hebrew=David Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
dialoginput.bold.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
dialoginput.bold.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
dialoginput.italic.alphabetic=Courier New Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
dialoginput.italic.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   175
dialoginput.italic.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
dialoginput.italic.hebrew=David
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
dialoginput.italic.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
dialoginput.italic.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
dialoginput.bolditalic.alphabetic=Courier New Bold Italic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
dialoginput.bolditalic.chinese-ms950=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   182
dialoginput.bolditalic.chinese-ms950-extb=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   183
dialoginput.bolditalic.hebrew=David Bold
90ce3da70b43 Initial load
duke
parents:
diff changeset
   184
dialoginput.bolditalic.japanese=MS Gothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
dialoginput.bolditalic.korean=Gulim
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
# Search Sequences
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
sequence.allfonts=alphabetic/default,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   191
sequence.serif.GBK=alphabetic,chinese-ms936,dingbats,symbol,chinese-ms936-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   192
sequence.sansserif.GBK=alphabetic,chinese-ms936,dingbats,symbol,chinese-ms936-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   193
sequence.monospaced.GBK=chinese-ms936,alphabetic,dingbats,symbol,chinese-ms936-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   194
sequence.dialog.GBK=alphabetic,chinese-ms936,dingbats,symbol,chinese-ms936-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   195
sequence.dialoginput.GBK=alphabetic,chinese-ms936,dingbats,symbol,chinese-ms936-extb
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   197
sequence.serif.GB18030=alphabetic,chinese-gb18030,dingbats,symbol,chinese-gb18030-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   198
sequence.sansserif.GB18030=alphabetic,chinese-gb18030,dingbats,symbol,chinese-gb18030-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   199
sequence.monospaced.GB18030=chinese-gb18030,alphabetic,dingbats,symbol,chinese-gb18030-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   200
sequence.dialog.GB18030=alphabetic,chinese-gb18030,dingbats,symbol,chinese-gb18030-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   201
sequence.dialoginput.GB18030=alphabetic,chinese-gb18030,dingbats,symbol,chinese-gb18030-extb
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   203
sequence.serif.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol,chinese-ms950-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   204
sequence.sansserif.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol,chinese-ms950-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   205
sequence.monospaced.x-windows-950=chinese-ms950,alphabetic,dingbats,symbol,chinese-ms950-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   206
sequence.dialog.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol,chinese-ms950-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   207
sequence.dialoginput.x-windows-950=alphabetic,chinese-ms950,dingbats,symbol,chinese-ms950-extb
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   209
sequence.serif.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol,chinese-ms950-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   210
sequence.sansserif.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol,chinese-ms950-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   211
sequence.monospaced.x-MS950-HKSCS=chinese-ms950,alphabetic,chinese-hkscs,dingbats,symbol,chinese-ms950-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   212
sequence.dialog.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol,chinese-ms950-extb
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   213
sequence.dialoginput.x-MS950-HKSCS=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol,chinese-ms950-extb
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
5167
dbd299f8fdae 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
sherman
parents: 3746
diff changeset
   215
sequence.serif.x-MS950-HKSCS-XP=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol,chinese-ms950-extb
dbd299f8fdae 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
sherman
parents: 3746
diff changeset
   216
sequence.sansserif.x-MS950-HKSCS-XP=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol,chinese-ms950-extb
dbd299f8fdae 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
sherman
parents: 3746
diff changeset
   217
sequence.monospaced.x-MS950-HKSCS-XP=chinese-ms950,alphabetic,chinese-hkscs,dingbats,symbol,chinese-ms950-extb
dbd299f8fdae 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
sherman
parents: 3746
diff changeset
   218
sequence.dialog.x-MS950-HKSCS-XP=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol,chinese-ms950-extb
dbd299f8fdae 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
sherman
parents: 3746
diff changeset
   219
sequence.dialoginput.x-MS950-HKSCS-XP=alphabetic,chinese-ms950,chinese-hkscs,dingbats,symbol,chinese-ms950-extb
dbd299f8fdae 6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
sherman
parents: 3746
diff changeset
   220
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
sequence.allfonts.UTF-8.hi=alphabetic/1252,devanagari,dingbats,symbol
3746
57fdfd5896f7 6856390: RFE : sequence.allfonts.UTF-8.ja for Windows fontconfig.properties
peytoia
parents: 3744
diff changeset
   222
sequence.allfonts.UTF-8.ja=alphabetic,japanese,devanagari,dingbats,symbol
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   223
90ce3da70b43 Initial load
duke
parents:
diff changeset
   224
sequence.allfonts.windows-1255=hebrew,alphabetic/1252,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   225
90ce3da70b43 Initial load
duke
parents:
diff changeset
   226
sequence.serif.windows-31j=alphabetic,japanese,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
sequence.sansserif.windows-31j=alphabetic,japanese,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
sequence.monospaced.windows-31j=japanese,alphabetic,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
sequence.dialog.windows-31j=alphabetic,japanese,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
sequence.dialoginput.windows-31j=alphabetic,japanese,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   231
90ce3da70b43 Initial load
duke
parents:
diff changeset
   232
sequence.serif.x-windows-949=alphabetic,korean,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   233
sequence.sansserif.x-windows-949=alphabetic,korean,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   234
sequence.monospaced.x-windows-949=korean,alphabetic,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
sequence.dialog.x-windows-949=alphabetic,korean,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
sequence.dialoginput.x-windows-949=alphabetic,korean,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
90ce3da70b43 Initial load
duke
parents:
diff changeset
   238
sequence.allfonts.x-windows-874=alphabetic,thai,dingbats,symbol
90ce3da70b43 Initial load
duke
parents:
diff changeset
   239
50348
008f416a79cb 8191522: Remove Bigelow&Holmes Lucida fonts from JDK sources
prr
parents: 47216
diff changeset
   240
sequence.fallback=symbols,\
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   241
                  chinese-ms950,chinese-hkscs,chinese-ms936,chinese-gb18030,\
37567
87e77fa3bbc7 7015696: The new currency symbols 20B9 (INDIAN RUPEE), 20BA (TURKISH LIRA), 20BD (RUBLE SIGN) not displayed
peytoia
parents: 37545
diff changeset
   242
                  japanese,korean,chinese-ms950-extb,chinese-ms936-extb,georgian,kannada
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   243
90ce3da70b43 Initial load
duke
parents:
diff changeset
   244
# Exclusion Ranges
90ce3da70b43 Initial load
duke
parents:
diff changeset
   245
50836
b9456394d24f 8202696: Remove exclusion range for phonetic chars in windows fontconfig.properties
pkbalakr
parents: 50348
diff changeset
   246
exclusion.alphabetic=0700-1cff,1d80-1e9f,1f00-2017,2020-20ab,20ad-20b8,20bb-20bc,20be-f8ff
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   247
exclusion.chinese-gb18030=0390-03d6,2200-22ef,2701-27be
90ce3da70b43 Initial load
duke
parents:
diff changeset
   248
exclusion.hebrew=0041-005a,0060-007a,007f-00ff,20ac-20ac
90ce3da70b43 Initial load
duke
parents:
diff changeset
   249
90ce3da70b43 Initial load
duke
parents:
diff changeset
   250
# Monospaced to Proportional width variant mapping
90ce3da70b43 Initial load
duke
parents:
diff changeset
   251
# (Experimental private syntax)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   252
proportional.MS_Gothic=MS PGothic
90ce3da70b43 Initial load
duke
parents:
diff changeset
   253
proportional.MS_Mincho=MS PMincho
90ce3da70b43 Initial load
duke
parents:
diff changeset
   254
proportional.MingLiU=PMingLiU
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   255
proportional.MingLiU-ExtB=PMingLiU-ExtB
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   256
90ce3da70b43 Initial load
duke
parents:
diff changeset
   257
# Font File Names
90ce3da70b43 Initial load
duke
parents:
diff changeset
   258
90ce3da70b43 Initial load
duke
parents:
diff changeset
   259
filename.Arial=ARIAL.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   260
filename.Arial_Bold=ARIALBD.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   261
filename.Arial_Italic=ARIALI.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   262
filename.Arial_Bold_Italic=ARIALBI.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   263
90ce3da70b43 Initial load
duke
parents:
diff changeset
   264
filename.Courier_New=COUR.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   265
filename.Courier_New_Bold=COURBD.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
filename.Courier_New_Italic=COURI.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
filename.Courier_New_Bold_Italic=COURBI.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
90ce3da70b43 Initial load
duke
parents:
diff changeset
   269
filename.Times_New_Roman=TIMES.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   270
filename.Times_New_Roman_Bold=TIMESBD.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   271
filename.Times_New_Roman_Italic=TIMESI.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   272
filename.Times_New_Roman_Bold_Italic=TIMESBI.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   273
90ce3da70b43 Initial load
duke
parents:
diff changeset
   274
filename.SimSun=SIMSUN.TTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
   275
filename.SimSun-18030=SIMSUN18030.TTC
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   276
filename.SimSun-ExtB=SIMSUNB.TTF
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   277
90ce3da70b43 Initial load
duke
parents:
diff changeset
   278
filename.MingLiU=MINGLIU.TTC
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   279
filename.MingLiU-ExtB=MINGLIUB.TTC
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   280
filename.PMingLiU=MINGLIU.TTC
3744
f2470807aafd 6830423: Unified Ext B character not displayed with Dialog font
peytoia
parents: 2
diff changeset
   281
filename.PMingLiU-ExtB=MINGLIUB.TTC
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   282
filename.MingLiU_HKSCS=hkscsm3u.ttf
90ce3da70b43 Initial load
duke
parents:
diff changeset
   283
90ce3da70b43 Initial load
duke
parents:
diff changeset
   284
filename.David=DAVID.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   285
filename.David_Bold=DAVIDBD.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   286
90ce3da70b43 Initial load
duke
parents:
diff changeset
   287
filename.MS_Mincho=MSMINCHO.TTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
   288
filename.MS_PMincho=MSMINCHO.TTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
   289
filename.MS_Gothic=MSGOTHIC.TTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
   290
filename.MS_PGothic=MSGOTHIC.TTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
   291
90ce3da70b43 Initial load
duke
parents:
diff changeset
   292
filename.Gulim=gulim.TTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
   293
filename.Batang=batang.TTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
   294
filename.GulimChe=gulim.TTC
90ce3da70b43 Initial load
duke
parents:
diff changeset
   295
50348
008f416a79cb 8191522: Remove Bigelow&Holmes Lucida fonts from JDK sources
prr
parents: 47216
diff changeset
   296
filename.DokChampa=dokchamp.ttf
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   297
filename.Mangal=MANGAL.TTF
37567
87e77fa3bbc7 7015696: The new currency symbols 20B9 (INDIAN RUPEE), 20BA (TURKISH LIRA), 20BD (RUBLE SIGN) not displayed
peytoia
parents: 37545
diff changeset
   298
filename.Tunga=TUNGA.TTF
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   299
filename.Symbol=SYMBOL.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   300
filename.Wingdings=WINGDING.TTF
90ce3da70b43 Initial load
duke
parents:
diff changeset
   301
5280
eb7aefd114b4 6709938: RFE: Support more scripts in JDK logical fonts using new fonts in Windows XP and later.
peytoia
parents: 3746
diff changeset
   302
filename.Sylfaen=sylfaen.ttf
32868
8ca464bbfbae 8133309: Some unicode characters do not display any more after upgrading to Windows 10
prr
parents: 23021
diff changeset
   303
filename.Segoe_UI_Symbol=SEGUISYM.TTF