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.11 by pcg, Wed Dec 24 09:40:30 2003 UTC vs.
Revision 1.25 by pcg, Tue Feb 24 23:58: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 GC 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;
73 { CS_BIG5_EXT, "xft:AR PL Mingti2L Big5" }, 72 { CS_BIG5_EXT, "xft:AR PL Mingti2L Big5" },
74 { CS_BIG5_EXT, "xft:AR PL KaitiM Big5" }, 73 { CS_BIG5_EXT, "xft:AR PL KaitiM Big5" },
75 { CS_GB2312_1980_0, "xft:AR PL KaitiM GB" }, 74 { CS_GB2312_1980_0, "xft:AR PL KaitiM GB" },
76 { CS_GB2312_1980_0, "xft:AR PL SungtiL GB" }, 75 { CS_GB2312_1980_0, "xft:AR PL SungtiL GB" },
77# endif 76# endif
77 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-gb2312*-0" },
78 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-1" }, 78 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-1" },
79 { CS_CNS11643_1992_2, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-2" }, 79 { CS_CNS11643_1992_2, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-2" },
80 { CS_CNS11643_1992_3, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-3" }, 80 { CS_CNS11643_1992_3, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-3" },
81 { CS_CNS11643_1992_4, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-4" }, 81 { CS_CNS11643_1992_4, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-4" },
82 { CS_CNS11643_1992_5, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-5" }, 82 { CS_CNS11643_1992_5, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-5" },
83 { CS_CNS11643_1992_6, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-6" }, 83 { CS_CNS11643_1992_6, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-6" },
84 { CS_CNS11643_1992_7, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-7" }, 84 { CS_CNS11643_1992_7, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-7" },
85 { CS_CNS11643_1992_F, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643.1992-f" }, 85 { CS_CNS11643_1992_F, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-f" },
86#endif 86#endif
87 87
88#if XFT 88#if XFT
89 { CS_UNICODE, "xft:Andale Mono" }, 89 { CS_UNICODE, "xft:Andale Mono" },
90 { CS_UNICODE, "xft:Arial Unicode MS" }, 90 { CS_UNICODE, "xft:Arial Unicode MS" },
98 { CS_UNKNOWN, 0 } 98 { CS_UNKNOWN, 0 }
99}; 99};
100 100
101///////////////////////////////////////////////////////////////////////////// 101/////////////////////////////////////////////////////////////////////////////
102 102
103rxvt_drawable::~rxvt_drawable ()
104{
105 if (xftdrawable)
106 XftDrawDestroy (xftdrawable);
107}
108
109rxvt_drawable::operator XftDraw *()
110{
111 if (!xftdrawable)
112 xftdrawable = XftDrawCreate (display->display, drawable, display->visual, display->cmap);
113
114 return xftdrawable;
115}
116
117/////////////////////////////////////////////////////////////////////////////
118
103static void *enc_buf; 119static void *enc_buf;
104static uint32_t enc_len; 120static uint32_t enc_len;
105 121
106static inline void * 122static inline void *
107get_enc_buf (int len) 123get_enc_buf (uint32_t len)
108{ 124{
109 if (len > enc_len) 125 if (len > enc_len)
110 { 126 {
111 free (enc_buf); 127 free (enc_buf);
112 enc_buf = malloc (len); 128 enc_buf = malloc (len);
114 130
115 return enc_buf; 131 return enc_buf;
116} 132}
117 133
118static const char * 134static const char *
119enc_char (const text_t *text, int len, codeset cs, bool &zero) 135enc_char (const text_t *text, uint32_t len, codeset cs, bool &zero)
120{ 136{
121 uint8_t *buf = (uint8_t *)get_enc_buf (len); 137 uint8_t *buf = (uint8_t *)get_enc_buf (len);
122 138
123 while (len--) 139 while (len--)
124 { 140 {
135 151
136 return (const char *)enc_buf; 152 return (const char *)enc_buf;
137} 153}
138 154
139static const XChar2b * 155static const XChar2b *
140enc_xchar2b (const text_t *text, int len, codeset cs, bool &zero) 156enc_xchar2b (const text_t *text, uint32_t len, codeset cs, bool &zero)
141{ 157{
142 XChar2b *buf = (XChar2b *)get_enc_buf (len * sizeof (XChar2b)); 158 XChar2b *buf = (XChar2b *)get_enc_buf (len * sizeof (XChar2b));
143 159
144 while (len--) 160 while (len--)
145 { 161 {
160} 176}
161 177
162///////////////////////////////////////////////////////////////////////////// 178/////////////////////////////////////////////////////////////////////////////
163 179
164void 180void
165rxvt_font::clear_rect (int x, int y, int w, int h, int color) 181rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color)
166{ 182{
167 if (color == Color_bg) 183 if (color == Color_bg)
168 XClearArea (DISPLAY, DRAWABLE, x, y, w, h, FALSE); 184 XClearArea (d.display->display, d, x, y, w, h, FALSE);
169 else if (color >= 0) 185 else if (color >= 0)
170 { 186 {
187#if XFT
188 XftDrawRect (d, &r->PixColors[color].c, x, y, w, h);
189#else
171 XSetForeground (DISPLAY, GC, r->PixColors[color]); 190 XSetForeground (d.display->display, GC, r->PixColors[color]);
172 XFillRectangle (DISPLAY, DRAWABLE, GC, x, y, w, h); 191 XFillRectangle (d.display->display, d, GC, x, y, w, h);
192#endif
173 } 193 }
174} 194}
175 195
176static const char *linedraw_cmds[128] = { 196static const char *linedraw_cmds[128] = {
177 "1hH", "2hH", "1vV", "2vV", 197 "1hH", "2hH", "1vV", "2vV",
262 } 282 }
263 283
264 return false; 284 return false;
265 } 285 }
266 286
267 void draw (int x, int y, 287 void draw (rxvt_drawable &d, int x, int y,
268 const text_t *text, int len, 288 const text_t *text, int len,
269 int fg, int bg); 289 int fg, int bg);
270}; 290};
271 291
272void 292void
273rxvt_font_default::draw (int x, int y, 293rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
274 const text_t *text, int len, 294 const text_t *text, int len,
275 int fg, int bg) 295 int fg, int bg)
276{ 296{
277 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 297 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
278 298
279 XSetForeground (DISPLAY, GC, r->PixColors[fg]); 299 XSetForeground (d.display->display, GC, r->PixColors[fg]);
280 300
281 while (len--) 301 while (len--)
282 { 302 {
283 text_t t = *text++; 303 text_t t = *text++;
284 304
285 if (t >= 0x2500 & t <= 0x2580 && linedraw_cmds[t - 0x2500]) 305 if (t >= 0x2500 & t <= 0x2580 && linedraw_cmds[t - 0x2500])
286 { 306 {
287 const char *p = linedraw_cmds[t - 0x2500]; 307 const char *p = linedraw_cmds[t - 0x2500];
288 308
289 int x0 = x, x1 = x + r->TermWin.fwidth / 2, x2 = x + r->TermWin.fwidth ; 309 int x0 = x, x1 = x + r->TermWin.fwidth / 2, x2 = x + r->TermWin.fwidth - 1;
290 int y0 = y, y1 = y + r->TermWin.fheight / 2, y2 = y + r->TermWin.fheight; 310 int y0 = y, y1 = y + r->TermWin.fheight / 2, y2 = y + r->TermWin.fheight - 1;
291 311
292 XGCValues gcv; 312 XGCValues gcv;
293 313
294 while (*p) 314 while (*p)
295 { 315 {
296 switch (*p++) 316 switch (*p++)
297 { 317 {
298 case '1': 318 case '1':
299 gcv.line_width = 0; 319 gcv.line_width = 0;
300 XChangeGC (DISPLAY, GC, GCLineWidth, &gcv); 320 XChangeGC (d.display->display, GC, GCLineWidth, &gcv);
301 break; 321 break;
302 322
303 case '2': 323 case '2':
304 gcv.line_width = 2; 324 gcv.line_width = 2;
305 XChangeGC (DISPLAY, GC, GCLineWidth, &gcv); 325 XChangeGC (d.display->display, GC, GCLineWidth, &gcv);
306 break; 326 break;
307 327
308 case 'h': XDrawLine (DISPLAY, DRAWABLE, GC, x0, y1, x1, y1); break; 328 case 'h': XDrawLine (d.display->display, d, GC, x0, y1, x1, y1); break;
309 case 'H': XDrawLine (DISPLAY, DRAWABLE, GC, x1, y1, x2, y1); break; 329 case 'H': XDrawLine (d.display->display, d, GC, x1, y1, x2, y1); break;
310 case 'v': XDrawLine (DISPLAY, DRAWABLE, GC, x1, y0, x1, y1); break; 330 case 'v': XDrawLine (d.display->display, d, GC, x1, y0, x1, y1); break;
311 case 'V': XDrawLine (DISPLAY, DRAWABLE, GC, x1, y1, x1, y2); break; 331 case 'V': XDrawLine (d.display->display, d, GC, x1, y1, x1, y2); break;
312 case 'a': XDrawLine (DISPLAY, DRAWABLE, GC, x0, y2, x2, y0); break; 332 case 'a': XDrawLine (d.display->display, d, GC, x0, y2, x2, y0); break;
313 case 'b': XDrawLine (DISPLAY, DRAWABLE, GC, x0, y0, x2, y2); break; 333 case 'b': XDrawLine (d.display->display, d, GC, x0, y0, x2, y2); break;
314 } 334 }
315 } 335 }
316 336
317 gcv.line_width = 0; 337 gcv.line_width = 0;
318 XChangeGC (DISPLAY, GC, GCLineWidth, &gcv); 338 XChangeGC (d.display->display, GC, GCLineWidth, &gcv);
319 } 339 }
320 else 340 else
321 switch (*text++) 341 switch (*text++)
322 { 342 {
323 case NOCHAR: 343 case NOCHAR:
324 case ZERO_WIDTH_CHAR: 344 case ZERO_WIDTH_CHAR:
325 break; 345 break;
326 default: 346 default:
327 XDrawRectangle (DISPLAY, DRAWABLE, GC, x + 2, y + 2, r->TermWin.fwidth - 5, r->TermWin.fheight - 5); 347 XDrawRectangle (d.display->display, d, GC, x + 2, y + 2, r->TermWin.fwidth - 5, r->TermWin.fheight - 5);
328 } 348 }
329 349
330 x += r->TermWin.fwidth; 350 x += r->TermWin.fwidth;
331 } 351 }
332} 352}
337 rxvt_font_x11 () { f = 0; } 357 rxvt_font_x11 () { f = 0; }
338 358
339 void clear (); 359 void clear ();
340 360
341 rxvt_fontprop properties (); 361 rxvt_fontprop properties ();
342 rxvt_fontprop properties (XFontStruct *f);
343 362
344 bool load (const rxvt_fontprop &prop); 363 bool load (const rxvt_fontprop &prop);
345 364
346 bool has_codepoint (uint32_t unicode); 365 bool has_codepoint (uint32_t unicode);
347 366
348 void draw (int x, int y, 367 void draw (rxvt_drawable &d, int x, int y,
349 const text_t *text, int len, 368 const text_t *text, int len,
350 int fg, int bg); 369 int fg, int bg);
351 370
352 XFontStruct *f; 371 XFontStruct *f;
353 codeset cs; 372 codeset cs;
354 bool enc2b, encm; 373 bool enc2b, encm;
355 374
356 const char *get_property (XFontStruct *f, const char *property, const char *repl) const; 375 const char *get_property (XFontStruct *f, const char *property, const char *repl) const;
376 bool set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth);
377 bool set_properties (rxvt_fontprop &p, XFontStruct *f);
378 bool set_properties (rxvt_fontprop &p, const char *name);
357}; 379};
358 380
359const char * 381const char *
360rxvt_font_x11::get_property (XFontStruct *f, const char *property, const char *repl) const 382rxvt_font_x11::get_property (XFontStruct *f, const char *property, const char *repl) const
361{ 383{
368} 390}
369 391
370rxvt_fontprop 392rxvt_fontprop
371rxvt_font_x11::properties () 393rxvt_font_x11::properties ()
372{ 394{
373 return properties (f);
374}
375
376rxvt_fontprop
377rxvt_font_x11::properties (XFontStruct *f)
378{
379 rxvt_fontprop p; 395 rxvt_fontprop p;
396 set_properties (p, f);
397 return p;
398}
380 399
400bool
401rxvt_font_x11::set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth)
402{
403 p.width = avgwidth ? (avgwidth + 1) / 10 : (height + 1) / 2;
404 p.height = height;
405 p.weight = *weight == 'B' || *weight == 'b' ? rxvt_fontprop::bold : rxvt_fontprop::medium;
406 p.slant = *slant == 'r' || *slant == 'R' ? rxvt_fontprop::roman : rxvt_fontprop::italic;
407
408 return true;
409}
410
411bool
412rxvt_font_x11::set_properties (rxvt_fontprop &p, XFontStruct *f)
413{
381 const char *weight = get_property (f, "WEIGHT_NAME", "medium"); 414 const char *weight = get_property (f, "WEIGHT_NAME", "medium");
382 const char *slant = get_property (f, "SLANT", "r"); 415 const char *slant = get_property (f, "SLANT", "r");
383 416
417 unsigned long height;
418 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "PIXEL_SIZE", 0), &height))
419 return false;
420
384 unsigned long avgwidth; 421 unsigned long avgwidth;
385 p.width = XGetFontProperty (f, XInternAtom (DISPLAY, "AVERAGE_WIDTH", 0), &avgwidth) 422 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "AVERAGE_WIDTH", 0), &avgwidth))
386 ? avgwidth / 10 423 avgwidth = 0;
387 : (height + 1) / 2;
388 p.height = height;
389 p.weight = *weight == 'B' || *weight == 'b' ? rxvt_fontprop::bold : rxvt_fontprop::medium;
390 p.slant = *slant == 'r' || *slant == 'R' ? rxvt_fontprop::roman : rxvt_fontprop::italic;
391 424
392 return p; 425 return set_properties (p, height, weight, slant, avgwidth);
426}
427
428bool
429rxvt_font_x11::set_properties (rxvt_fontprop &p, const char *name)
430{
431 int slashes = 0;
432 const char *comp[12];
433
434 for (const char *c = name; *c; c++)
435 if (*c == '-')
436 {
437 comp[slashes++] = c + 1;
438 if (slashes >= 13)
439 break;
440 }
441
442 /* can we short-circuit the costly XLoadQueryFont? */
443 if (slashes >= 13
444 && (*comp[ 6] >= '1' && *comp[ 6] <= '9')
445 && (*comp[11] >= '0' && *comp[11] <= '9'))
446 return set_properties (p, atoi (comp[6]), comp[2], comp[3], atoi (comp[11]));
447
448 XFontStruct *f = XLoadQueryFont (DISPLAY, name);
449
450 if (f)
451 {
452 // the font should really exist now. if not, we have a problem
453 // (e.g. if the user did xset fp rehash just when we were searching fonts).
454 // in that case, just return garbage.
455 bool ret = set_properties (p, f);
456 XFreeFont (DISPLAY, f);
457 return ret;
458 }
459 else
460 return false;
461}
462
463// fix the size of scalable fonts
464static void
465fix_scalable (char *buf, const char *name, const rxvt_fontprop &prop)
466{
467 int slashes = 0;
468 const char *size;
469
470 for (const char *c = name; *c; c++)
471 if (*c == '-')
472 {
473 if (slashes == 6)
474 size = c + 1;
475
476 if (++slashes >= 13)
477 break;
478 }
479
480 if (slashes >= 13 && size[0] == '0')
481 {
482 strncpy (buf, name, size - name);
483 buf += size - name;
484 buf += sprintf (buf, "%d", prop.height);
485 strcpy (buf, size + 1);
486 }
487 else
488 strcpy (buf, name);
393} 489}
394 490
395bool 491bool
396rxvt_font_x11::load (const rxvt_fontprop &prop) 492rxvt_font_x11::load (const rxvt_fontprop &prop)
397{ 493{
398 clear (); 494 clear ();
399 495
400 char **list; 496 char **list;
401 int count; 497 int count;
402 XFontStruct *info;
403 list = XListFontsWithInfo (DISPLAY, name, 128, &count, &info); 498 list = XListFonts (DISPLAY, name, 512, &count);
499 set_name (0);
404 500
405 if (!list) 501 if (!list)
406 return false; 502 return false;
407 503
408 int bestdiff = 0x7fffffff; 504 int bestdiff = 0x7fffffff;
409 XFontStruct *best = 0;
410 for (int i = 0; i < count; i++) 505 for (int i = 0; i < count; i++)
411 { 506 {
412 XFontStruct *f = info + i; 507 rxvt_fontprop p;
508 char fname[1024];
509 fix_scalable (fname, list[i], prop);
413 510
511 if (!set_properties (p, fname))
512 continue;
513
414 if (f->ascent + f->descent <= prop.height) // weed out too large fonts 514 if (p.height > prop.height) // weed out too large fonts
415 { 515 continue;
416 rxvt_fontprop p = properties (f); 516
417 int diff = (prop.height - f->ascent + f->descent) * 32 517 int diff = (prop.height - p.height) * 32
418 + abs (prop.weight - p.weight) 518 + abs (prop.weight - p.weight)
419 + abs (prop.slant - p.slant ); 519 + abs (prop.slant - p.slant );
420 520
421 if (!best // compare against best found so far 521 if (!name // compare against best found so far
422 || diff < bestdiff) 522 || diff < bestdiff)
423 { 523 {
424 best = f; 524 set_name (strdup (fname));
425 bestdiff = diff; 525 bestdiff = diff;
426 } 526 }
427 }
428 } 527 }
429 528
529 XFreeFontNames (list);
530
430 if (!best) 531 if (!name)
431 return false; 532 return false;
432
433 set_name (strdup (list[best - info]));
434
435 XFreeFontInfo (list, info, count);
436 533
437 f = XLoadQueryFont (DISPLAY, name); 534 f = XLoadQueryFont (DISPLAY, name);
438 535
439 if (!f) 536 if (!f)
440 return false; 537 return false;
441
442 unsigned long value;
443 538
444 const char *registry = get_property (f, "CHARSET_REGISTRY", 0); 539 const char *registry = get_property (f, "CHARSET_REGISTRY", 0);
445 const char *encoding = get_property (f, "CHARSET_ENCODING", 0); 540 const char *encoding = get_property (f, "CHARSET_ENCODING", 0);
446 541
447 if (registry && encoding) 542 if (registry && encoding)
534 /* check wether the character exists in _this_ font. horrible. */ 629 /* check wether the character exists in _this_ font. horrible. */
535 XCharStruct *xcs; 630 XCharStruct *xcs;
536 631
537 if (encm) 632 if (encm)
538 { 633 {
539 int byte1 = ch >> 8; 634 unsigned char byte1 = ch >> 8;
540 int byte2 = ch & 255; 635 unsigned char byte2 = ch & 255;
541 636
542 if (byte1 < f->min_byte1 || byte1 > f->max_byte1 637 if (byte1 < f->min_byte1 || byte1 > f->max_byte1
543 || byte2 < f->min_char_or_byte2 || byte2 > f->max_char_or_byte2) 638 || byte2 < f->min_char_or_byte2 || byte2 > f->max_char_or_byte2)
544 return false; 639 return false;
545 640
568 663
569 return true; 664 return true;
570} 665}
571 666
572void 667void
573rxvt_font_x11::draw (int x, int y, 668rxvt_font_x11::draw (rxvt_drawable &d, int x, int y,
574 const text_t *text, int len, 669 const text_t *text, int len,
575 int fg, int bg) 670 int fg, int bg)
576{ 671{
577 // this looks like a mess /. 672 // this looks like a mess /.
578 // and it is a mess /. 673 // and it is a mess /.
594 { 689 {
595 const XChar2b *xc = enc_xchar2b (text, len, cs, slow); 690 const XChar2b *xc = enc_xchar2b (text, len, cs, slow);
596 691
597 if (bg == Color_bg && !slow) 692 if (bg == Color_bg && !slow)
598 { 693 {
599 XChangeGC (DISPLAY, GC, GCForeground | GCBackground | GCFont, &v); 694 XChangeGC (d.display->display, GC, GCForeground | GCBackground | GCFont, &v);
600 XDrawImageString16 (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 695 XDrawImageString16 (d.display->display, d, GC, x, y + base, xc, len);
601 } 696 }
602 else 697 else
603 { 698 {
604 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 699 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
605 700
606 XChangeGC (DISPLAY, GC, GCForeground | GCFont, &v); 701 XChangeGC (d.display->display, GC, GCForeground | GCFont, &v);
607 702
608 if (slow) 703 if (slow)
609 { 704 {
610 do 705 do
611 { 706 {
612 if (xc->byte1 || xc->byte2) 707 if (xc->byte1 || xc->byte2)
613 XDrawString16 (DISPLAY, DRAWABLE, GC, x, y + base, xc, 1); 708 XDrawString16 (d.display->display, d, GC, x, y + base, xc, 1);
614 709
615 x += r->TermWin.fwidth; 710 x += r->TermWin.fwidth;
616 xc++; len--; 711 xc++; len--;
617 } 712 }
618 while (len); 713 while (len);
619 } 714 }
620 else 715 else
621 XDrawString16 (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 716 XDrawString16 (d.display->display, d, GC, x, y + base, xc, len);
622 } 717 }
623 } 718 }
624 else 719 else
625 { 720 {
626 const char *xc = enc_char (text, len, cs, slow); 721 const char *xc = enc_char (text, len, cs, slow);
627 722
628 if (bg == Color_bg && !slow) 723 if (bg == Color_bg && !slow)
629 { 724 {
630 XChangeGC (DISPLAY, GC, GCForeground | GCBackground | GCFont, &v); 725 XChangeGC (d.display->display, GC, GCForeground | GCBackground | GCFont, &v);
631 XDrawImageString (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 726 XDrawImageString (d.display->display, d, GC, x, y + base, xc, len);
632 } 727 }
633 else 728 else
634 { 729 {
635 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 730 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
636 731
637 XChangeGC (DISPLAY, GC, GCForeground | GCFont, &v); 732 XChangeGC (d.display->display, GC, GCForeground | GCFont, &v);
638 733
639 if (slow) 734 if (slow)
640 { 735 {
641 do 736 do
642 { 737 {
643 if (*xc) 738 if (*xc)
644 XDrawString (DISPLAY, DRAWABLE, GC, x, y + base, xc, 1); 739 XDrawString (d.display->display, d, GC, x, y + base, xc, 1);
645 740
646 x += r->TermWin.fwidth; 741 x += r->TermWin.fwidth;
647 xc++; len--; 742 xc++; len--;
648 } 743 }
649 while (len); 744 while (len);
650 } 745 }
651 else 746 else
652 XDrawString (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 747 XDrawString (d.display->display, d, GC, x, y + base, xc, len);
653 } 748 }
654 } 749 }
655} 750}
656 751
657///////////////////////////////////////////////////////////////////////////// 752/////////////////////////////////////////////////////////////////////////////
662//#define SWATHBITS (UNIBITS / 2 + 3) // minimum size for "full" tables 757//#define SWATHBITS (UNIBITS / 2 + 3) // minimum size for "full" tables
663#define SWATHBITS 8 758#define SWATHBITS 8
664#endif 759#endif
665 760
666struct rxvt_font_xft : rxvt_font { 761struct rxvt_font_xft : rxvt_font {
667 rxvt_font_xft () { f = 0; d = 0; } 762 rxvt_font_xft () { f = 0; }
668 763
669 void clear (); 764 void clear ();
670 765
671 rxvt_fontprop properties (); 766 rxvt_fontprop properties ();
672 767
673 bool load (const rxvt_fontprop &prop); 768 bool load (const rxvt_fontprop &prop);
674 769
675 void draw (int x, int y, 770 void draw (rxvt_drawable &d, int x, int y,
676 const text_t *text, int len, 771 const text_t *text, int len,
677 int fg, int bg); 772 int fg, int bg);
678 773
679 bool has_codepoint (uint32_t unicode); 774 bool has_codepoint (uint32_t unicode);
680 775
681protected: 776protected:
682 XftFont *f; 777 XftFont *f;
683 XftDraw *d;
684}; 778};
685 779
686void 780void
687rxvt_font_xft::clear () 781rxvt_font_xft::clear ()
688{ 782{
689 if (f) 783 if (f)
690 { 784 {
691 XftFontClose (DISPLAY, f); 785 XftFontClose (DISPLAY, f);
692 f = 0; 786 f = 0;
693 }
694
695 if (d)
696 {
697 XftDrawDestroy (d);
698 d = 0;
699 } 787 }
700} 788}
701 789
702rxvt_fontprop 790rxvt_fontprop
703rxvt_font_xft::properties () 791rxvt_font_xft::properties ()
810{ 898{
811 return XftCharExists (DISPLAY, f, unicode); 899 return XftCharExists (DISPLAY, f, unicode);
812} 900}
813 901
814void 902void
815rxvt_font_xft::draw (int x, int y, 903rxvt_font_xft::draw (rxvt_drawable &d, int x, int y,
816 const text_t *text, int len, 904 const text_t *text, int len,
817 int fg, int bg) 905 int fg, int bg)
818{ 906{
819 if (!d)
820 {
821 dR;
822 d = XftDrawCreate (DISPLAY, DRAWABLE, XVISUAL, XCMAP);
823 }
824
825 if (bg >= 0 && bg != Color_bg)
826 XftDrawRect (d, &r->PixColors[bg].c, x, y, r->TermWin.fwidth * len, r->TermWin.fheight);
827 else
828 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 907 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
829 908
830 if (!slow && width == r->TermWin.fwidth) 909 if (!slow && width == r->TermWin.fwidth && 0)
831 { 910 {
832 if (sizeof (text_t) == sizeof (FcChar16)) 911 if (sizeof (text_t) == sizeof (FcChar16))
833 XftDrawString16 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar16 *)text, len); 912 XftDrawString16 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar16 *)text, len);
834 else 913 else
835 XftDrawString32 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar32 *)text, len); 914 XftDrawString32 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar32 *)text, len);
838 { 917 {
839 while (len) 918 while (len)
840 { 919 {
841 if (*text != NOCHAR && *text != ' ') 920 if (*text != NOCHAR && *text != ' ')
842 { 921 {
922 int fwidth = r->TermWin.fwidth;
923 if (len >= 2 && text[1] == NOCHAR)
924 fwidth *= 2;
925
926 XGlyphInfo extents;
843 if (sizeof (text_t) == sizeof (FcChar16)) 927 if (sizeof (text_t) == sizeof (FcChar16))
844 XftDrawString16 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar16 *)text, 1); 928 {
929 XftTextExtents16 (d.display->display, f, (const FcChar16 *)text, 1, &extents);
930 XftDrawString16 (d, &r->PixColors[fg].c, f, x + extents.x + (fwidth - extents.width) / 2,
931 y + r->TermWin.fbase, (const FcChar16 *)text, 1);
932 }
845 else 933 else
846 XftDrawString32 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar32 *)text, 1); 934 {
935 XGlyphInfo extents;
936 XftTextExtents32 (d.display->display, f, (const FcChar32 *)text, 1, &extents);
937 XftDrawString32 (d, &r->PixColors[fg].c, f, x + extents.x + (fwidth - extents.width) / 2,
938 y + r->TermWin.fbase, (const FcChar32 *)text, 1);
939 }
847 } 940 }
848 941
849 x += r->TermWin.fwidth; 942 x += r->TermWin.fwidth;
850 text++; 943 text++;
851 len--; 944 len--;
855#endif 948#endif
856 949
857///////////////////////////////////////////////////////////////////////////// 950/////////////////////////////////////////////////////////////////////////////
858 951
859rxvt_fontset::rxvt_fontset (rxvt_t r) 952rxvt_fontset::rxvt_fontset (rxvt_t r)
860#ifdef EXPLICIT_CONTEXT
861: r(r) 953: r (r)
862#endif
863{ 954{
864 clear (); 955 clear ();
865} 956}
866 957
867rxvt_fontset::~rxvt_fontset () 958rxvt_fontset::~rxvt_fontset ()
870} 961}
871 962
872void 963void
873rxvt_fontset::clear () 964rxvt_fontset::clear ()
874{ 965{
875 for (rxvt_font **i = fonts.begin (); i != fonts.end(); i++) 966 for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++)
876 FONT_UNREF (*i); 967 FONT_UNREF (*i);
877 968
878 fonts.clear (); 969 fonts.clear ();
879 base_id = 0; 970 base_id = 0;
880 base_prop.height = 0x7fffffff; 971 base_prop.height = 0x7fffffff;
934 1025
935 if (*desc == '[') 1026 if (*desc == '[')
936 { 1027 {
937 fprintf (stderr, "extra font parameters not yet supported, skipping.\n"); 1028 fprintf (stderr, "extra font parameters not yet supported, skipping.\n");
938 1029
939 const char *extra = desc++; 1030 //const char *extra = desc++; // not yet used
940 1031
941 desc = strchr (desc, ']'); 1032 desc = strchr (desc, ']');
942 1033
943 if (!desc) 1034 if (!desc)
944 { 1035 {
983 } 1074 }
984 1075
985 return true; 1076 return true;
986} 1077}
987 1078
988void 1079bool
989rxvt_fontset::populate (const char *desc) 1080rxvt_fontset::populate (const char *desc)
990{ 1081{
991 clear (); 1082 clear ();
992 1083
993 fonts.push_back (new_font (0, CS_UNICODE)); 1084 fonts.push_back (new_font (0, CS_UNICODE));
997 1088
998 if (!base_id) 1089 if (!base_id)
999 base_id = 1; 1090 base_id = 1;
1000 1091
1001 // we currently need a base-font, no matter what 1092 // we currently need a base-font, no matter what
1002 if (fonts.size () <= base_id || !realize_font (base_id)) 1093 if ((int)fonts.size () <= base_id || !realize_font (base_id))
1003 { 1094 {
1095 puts ("unable to load specified font (s), falling back to 'fixed'\n");
1004 add_fonts ("fixed"); 1096 add_fonts ("fixed");
1005 base_id = fonts.size () - 1; 1097 base_id = fonts.size () - 1;
1006 } 1098 }
1007 1099
1008 if (fonts.size () <= base_id || !realize_font (base_id)) 1100 if ((int)fonts.size () <= base_id || !realize_font (base_id))
1009 { 1101 return false;
1010 fprintf (stderr, "unable to load a base font, please provide one using -fn fontname\n");
1011 exit (1);
1012 }
1013 1102
1014 base_prop = fonts[base_id]->properties (); 1103 base_prop = fonts[base_id]->properties ();
1104
1105 return true;
1015} 1106}
1016 1107
1017int 1108int
1018rxvt_fontset::find_font (uint32_t unicode) 1109rxvt_fontset::find_font (uint32_t unicode)
1019{ 1110{
1020 for (int i = 0; i < fonts.size (); i++) 1111 for (unsigned int i = 0; i < fonts.size (); i++)
1021 { 1112 {
1022 rxvt_font *f = fonts[i]; 1113 rxvt_font *f = fonts[i];
1023 1114
1024 if (!f->loaded) 1115 if (!f->loaded)
1025 { 1116 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines