1 --- jdk/src/solaris/native/sun/awt/fontpath.c.orig
2 +++ jdk/src/solaris/native/sun/awt/fontpath.c
4 * It is needed if fontconfig is not installed or configured properly.
6 static char *fullSolarisFontPath[] = {
7 - OPENWINHOMELIB "X11/fonts/TrueType",
8 - OPENWINHOMELIB "locale/euro_fonts/X11/fonts/TrueType",
9 - OPENWINHOMELIB "locale/iso_8859_2/X11/fonts/TrueType",
10 - OPENWINHOMELIB "locale/iso_8859_5/X11/fonts/TrueType",
11 - OPENWINHOMELIB "locale/iso_8859_7/X11/fonts/TrueType",
12 - OPENWINHOMELIB "locale/iso_8859_8/X11/fonts/TrueType",
13 - OPENWINHOMELIB "locale/iso_8859_9/X11/fonts/TrueType",
14 - OPENWINHOMELIB "locale/iso_8859_13/X11/fonts/TrueType",
15 - OPENWINHOMELIB "locale/iso_8859_15/X11/fonts/TrueType",
16 - OPENWINHOMELIB "locale/ar/X11/fonts/TrueType",
17 - OPENWINHOMELIB "locale/hi_IN.UTF-8/X11/fonts/TrueType",
18 - OPENWINHOMELIB "locale/ja/X11/fonts/TT",
19 - OPENWINHOMELIB "locale/ko/X11/fonts/TrueType",
20 - OPENWINHOMELIB "locale/ko.UTF-8/X11/fonts/TrueType",
21 - OPENWINHOMELIB "locale/KOI8-R/X11/fonts/TrueType",
22 - OPENWINHOMELIB "locale/ru.ansi-1251/X11/fonts/TrueType",
23 - OPENWINHOMELIB "locale/th_TH/X11/fonts/TrueType",
24 - OPENWINHOMELIB "locale/zh_TW/X11/fonts/TrueType",
25 - OPENWINHOMELIB "locale/zh_TW.BIG5/X11/fonts/TT",
26 - OPENWINHOMELIB "locale/zh_HK.BIG5HK/X11/fonts/TT",
27 - OPENWINHOMELIB "locale/zh_CN.GB18030/X11/fonts/TrueType",
28 - OPENWINHOMELIB "locale/zh/X11/fonts/TrueType",
29 - OPENWINHOMELIB "locale/zh.GBK/X11/fonts/TrueType",
30 - OPENWINHOMELIB "X11/fonts/Type1",
31 - OPENWINHOMELIB "X11/fonts/Type1/sun",
32 - OPENWINHOMELIB "X11/fonts/Type1/sun/outline",
33 - OPENWINHOMELIB "locale/iso_8859_2/X11/fonts/Type1",
34 - OPENWINHOMELIB "locale/iso_8859_4/X11/fonts/Type1",
35 - OPENWINHOMELIB "locale/iso_8859_5/X11/fonts/Type1",
36 - OPENWINHOMELIB "locale/iso_8859_7/X11/fonts/Type1",
37 - OPENWINHOMELIB "locale/iso_8859_8/X11/fonts/Type1",
38 - OPENWINHOMELIB "locale/iso_8859_9/X11/fonts/Type1",
39 - OPENWINHOMELIB "locale/iso_8859_13/X11/fonts/Type1",
40 - OPENWINHOMELIB "locale/ar/X11/fonts/Type1",
41 + "/usr/share/fonts/TrueType",
42 + "/usr/share/fonts/X11/100dpi",
43 + "/usr/share/fonts/X11/75dpi",
44 + "/usr/share/fonts/X11/Type1",
45 + "/usr/share/fonts/X11/cyrillic",
46 + "/usr/share/fonts/X11/misc",
47 NULL, /* terminates the list */