Lines Matching refs:fonts

80 #define MAXFDIRS 512    /* Max number of directories that contain fonts */
95 OPENWINHOMELIB "X11/fonts/TrueType",
96 OPENWINHOMELIB "locale/euro_fonts/X11/fonts/TrueType",
97 OPENWINHOMELIB "locale/iso_8859_2/X11/fonts/TrueType",
98 OPENWINHOMELIB "locale/iso_8859_5/X11/fonts/TrueType",
99 OPENWINHOMELIB "locale/iso_8859_7/X11/fonts/TrueType",
100 OPENWINHOMELIB "locale/iso_8859_8/X11/fonts/TrueType",
101 OPENWINHOMELIB "locale/iso_8859_9/X11/fonts/TrueType",
102 OPENWINHOMELIB "locale/iso_8859_13/X11/fonts/TrueType",
103 OPENWINHOMELIB "locale/iso_8859_15/X11/fonts/TrueType",
104 OPENWINHOMELIB "locale/ar/X11/fonts/TrueType",
105 OPENWINHOMELIB "locale/hi_IN.UTF-8/X11/fonts/TrueType",
106 OPENWINHOMELIB "locale/ja/X11/fonts/TT",
107 OPENWINHOMELIB "locale/ko/X11/fonts/TrueType",
108 OPENWINHOMELIB "locale/ko.UTF-8/X11/fonts/TrueType",
109 OPENWINHOMELIB "locale/KOI8-R/X11/fonts/TrueType",
110 OPENWINHOMELIB "locale/ru.ansi-1251/X11/fonts/TrueType",
111 OPENWINHOMELIB "locale/th_TH/X11/fonts/TrueType",
112 OPENWINHOMELIB "locale/zh_TW/X11/fonts/TrueType",
113 OPENWINHOMELIB "locale/zh_TW.BIG5/X11/fonts/TT",
114 OPENWINHOMELIB "locale/zh_HK.BIG5HK/X11/fonts/TT",
115 OPENWINHOMELIB "locale/zh_CN.GB18030/X11/fonts/TrueType",
116 OPENWINHOMELIB "locale/zh/X11/fonts/TrueType",
117 OPENWINHOMELIB "locale/zh.GBK/X11/fonts/TrueType",
118 OPENWINHOMELIB "X11/fonts/Type1",
119 OPENWINHOMELIB "X11/fonts/Type1/sun",
120 OPENWINHOMELIB "X11/fonts/Type1/sun/outline",
121 OPENWINHOMELIB "locale/iso_8859_2/X11/fonts/Type1",
122 OPENWINHOMELIB "locale/iso_8859_4/X11/fonts/Type1",
123 OPENWINHOMELIB "locale/iso_8859_5/X11/fonts/Type1",
124 OPENWINHOMELIB "locale/iso_8859_7/X11/fonts/Type1",
125 OPENWINHOMELIB "locale/iso_8859_8/X11/fonts/Type1",
126 OPENWINHOMELIB "locale/iso_8859_9/X11/fonts/Type1",
127 OPENWINHOMELIB "locale/iso_8859_13/X11/fonts/Type1",
128 OPENWINHOMELIB "locale/ar/X11/fonts/Type1",
134 X11_PATH "/lib/X11/fonts/TrueType",
135 X11_PATH "/lib/X11/fonts/truetype",
136 X11_PATH "/lib/X11/fonts/tt",
137 X11_PATH "/lib/X11/fonts/TTF",
138 X11_PATH "/lib/X11/fonts/OTF",
139 PACKAGE_PATH "/share/fonts/TrueType",
140 PACKAGE_PATH "/share/fonts/truetype",
141 PACKAGE_PATH "/share/fonts/tt",
142 PACKAGE_PATH "/share/fonts/TTF",
143 PACKAGE_PATH "/share/fonts/OTF",
144 X11_PATH "/lib/X11/fonts/Type1",
145 PACKAGE_PATH "/share/fonts/Type1",
153 "/usr/X11R6/lib/X11/fonts/TrueType", /* RH 7.1+ */
154 "/usr/X11R6/lib/X11/fonts/truetype", /* SuSE */
155 "/usr/X11R6/lib/X11/fonts/tt",
156 "/usr/X11R6/lib/X11/fonts/TTF",
157 "/usr/X11R6/lib/X11/fonts/OTF", /* RH 9.0 (but empty!) */
158 "/usr/share/fonts/ja/TrueType", /* RH 7.2+ */
159 "/usr/share/fonts/truetype",
160 "/usr/share/fonts/ko/TrueType", /* RH 9.0 */
161 "/usr/share/fonts/zh_CN/TrueType", /* RH 9.0 */
162 "/usr/share/fonts/zh_TW/TrueType", /* RH 9.0 */
164 "/usr/X11R6/lib/X11/fonts/Type1",
165 "/usr/share/fonts/default/Type1", /* RH 9.0 */
266 strcat ( fontDirPath, "/fonts.dir" );
351 * aren't going to contain the system fonts we need.
500 * The goal of this function is to find all "system" fonts which
502 * to support APIs which allow users to enumerate all system fonts and use
512 * /etc/fonts/local.conf, and to ensure that directory contains a fonts.dir
791 * outline fonts, and to get the set of full file paths from the matches.
810 if ((*FcPatternGetString)(fontSet->fonts[f], FC_FILE, 0, &file) ==
1189 * Inspect the returned fonts and the ones we like (adds enough glyphs)
1227 FcPattern *fontPattern = fontset->fonts[j];
1233 /* We only want TrueType fonts but some Linuxes still depend
1234 * on Type 1 fonts for some Locale support, so we'll allow
1260 /* We don't want 20 or 30 fonts, so once we hit 10 fonts,
1289 /* Once we get here 'fontCount' is the number of returned fonts
1291 * The non-null entries of "family[]" etc are those fonts.