ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/defaultfont.C
(Generate patch)

Comparing rxvt-unicode/src/defaultfont.C (file contents):
Revision 1.12 by pcg, Fri Dec 26 07:42:23 2003 UTC vs.
Revision 1.55 by root, Mon Jul 26 14:57:12 2004 UTC

1/*--------------------------------*-C-*---------------------------------*; 1/*--------------------------------*-C-*---------------------------------*
2 * File: defaultfont.C 2 * File: defaultfont.C
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * Copyright (c) 2003 Marc Lehmann rxvt@plan9.de> 4 * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com>
5 * - original version. 5 * - original version.
6 * 6 *
7 * This program is free software; you can redistribute it and/or modify 7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by 8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2 of the License, or 9 * the Free Software Foundation; either version 2 of the License, or
23#include "rxvt.h" 23#include "rxvt.h"
24#include "defaultfont.h" 24#include "defaultfont.h"
25 25
26#include <cstdlib> 26#include <cstdlib>
27 27
28#define DISPLAY r->Xdisplay 28#define DISPLAY r->display->display
29#define DRAWABLE r->TermWin.vt
30#define GC r->TermWin.gc 29#define TGC r->TermWin.gc
31 30
32const struct rxvt_fallback_font { 31const struct rxvt_fallback_font {
33 codeset cs; 32 codeset cs;
34 const char *name; 33 const char *name;
35} fallback_fonts[] = { 34} fallback_fonts[] = {
36 { CS_ISO8859_1, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-1" }, 35 { CS_ISO8859_1, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-1" },
37 { CS_ISO8859_15, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-15" }, 36 { CS_ISO8859_15, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-15" },
38 { CS_ISO8859_15, "-*-*-*-r-*--*-*-*-*-c-*-fcd8859-15" }, 37 { CS_ISO8859_15, "-*-*-*-r-*--*-*-*-*-c-*-fcd8859-15" },
39 38
40#if ENCODING_EU 39#if ENCODING_EU
41 // cyrillic 40 // cyrillic
42 { CS_KOI8_R, "-*-*-*-r-*--*-*-*-*-c-*-koi8-r" }, 41 { CS_KOI8_R, "-*-*-*-r-*--*-*-*-*-c-*-koi8-r" },
43 { CS_KOI8_U, "-*-*-*-r-*--*-*-*-*-c-*-koi8-u" }, 42 { CS_KOI8_U, "-*-*-*-r-*--*-*-*-*-c-*-koi8-u" },
44 43
45 { CS_ISO8859_2, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-2" }, 44 { CS_ISO8859_2, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-2" },
46 { CS_ISO8859_3, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-3" }, 45 { CS_ISO8859_3, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-3" },
47 { CS_ISO8859_4, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-4" }, 46 { CS_ISO8859_4, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-4" },
48 { CS_ISO8859_5, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-5" }, 47 { CS_ISO8859_5, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-5" },
49 { CS_ISO8859_6, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-6" }, 48 { CS_ISO8859_6, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-6" },
50 { CS_ISO8859_7, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-7" }, 49 { CS_ISO8859_7, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-7" },
51 { CS_ISO8859_8, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-8" }, 50 { CS_ISO8859_8, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-8" },
52 { CS_ISO8859_9, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-9" }, 51 { CS_ISO8859_9, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-9" },
53 { CS_ISO8859_10, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-10" }, 52 { CS_ISO8859_10, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-10" },
54 { CS_ISO8859_11, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-11" }, 53 { CS_ISO8859_11, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-11" },
55 { CS_ISO8859_13, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-13" }, 54 { CS_ISO8859_13, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-13" },
56 { CS_ISO8859_14, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-14" }, 55 { CS_ISO8859_14, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-14" },
57 { CS_ISO8859_16, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-16" }, 56 { CS_ISO8859_16, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-16" },
58#endif 57#endif
59 58
60 // japanese 59 // japanese
61#if ENCODING_JP || ENCODING_JP_EXT 60#if ENCODING_JP || ENCODING_JP_EXT
62# if XFT 61# if XFT
63 // prefer xft for complex scripts 62 // prefer xft for complex scripts
64 { CS_UNICODE, "xft:Kochi Gothic:antialias=false" }, 63 { CS_UNICODE, "xft:Kochi Gothic:antialias=false" },
65# endif 64# endif
66 { CS_JIS0201_1976_0, "-*-mincho-*-r-*--*-*-*-*-c-*-jisx0201*-0" }, 65 { CS_JIS0201_1976_0, "-*-mincho-*-r-*--*-*-*-*-c-*-jisx0201*-0" },
67 { CS_JIS0208_1983_0, "-*-mincho-*-r-*--*-*-*-*-c-*-jisx0208*-0" }, 66 { CS_JIS0208_1990_0, "-*-mincho-*-r-*--*-*-*-*-c-*-jisx0208*-0" },
68 { CS_JIS0212_1990_0, "-*-mincho-*-r-*--*-*-*-*-c-*-jisx0212*-0" }, 67 { CS_JIS0212_1990_0, "-*-mincho-*-r-*--*-*-*-*-c-*-jisx0212*-0" },
68 { CS_JIS0201_1976_0, "-*-*-*-r-*--*-*-*-*-c-*-jisx0201*-0" },
69 { CS_JIS0208_1990_0, "-*-*-*-r-*--*-*-*-*-c-*-jisx0208*-0" },
70 { CS_JIS0212_1990_0, "-*-*-*-r-*--*-*-*-*-c-*-jisx0212*-0" },
69#endif 71#endif
70 72
71#if ENCODING_CN || ENCODING_CN_EXT 73#if ENCODING_CN || ENCODING_CN_EXT
72# if XFT 74# if XFT
73 { CS_BIG5_EXT, "xft:AR PL Mingti2L Big5" }, 75 { CS_BIG5_EXT, "xft:AR PL Mingti2L Big5" },
74 { CS_BIG5_EXT, "xft:AR PL KaitiM Big5" }, 76 { CS_BIG5_EXT, "xft:AR PL KaitiM Big5" },
75 { CS_GB2312_1980_0, "xft:AR PL KaitiM GB" }, 77 { CS_GB2312_1980_0, "xft:AR PL KaitiM GB" },
76 { CS_GB2312_1980_0, "xft:AR PL SungtiL GB" }, 78 { CS_GB2312_1980_0, "xft:AR PL SungtiL GB" },
77# endif 79# endif
80 { CS_BIG5, "-*-*-*-*-*-*-*-*-*-*-c-*-big5-0" },
81 { CS_BIG5_PLUS, "-*-*-*-*-*-*-*-*-*-*-c-*-big5p-0" },
82 { CS_BIG5_EXT, "-*-*-*-*-*-*-*-*-*-*-c-*-big5.eten-0" },
83 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-gb2312*-0" },
78 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-1" }, 84 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-1" },
79 { CS_CNS11643_1992_2, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-2" }, 85 { CS_CNS11643_1992_2, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-2" },
80 { CS_CNS11643_1992_3, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-3" }, 86 { CS_CNS11643_1992_3, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-3" },
81 { CS_CNS11643_1992_4, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-4" }, 87 { CS_CNS11643_1992_4, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-4" },
82 { CS_CNS11643_1992_5, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-5" }, 88 { CS_CNS11643_1992_5, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-5" },
83 { CS_CNS11643_1992_6, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-6" }, 89 { CS_CNS11643_1992_6, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-6" },
84 { CS_CNS11643_1992_7, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-7" }, 90 { CS_CNS11643_1992_7, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-7" },
85 { CS_CNS11643_1992_F, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-f" }, 91 { CS_CNS11643_1992_F, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-f" },
86#endif 92#endif
87 93
88#if XFT 94#if XFT
89 { CS_UNICODE, "xft:Andale Mono" }, 95 { CS_UNICODE, "xft:Andale Mono" },
90 { CS_UNICODE, "xft:Arial Unicode MS" }, 96 { CS_UNICODE, "xft:Arial Unicode MS" },
97 { CS_UNICODE, "xft:FreeMono" },
91#endif 98#endif
92 { CS_UNICODE, "-*-lucidatypewriter-*-*-*-*-*-*-*-*-m-*-iso10646-1" }, 99 { CS_UNICODE, "-*-lucidatypewriter-*-*-*-*-*-*-*-*-m-*-iso10646-1" },
93 { CS_UNICODE, "xft:FreeMono" },
94 { CS_UNICODE, "-*-unifont-*-*-*-*-*-*-*-*-c-*-iso10646-1" }, 100 { CS_UNICODE, "-*-unifont-*-*-*-*-*-*-*-*-c-*-iso10646-1" },
95 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-c-*-iso10646-1" }, 101 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-c-*-iso10646-1" },
96 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-m-*-iso10646-1" }, 102 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-m-*-iso10646-1" },
97 103
104#if UNICODE_3 && XFT
105 { CS_UNICODE, "xft:Code2001" }, // contains many plane-1 characters
106#endif
107
98 { CS_UNKNOWN, 0 } 108 { CS_UNKNOWN, 0 }
99}; 109};
100 110
101///////////////////////////////////////////////////////////////////////////// 111/////////////////////////////////////////////////////////////////////////////
102 112
113#if XFT
114rxvt_drawable::~rxvt_drawable ()
115{
116 if (xftdrawable)
117 XftDrawDestroy (xftdrawable);
118}
119
120rxvt_drawable::operator XftDraw *()
121{
122 if (!xftdrawable)
123 xftdrawable = XftDrawCreate (display->display, drawable, display->visual, display->cmap);
124
125 return xftdrawable;
126}
127#endif
128
129/////////////////////////////////////////////////////////////////////////////
130
103static void *enc_buf; 131static void *enc_buf;
104static uint32_t enc_len; 132static uint32_t enc_len;
105 133
106static inline void * 134static inline void *
107get_enc_buf (int len) 135get_enc_buf (uint32_t len)
108{ 136{
109 if (len > enc_len) 137 if (len > enc_len)
110 { 138 {
111 free (enc_buf); 139 free (enc_buf);
112 enc_buf = malloc (len); 140 enc_buf = malloc (len);
114 142
115 return enc_buf; 143 return enc_buf;
116} 144}
117 145
118static const char * 146static const char *
119enc_char (const text_t *text, int len, codeset cs, bool &zero) 147enc_char (const text_t *text, uint32_t len, codeset cs, bool &zero)
120{ 148{
121 uint8_t *buf = (uint8_t *)get_enc_buf (len); 149 uint8_t *buf = (uint8_t *)get_enc_buf (len);
122 150
123 while (len--) 151 while (len--)
124 { 152 {
135 163
136 return (const char *)enc_buf; 164 return (const char *)enc_buf;
137} 165}
138 166
139static const XChar2b * 167static const XChar2b *
140enc_xchar2b (const text_t *text, int len, codeset cs, bool &zero) 168enc_xchar2b (const text_t *text, uint32_t len, codeset cs, bool &zero)
141{ 169{
142 XChar2b *buf = (XChar2b *)get_enc_buf (len * sizeof (XChar2b)); 170 XChar2b *buf = (XChar2b *)get_enc_buf (len * sizeof (XChar2b));
143 171
144 while (len--) 172 while (len--)
145 { 173 {
160} 188}
161 189
162///////////////////////////////////////////////////////////////////////////// 190/////////////////////////////////////////////////////////////////////////////
163 191
164void 192void
165rxvt_font::clear_rect (int x, int y, int w, int h, int color) 193rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color)
166{ 194{
167 if (color == Color_bg) 195 if (color == Color_bg)
168 XClearArea (DISPLAY, DRAWABLE, x, y, w, h, FALSE); 196 XClearArea (d.display->display, d, x, y, w, h, FALSE);
169 else if (color >= 0) 197 else if (color >= 0)
170 { 198 {
199#if XFT
200 XftDrawRect (d, &r->PixColors[color].c, x, y, w, h);
201#else
171 XSetForeground (DISPLAY, GC, r->PixColors[color]); 202 XSetForeground (d.display->display, TGC, r->PixColors[color]);
172 XFillRectangle (DISPLAY, DRAWABLE, GC, x, y, w, h); 203 XFillRectangle (d.display->display, d, TGC, x, y, w, h);
204#endif
173 } 205 }
174} 206}
175 207
176static const char *linedraw_cmds[128] = { 208#include "table/linedraw.h"
177 "1hH", "2hH", "1vV", "2vV",
178 0, 0, 0, 0,
179 0, 0, 0, 0,
180 "1HV", "2H1V", "1H2V", "2HV",
181
182 // 2510
183 "1hV", "2h1V", "1h2V", "2hV",
184 "1Hv", "2H1v", "1H2v", "2Hv",
185 "1hv", "2h1v", "1h2v", "2hv",
186 "1HvV", "2H1vV", "1HV2v", "1Hv2V",
187
188 // 2520
189 "1H2vV", "2Hv1V", "2HV1v", "2HvV",
190 "1hvV", "2h1vV", "1hV2v", "1hv2V",
191 "1h2vV", "2hv1V", "1v2hV", "2hvV",
192 "1hHV", "2h1HV", "2H1hV", "2hH1V",
193
194 // 2530
195 "1hH2V", "2hV1H", "1h2HV", "2hHV",
196 "1hHv", "1vH2h", "1hv2H", "1v2hH",
197 "1hH2v", "1H2hv", "1h2Hv", "2hHv",
198 "1hHvV", "1vVH2h", "1hvV2H", "1vV2hH",
199
200 // 2540
201 "1hHV2v", "1hHv2V", "1hH2vV", "1HV2hv",
202 "1hV2Hv", "1Hv2hV", "1hv2HV", "1V2hHv",
203 "1v2hHV", "1H2hvV", "1h2HvV", "2hHvV",
204 0, 0, 0, 0,
205
206 // 2550
207 0, 0, 0, 0,
208 0, 0, 0, 0,
209 0, 0, 0, 0,
210 0, 0, 0, 0,
211
212 // 2560
213 0, 0, 0, 0,
214 0, 0, 0, 0,
215 0, 0, 0, 0,
216 0, 0, 0, 0,
217
218 // 2570
219 0, "1a", "1b", "1ab",
220 "1h", "1v", "1H", "1V",
221 "2h", "2v", "2H", "2V",
222 "1h2H", "1v2V", "1H2h", "1V2v"
223
224 // to be done
225};
226 209
227struct rxvt_font_default : rxvt_font { 210struct rxvt_font_default : rxvt_font {
211
228 rxvt_fontprop properties () 212 rxvt_fontprop properties ()
229 { 213 {
230 rxvt_fontprop p; 214 rxvt_fontprop p;
231 215
232 p.width = p.height = 1; 216 p.width = p.height = 1;
239 bool load (const rxvt_fontprop &prop) 223 bool load (const rxvt_fontprop &prop)
240 { 224 {
241 width = 1; height = 1; 225 width = 1; height = 1;
242 ascent = 1; descent = 0; 226 ascent = 1; descent = 0;
243 227
228 set_name (strdup ("built-in pseudofont"));
229
244 return true; 230 return true;
245 } 231 }
246 232
247 bool has_codepoint (uint32_t unicode) 233 bool has_codepoint (unicode_t unicode)
248 { 234 {
249 if (unicode <= 0x001f) 235 if (unicode <= 0x001f)
250 return true; 236 return true;
251 if (unicode >= 0x0080 && unicode <= 0x009f) 237
238 if (unicode <= 0x007f)
239 return false;
240
241 if (unicode <= 0x009f)
252 return true; 242 return true;
253 243
254 if (unicode >= 0x2500 && unicode <= 0x257f 244 if (unicode >= 0x2500 && unicode <= 0x259f)
255 && linedraw_cmds[unicode - 0x2500]) 245 return true;
246
247 if (IS_COMPOSE (unicode))
256 return true; 248 return true;
257 249
258 switch (unicode) 250 switch (unicode)
259 { 251 {
260 case ZERO_WIDTH_CHAR: 252 case ZERO_WIDTH_CHAR:
262 } 254 }
263 255
264 return false; 256 return false;
265 } 257 }
266 258
267 void draw (int x, int y, 259 void draw (rxvt_drawable &d, int x, int y,
268 const text_t *text, int len, 260 const text_t *text, int len,
269 int fg, int bg); 261 int fg, int bg);
270}; 262};
271 263
272void 264void
273rxvt_font_default::draw (int x, int y, 265rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
274 const text_t *text, int len, 266 const text_t *text, int len,
275 int fg, int bg) 267 int fg, int bg)
276{ 268{
277 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 269 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
278 270
279 XSetForeground (DISPLAY, GC, r->PixColors[fg]); 271 XSetForeground (d.display->display, TGC, r->PixColors[fg]);
280 272
281 while (len--) 273 while (len--)
282 { 274 {
275#if ENABLE_COMBINING
276 compose_char *cc;
277#endif
283 text_t t = *text++; 278 text_t t = *text++;
284 279
285 if (t >= 0x2500 & t <= 0x2580 && linedraw_cmds[t - 0x2500]) 280 if (0x2500 <= t && t <= 0x259f)
281 {
282 uint16_t offs = linedraw_offs[t - 0x2500];
283 uint32_t *a = linedraw_command + (offs >> 4);
284 uint32_t *b = a + (offs & 15);
285
286 int W = r->TermWin.fwidth;
287 int H = r->TermWin.fheight;
288
289 int x_[16];
290 int y_[16];
291
292 for (int i = 0; i <= 8; i++)
286 { 293 {
287 const char *p = linedraw_cmds[t - 0x2500]; 294 x_[i] = x + ((W-1) * i + (i*7/8)) / 8;
295 y_[i] = y + ((H-1) * i + (i*7/8)) / 8;
296 }
288 297
289 int x0 = x, x1 = x + r->TermWin.fwidth / 2, x2 = x + r->TermWin.fwidth ; 298 x_[10] = x + (W - 1) / 2; x_[9] = x_[10] - 1; x_[11] = x_[10] + 1;
290 int y0 = y, y1 = y + r->TermWin.fheight / 2, y2 = y + r->TermWin.fheight; 299 y_[10] = y + (H - 1) / 2; y_[9] = y_[10] - 1; y_[11] = y_[10] + 1;
291 300
292 XGCValues gcv; 301 XGCValues gcv;
293 302
303 gcv.cap_style = CapButt;
304 gcv.line_width = 0;
305 XChangeGC (d.display->display, TGC, GCLineWidth | GCCapStyle, &gcv);
306
294 while (*p) 307 while (a < b)
295 { 308 {
309 uint32_t command = *a++;
310
311 int op = (command >> 24) & 255;
312 int a = (command >> 20) & 15;
313 int b = (command >> 16) & 15;
314 int x1 = x_[(command >> 12) & 15];
315 int y1 = y_[(command >> 8) & 15];
316 int x2 = x_[(command >> 4) & 15];
317 int y2 = y_[(command >> 0) & 15];
318
296 switch (*p++) 319 switch (op)
297 { 320 {
298 case '1': 321 case 0: // line
299 gcv.line_width = 0; 322 XDrawLine (d.display->display, d, TGC, x1, y1, x2, y2);
300 XChangeGC (DISPLAY, GC, GCLineWidth, &gcv);
301 break; 323 break;
302 324
303 case '2': 325 case 1: // rectangle, possibly stippled
326 if (a)
327 {
328 static char bm[] = { 0,0 , 3,1 , 1,2 , 1,0 };
329
330 gcv.fill_style = FillStippled;
331 gcv.stipple = XCreateBitmapFromData (d.display->display, d, bm + a * 2, 2, 2);
332 gcv.ts_x_origin = x;
333 gcv.ts_y_origin = y;
334
335 XChangeGC (d.display->display, TGC,
336 GCFillStyle | GCStipple | GCTileStipXOrigin | GCTileStipYOrigin,
337 &gcv);
338 }
339
340 XFillRectangle (d.display->display, d, TGC, x1, y1, x2 - x1 + 1, y2 - y1 + 1);
341
342 if (a)
343 {
344 XFreePixmap (d.display->display, gcv.stipple);
304 gcv.line_width = 2; 345 gcv.stipple = 0;
305 XChangeGC (DISPLAY, GC, GCLineWidth, &gcv); 346 gcv.fill_style = FillSolid;
347 XChangeGC (d.display->display, TGC, GCFillStyle, &gcv);
348 }
306 break; 349 break;
307 350 case 2: // arc
308 case 'h': XDrawLine (DISPLAY, DRAWABLE, GC, x0, y1, x1, y1); break; 351 XDrawArc (d.display->display, d, TGC,
309 case 'H': XDrawLine (DISPLAY, DRAWABLE, GC, x1, y1, x2, y1); break; 352 x1 - W/2, y1 - H/2, W-1, H-1,
310 case 'v': XDrawLine (DISPLAY, DRAWABLE, GC, x1, y0, x1, y1); break; 353 (a - 1) * 90*64, (b - 1) * 90*64);
311 case 'V': XDrawLine (DISPLAY, DRAWABLE, GC, x1, y1, x1, y2); break; 354 break;
312 case 'a': XDrawLine (DISPLAY, DRAWABLE, GC, x0, y2, x2, y0); break;
313 case 'b': XDrawLine (DISPLAY, DRAWABLE, GC, x0, y0, x2, y2); break;
314 } 355 }
315 } 356 }
316 357 }
317 gcv.line_width = 0; 358#if ENABLE_COMBINING
318 XChangeGC (DISPLAY, GC, GCLineWidth, &gcv); 359 else if (IS_COMPOSE (t) && (cc = rxvt_composite[t]))
319 } 360 {
361 rxvt_font *f1 = (*fs)[fs->find_font (cc->c1)];
362 f1->draw (d, x, y, &(t = cc->c1), 1, fg, bg);
363 if (cc->c2 != NOCHAR)
364 {
365 // prefer font of first character, for no good reasons
366 rxvt_font *f2 = f1->has_codepoint (cc->c2)
367 ? f1
368 : (*fs)[fs->find_font (cc->c2)];
369
370 f2->draw (d, x, y, &(t = cc->c2), 1, fg, -1);
371 }
372 }
373#endif
320 else 374 else
321 switch (*text++) 375 switch (t)
322 { 376 {
323 case NOCHAR:
324 case ZERO_WIDTH_CHAR: 377 case ZERO_WIDTH_CHAR:
325 break; 378 break;
379
326 default: 380 default:
327 XDrawRectangle (DISPLAY, DRAWABLE, GC, x + 2, y + 2, r->TermWin.fwidth - 5, r->TermWin.fheight - 5); 381 int w = 0;
382 while (len > 0 && *text == NOCHAR)
383 {
384 ++text;
385 --len;
386 w += r->TermWin.fwidth;
387 }
388
389 XDrawRectangle (d.display->display, d, TGC, x + 2, y + 2,
390 w + r->TermWin.fwidth - 4, r->TermWin.fheight - 4);
391 x += w;
328 } 392 }
329 393
330 x += r->TermWin.fwidth; 394 x += r->TermWin.fwidth;
331 } 395 }
332} 396}
340 404
341 rxvt_fontprop properties (); 405 rxvt_fontprop properties ();
342 406
343 bool load (const rxvt_fontprop &prop); 407 bool load (const rxvt_fontprop &prop);
344 408
345 bool has_codepoint (uint32_t unicode); 409 bool has_codepoint (unicode_t unicode);
346 410
347 void draw (int x, int y, 411 void draw (rxvt_drawable &d, int x, int y,
348 const text_t *text, int len, 412 const text_t *text, int len,
349 int fg, int bg); 413 int fg, int bg);
350 414
351 XFontStruct *f; 415 XFontStruct *f;
352 codeset cs; 416 codeset cs;
353 bool enc2b, encm; 417 bool enc2b, encm;
354 418
355 const char *get_property (XFontStruct *f, const char *property, const char *repl) const; 419 char *get_property (XFontStruct *f, const char *property, const char *repl) const;
356 bool set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth); 420 bool set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth);
357 bool set_properties (rxvt_fontprop &p, XFontStruct *f); 421 bool set_properties (rxvt_fontprop &p, XFontStruct *f);
358 bool set_properties (rxvt_fontprop &p, const char *name); 422 bool set_properties (rxvt_fontprop &p, const char *name);
359}; 423};
360 424
361const char * 425char *
362rxvt_font_x11::get_property (XFontStruct *f, const char *property, const char *repl) const 426rxvt_font_x11::get_property (XFontStruct *f, const char *property, const char *repl) const
363{ 427{
364 unsigned long value; 428 unsigned long value;
365 429
366 if (XGetFontProperty (f, XInternAtom (DISPLAY, property, 0), &value)) 430 if (XGetFontProperty (f, XInternAtom (DISPLAY, property, 0), &value))
367 return XGetAtomName (DISPLAY, value); 431 return XGetAtomName (DISPLAY, value);
368 else 432 else
369 return repl; 433 return rxvt_strdup (repl);
370} 434}
371 435
372rxvt_fontprop 436rxvt_fontprop
373rxvt_font_x11::properties () 437rxvt_font_x11::properties ()
374{ 438{
389} 453}
390 454
391bool 455bool
392rxvt_font_x11::set_properties (rxvt_fontprop &p, XFontStruct *f) 456rxvt_font_x11::set_properties (rxvt_fontprop &p, XFontStruct *f)
393{ 457{
394 const char *weight = get_property (f, "WEIGHT_NAME", "medium");
395 const char *slant = get_property (f, "SLANT", "r");
396
397 unsigned long height; 458 unsigned long height;
398 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "PIXEL_SIZE", 0), &height)) 459 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "PIXEL_SIZE", 0), &height))
399 return false; 460 return false;
400 461
401 unsigned long avgwidth; 462 unsigned long avgwidth;
402 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "AVERAGE_WIDTH", 0), &avgwidth)) 463 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "AVERAGE_WIDTH", 0), &avgwidth))
403 avgwidth = 0; 464 avgwidth = 0;
404 465
466 char *weight = get_property (f, "WEIGHT_NAME", "medium");
467 char *slant = get_property (f, "SLANT", "r");
468
405 return set_properties (p, height, weight, slant, avgwidth); 469 set_properties (p, height, weight, slant, avgwidth);
470
471 free (weight);
472 free (slant);
473
474 return true;
406} 475}
407 476
408bool 477bool
409rxvt_font_x11::set_properties (rxvt_fontprop &p, const char *name) 478rxvt_font_x11::set_properties (rxvt_fontprop &p, const char *name)
410{ 479{
411 int slashes = 0; 480 int slashes = 0;
412 const char *comp[12]; 481 const char *comp[13];
413 482
414 for (const char *c = name; *c; c++) 483 for (const char *c = name; *c; c++)
415 if (*c == '-') 484 if (*c == '-')
416 { 485 {
417 comp[slashes++] = c + 1; 486 comp[slashes++] = c + 1;
427 496
428 XFontStruct *f = XLoadQueryFont (DISPLAY, name); 497 XFontStruct *f = XLoadQueryFont (DISPLAY, name);
429 498
430 if (f) 499 if (f)
431 { 500 {
432 // the font should really exists now. if not, we have a problem 501 // the font should really exist now. if not, we have a problem
433 // (e.g. if the user did xset fp rehash just when we were searching fonts). 502 // (e.g. if the user did xset fp rehash just when we were searching fonts).
434 // in that case, just return garbage. 503 // in that case, just return garbage.
435 bool ret = set_properties (p, f); 504 bool ret = set_properties (p, f);
436 XFreeFont (DISPLAY, f); 505 XFreeFont (DISPLAY, f);
437 return ret; 506 return ret;
514 f = XLoadQueryFont (DISPLAY, name); 583 f = XLoadQueryFont (DISPLAY, name);
515 584
516 if (!f) 585 if (!f)
517 return false; 586 return false;
518 587
519 unsigned long value;
520
521 const char *registry = get_property (f, "CHARSET_REGISTRY", 0); 588 char *registry = get_property (f, "CHARSET_REGISTRY", 0);
522 const char *encoding = get_property (f, "CHARSET_ENCODING", 0); 589 char *encoding = get_property (f, "CHARSET_ENCODING", 0);
523 590
524 if (registry && encoding) 591 if (registry && encoding)
525 { 592 {
526 char charset[64]; 593 char charset[64];
527 snprintf (charset, 64, "%s-%s", registry, encoding); 594 snprintf (charset, 64, "%s-%s", registry, encoding);
540 if (*charset++ == '-' && !--count) 607 if (*charset++ == '-' && !--count)
541 break; 608 break;
542 609
543 cs = codeset_from_name (charset); 610 cs = codeset_from_name (charset);
544 } 611 }
612
613 free (registry);
614 free (encoding);
545 615
546 if (cs == CS_UNICODE) 616 if (cs == CS_UNICODE)
547 cs = CS_UNICODE_16; // X11 can have a max. of 65536 chars per font 617 cs = CS_UNICODE_16; // X11 can have a max. of 65536 chars per font
548 618
549 encm = f->min_byte1 != 0 || f->max_byte1 != 0; 619 encm = f->min_byte1 != 0 || f->max_byte1 != 0;
599 f = 0; 669 f = 0;
600 } 670 }
601} 671}
602 672
603bool 673bool
604rxvt_font_x11::has_codepoint (uint32_t unicode) 674rxvt_font_x11::has_codepoint (unicode_t unicode)
605{ 675{
606 uint32_t ch = FROM_UNICODE (cs, unicode); 676 uint32_t ch = FROM_UNICODE (cs, unicode);
607 677
608 if (ch == NOCHAR) 678 if (ch == NOCHAR)
609 return false; 679 return false;
611 /* check wether the character exists in _this_ font. horrible. */ 681 /* check wether the character exists in _this_ font. horrible. */
612 XCharStruct *xcs; 682 XCharStruct *xcs;
613 683
614 if (encm) 684 if (encm)
615 { 685 {
616 int byte1 = ch >> 8; 686 unsigned char byte1 = ch >> 8;
617 int byte2 = ch & 255; 687 unsigned char byte2 = ch & 255;
618 688
619 if (byte1 < f->min_byte1 || byte1 > f->max_byte1 689 if (byte1 < f->min_byte1 || byte1 > f->max_byte1
620 || byte2 < f->min_char_or_byte2 || byte2 > f->max_char_or_byte2) 690 || byte2 < f->min_char_or_byte2 || byte2 > f->max_char_or_byte2)
621 return false; 691 return false;
622 692
645 715
646 return true; 716 return true;
647} 717}
648 718
649void 719void
650rxvt_font_x11::draw (int x, int y, 720rxvt_font_x11::draw (rxvt_drawable &d, int x, int y,
651 const text_t *text, int len, 721 const text_t *text, int len,
652 int fg, int bg) 722 int fg, int bg)
653{ 723{
654 // this looks like a mess /. 724 // this looks like a mess /.
655 // and it is a mess /. 725 // and it is a mess /.
662 732
663 int base = r->TermWin.fbase; 733 int base = r->TermWin.fbase;
664 734
665 XGCValues v; 735 XGCValues v;
666 v.foreground = r->PixColors[fg]; 736 v.foreground = r->PixColors[fg];
667 v.background = r->PixColors[bg];
668 v.font = f->fid; 737 v.font = f->fid;
669 738
670 if (enc2b) 739 if (enc2b)
671 { 740 {
672 const XChar2b *xc = enc_xchar2b (text, len, cs, slow); 741 const XChar2b *xc = enc_xchar2b (text, len, cs, slow);
673 742
674 if (bg == Color_bg && !slow) 743 if (bg == Color_bg && !slow)
675 { 744 {
745 v.background = r->PixColors[bg];
676 XChangeGC (DISPLAY, GC, GCForeground | GCBackground | GCFont, &v); 746 XChangeGC (d.display->display, TGC, GCForeground | GCBackground | GCFont, &v);
677 XDrawImageString16 (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 747 XDrawImageString16 (d.display->display, d, TGC, x, y + base, xc, len);
678 } 748 }
679 else 749 else
680 { 750 {
681 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 751 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
682 752
683 XChangeGC (DISPLAY, GC, GCForeground | GCFont, &v); 753 XChangeGC (d.display->display, TGC, GCForeground | GCFont, &v);
684 754
685 if (slow) 755 if (slow)
686 { 756 {
687 do 757 do
688 { 758 {
689 if (xc->byte1 || xc->byte2) 759 if (xc->byte1 || xc->byte2)
690 XDrawString16 (DISPLAY, DRAWABLE, GC, x, y + base, xc, 1); 760 XDrawString16 (d.display->display, d, TGC, x, y + base, xc, 1);
691 761
692 x += r->TermWin.fwidth; 762 x += r->TermWin.fwidth;
693 xc++; len--; 763 xc++; len--;
694 } 764 }
695 while (len); 765 while (len);
696 } 766 }
697 else 767 else
698 XDrawString16 (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 768 XDrawString16 (d.display->display, d, TGC, x, y + base, xc, len);
699 } 769 }
700 } 770 }
701 else 771 else
702 { 772 {
703 const char *xc = enc_char (text, len, cs, slow); 773 const char *xc = enc_char (text, len, cs, slow);
704 774
705 if (bg == Color_bg && !slow) 775 if (bg == Color_bg && !slow)
706 { 776 {
777 v.background = r->PixColors[bg];
707 XChangeGC (DISPLAY, GC, GCForeground | GCBackground | GCFont, &v); 778 XChangeGC (d.display->display, TGC, GCForeground | GCBackground | GCFont, &v);
708 XDrawImageString (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 779 XDrawImageString (d.display->display, d, TGC, x, y + base, xc, len);
709 } 780 }
710 else 781 else
711 { 782 {
712 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 783 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
713 784
714 XChangeGC (DISPLAY, GC, GCForeground | GCFont, &v); 785 XChangeGC (d.display->display, TGC, GCForeground | GCFont, &v);
715 786
716 if (slow) 787 if (slow)
717 { 788 {
718 do 789 do
719 { 790 {
720 if (*xc) 791 if (*xc)
721 XDrawString (DISPLAY, DRAWABLE, GC, x, y + base, xc, 1); 792 XDrawString (d.display->display, d, TGC, x, y + base, xc, 1);
722 793
723 x += r->TermWin.fwidth; 794 x += r->TermWin.fwidth;
724 xc++; len--; 795 xc++; len--;
725 } 796 }
726 while (len); 797 while (len);
727 } 798 }
728 else 799 else
729 XDrawString (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 800 XDrawString (d.display->display, d, TGC, x, y + base, xc, len);
730 } 801 }
731 } 802 }
732} 803}
733 804
734///////////////////////////////////////////////////////////////////////////// 805/////////////////////////////////////////////////////////////////////////////
739//#define SWATHBITS (UNIBITS / 2 + 3) // minimum size for "full" tables 810//#define SWATHBITS (UNIBITS / 2 + 3) // minimum size for "full" tables
740#define SWATHBITS 8 811#define SWATHBITS 8
741#endif 812#endif
742 813
743struct rxvt_font_xft : rxvt_font { 814struct rxvt_font_xft : rxvt_font {
744 rxvt_font_xft () { f = 0; d = 0; } 815 rxvt_font_xft () { f = 0; }
745 816
746 void clear (); 817 void clear ();
747 818
748 rxvt_fontprop properties (); 819 rxvt_fontprop properties ();
749 820
750 bool load (const rxvt_fontprop &prop); 821 bool load (const rxvt_fontprop &prop);
751 822
752 void draw (int x, int y, 823 void draw (rxvt_drawable &d, int x, int y,
753 const text_t *text, int len, 824 const text_t *text, int len,
754 int fg, int bg); 825 int fg, int bg);
755 826
756 bool has_codepoint (uint32_t unicode); 827 bool has_codepoint (unicode_t unicode);
757 828
758protected: 829protected:
759 XftFont *f; 830 XftFont *f;
760 XftDraw *d;
761}; 831};
762 832
763void 833void
764rxvt_font_xft::clear () 834rxvt_font_xft::clear ()
765{ 835{
766 if (f) 836 if (f)
767 { 837 {
768 XftFontClose (DISPLAY, f); 838 XftFontClose (DISPLAY, f);
769 f = 0; 839 f = 0;
770 }
771
772 if (d)
773 {
774 XftDrawDestroy (d);
775 d = 0;
776 } 840 }
777} 841}
778 842
779rxvt_fontprop 843rxvt_fontprop
780rxvt_font_xft::properties () 844rxvt_font_xft::properties ()
881 945
882 return true; 946 return true;
883} 947}
884 948
885bool 949bool
886rxvt_font_xft::has_codepoint (uint32_t unicode) 950rxvt_font_xft::has_codepoint (unicode_t unicode)
887{ 951{
888 return XftCharExists (DISPLAY, f, unicode); 952 return XftCharExists (DISPLAY, f, unicode);
889} 953}
890 954
891void 955void
892rxvt_font_xft::draw (int x, int y, 956rxvt_font_xft::draw (rxvt_drawable &d, int x, int y,
893 const text_t *text, int len, 957 const text_t *text, int len,
894 int fg, int bg) 958 int fg, int bg)
895{ 959{
896 if (!d)
897 {
898 dR;
899 d = XftDrawCreate (DISPLAY, DRAWABLE, XVISUAL, XCMAP);
900 }
901
902 if (bg >= 0 && bg != Color_bg)
903 XftDrawRect (d, &r->PixColors[bg].c, x, y, r->TermWin.fwidth * len, r->TermWin.fheight);
904 else
905 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 960 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
906 961
907 if (!slow && width == r->TermWin.fwidth && 0) 962 if (!slow && width == r->TermWin.fwidth && 0)
908 { 963 {
909 if (sizeof (text_t) == sizeof (FcChar16)) 964 if (sizeof (text_t) == sizeof (FcChar16))
910 XftDrawString16 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar16 *)text, len); 965 XftDrawString16 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar16 *)text, len);
915 { 970 {
916 while (len) 971 while (len)
917 { 972 {
918 if (*text != NOCHAR && *text != ' ') 973 if (*text != NOCHAR && *text != ' ')
919 { 974 {
975 int fwidth = r->TermWin.fwidth;
976 if (len >= 2 && text[1] == NOCHAR)
977 fwidth *= 2;
978
920 XGlyphInfo extents; 979 XGlyphInfo extents;
921 if (sizeof (text_t) == sizeof (FcChar16)) 980 if (sizeof (text_t) == sizeof (FcChar16))
922 { 981 {
923 XftTextExtents16 (DISPLAY, f, (const FcChar16 *)text, 1, &extents); 982 XftTextExtents16 (d.display->display, f, (const FcChar16 *)text, 1, &extents);
924 XftDrawString16 (d, &r->PixColors[fg].c, f, x + extents.x + (r->TermWin.fwidth - extents.width) / 2, 983 XftDrawString16 (d, &r->PixColors[fg].c, f, x + extents.x + (fwidth - extents.width) / 2,
925 y + r->TermWin.fbase, (const FcChar16 *)text, 1); 984 y + r->TermWin.fbase, (const FcChar16 *)text, 1);
926 } 985 }
927 else 986 else
928 { 987 {
929 XGlyphInfo extents; 988 XGlyphInfo extents;
930 XftTextExtents32 (DISPLAY, f, (const FcChar32 *)text, 1, &extents); 989 XftTextExtents32 (d.display->display, f, (const FcChar32 *)text, 1, &extents);
931 XftDrawString32 (d, &r->PixColors[fg].c, f, x + extents.x + (r->TermWin.fwidth - extents.width) / 2, 990 XftDrawString32 (d, &r->PixColors[fg].c, f, x + extents.x + (fwidth - extents.width) / 2,
932 y + r->TermWin.fbase, (const FcChar32 *)text, 1); 991 y + r->TermWin.fbase, (const FcChar32 *)text, 1);
933 } 992 }
934 } 993 }
935 994
936 x += r->TermWin.fwidth; 995 x += r->TermWin.fwidth;
942#endif 1001#endif
943 1002
944///////////////////////////////////////////////////////////////////////////// 1003/////////////////////////////////////////////////////////////////////////////
945 1004
946rxvt_fontset::rxvt_fontset (rxvt_t r) 1005rxvt_fontset::rxvt_fontset (rxvt_t r)
947#ifdef EXPLICIT_CONTEXT 1006: r (r), fontdesc (0)
948: r(r)
949#endif
950{ 1007{
951 clear (); 1008 clear ();
952} 1009}
953 1010
954rxvt_fontset::~rxvt_fontset () 1011rxvt_fontset::~rxvt_fontset ()
957} 1014}
958 1015
959void 1016void
960rxvt_fontset::clear () 1017rxvt_fontset::clear ()
961{ 1018{
962 for (rxvt_font **i = fonts.begin (); i != fonts.end(); i++) 1019 for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++)
963 FONT_UNREF (*i); 1020 FONT_UNREF (*i);
1021
1022 free (fontdesc); fontdesc = 0;
964 1023
965 fonts.clear (); 1024 fonts.clear ();
966 base_id = 0; 1025 base_id = 0;
967 base_prop.height = 0x7fffffff; 1026 base_prop.height = 0x7fffffff;
968 base_prop.weight = rxvt_fontprop::medium; 1027 base_prop.weight = rxvt_fontprop::medium;
994 f = new rxvt_font_x11; 1053 f = new rxvt_font_x11;
995 } 1054 }
996 else 1055 else
997 f = new rxvt_font_x11; 1056 f = new rxvt_font_x11;
998 1057
1058 f->fs = this;
999 f->set_term (r); 1059 f->set_term (r);
1000 f->set_name (strdup (name)); 1060 f->set_name (strdup (name));
1001 1061
1002 f->cs = cs; 1062 f->cs = cs;
1003 f->loaded = false; 1063 f->loaded = false;
1021 1081
1022 if (*desc == '[') 1082 if (*desc == '[')
1023 { 1083 {
1024 fprintf (stderr, "extra font parameters not yet supported, skipping.\n"); 1084 fprintf (stderr, "extra font parameters not yet supported, skipping.\n");
1025 1085
1026 const char *extra = desc++; 1086 //const char *extra = desc++; // not yet used
1027 1087
1028 desc = strchr (desc, ']'); 1088 desc = strchr (desc, ']');
1029 1089
1030 if (!desc) 1090 if (!desc)
1031 { 1091 {
1070 } 1130 }
1071 1131
1072 return true; 1132 return true;
1073} 1133}
1074 1134
1075void 1135bool
1076rxvt_fontset::populate (const char *desc) 1136rxvt_fontset::populate (const char *desc)
1077{ 1137{
1078 clear (); 1138 clear ();
1139
1140 fontdesc = strdup (desc);
1079 1141
1080 fonts.push_back (new_font (0, CS_UNICODE)); 1142 fonts.push_back (new_font (0, CS_UNICODE));
1081 realize_font (0); 1143 realize_font (0);
1082 1144
1083 add_fonts (desc); 1145 add_fonts (desc);
1084 1146
1085 if (!base_id) 1147 if (!base_id)
1086 base_id = 1; 1148 base_id = 1;
1087 1149
1088 // we currently need a base-font, no matter what 1150 // we currently need a base-font, no matter what
1089 if (fonts.size () <= base_id || !realize_font (base_id)) 1151 if ((int)fonts.size () <= base_id || !realize_font (base_id))
1090 { 1152 {
1153 puts ("unable to load specified font (s), falling back to 'fixed'\n");
1091 add_fonts ("fixed"); 1154 add_fonts ("fixed");
1092 base_id = fonts.size () - 1; 1155 base_id = fonts.size () - 1;
1093 } 1156 }
1094 1157
1095 if (fonts.size () <= base_id || !realize_font (base_id)) 1158 if ((int)fonts.size () <= base_id || !realize_font (base_id))
1096 { 1159 return false;
1097 fprintf (stderr, "unable to load a base font, please provide one using -fn fontname\n");
1098 exit (1);
1099 }
1100 1160
1101 base_prop = fonts[base_id]->properties (); 1161 base_prop = fonts[base_id]->properties ();
1162
1163 return true;
1102} 1164}
1103 1165
1104int 1166int
1105rxvt_fontset::find_font (uint32_t unicode) 1167rxvt_fontset::find_font (unicode_t unicode, bool bold)
1106{ 1168{
1107 for (int i = 0; i < fonts.size (); i++) 1169 for (unsigned int i = !!(0x20 <= unicode && unicode <= 0x7f); // skip pseudo-font for ascii
1170 i < fonts.size ();
1171 i++)
1108 { 1172 {
1109 rxvt_font *f = fonts[i]; 1173 rxvt_font *f = fonts[i];
1110 1174
1111 if (!f->loaded) 1175 if (!f->loaded)
1112 { 1176 {
1115 1179
1116 if (!realize_font (i)) 1180 if (!realize_font (i))
1117 goto next_font; 1181 goto next_font;
1118 } 1182 }
1119 1183
1184 if (f->cs == CS_UNKNOWN)
1185 goto next_font;
1186
1187 if (bold && f->properties ().weight < rxvt_fontprop::bold)
1188 goto next_font;
1189
1120 if (f->cs != CS_UNKNOWN && f->has_codepoint (unicode)) 1190 if (f->has_codepoint (unicode))
1121 return i; 1191 return i;
1122 1192
1123 next_font: 1193 next_font:
1124 if (i == fonts.size () - 1 && fallback->name) 1194 if (i == fonts.size () - 1 && fallback->name)
1125 { 1195 {
1127 fallback++; 1197 fallback++;
1128 i = 0; 1198 i = 0;
1129 } 1199 }
1130 } 1200 }
1131 1201
1202 // if no bold font found, use a regular one
1203 if (bold)
1204 return find_font (unicode);
1205
1132 return 0; /* we must return SOME font */ 1206 return 0; /* we must return SOME font */
1133} 1207}
1134 1208
1135 1209
1136 1210

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines