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

Comparing rxvt-unicode/src/rxvtfont.C (file contents):
Revision 1.52 by root, Sat Dec 4 02:56:06 2004 UTC vs.
Revision 1.67 by root, Sat Feb 12 18:55:04 2005 UTC

1/*--------------------------------*-C-*---------------------------------* 1/*--------------------------------*-C-*---------------------------------*
2 * File: defaultfont.C 2 * File: rxvtfont.C
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com> 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
90 { CS_JIS0212_1990_0, "-*-*-*-r-*--*-*-*-*-c-*-jisx0212*-0" }, 90 { CS_JIS0212_1990_0, "-*-*-*-r-*--*-*-*-*-c-*-jisx0212*-0" },
91#endif 91#endif
92 92
93#if ENCODING_ZH || ENCODING_ZH_EXT 93#if ENCODING_ZH || ENCODING_ZH_EXT
94# if XFT 94# if XFT
95 { CS_GBK_0, "xft:AR PL KaitiM GB" },
96 { CS_GBK_0, "xft:AR PL SungtiL GB" },
97 { CS_GBK_0, "xft::spacing=100:lang=zh" },
95 { CS_BIG5_EXT, "xft:AR PL Mingti2L Big5" }, 98 { CS_BIG5_EXT, "xft:AR PL Mingti2L Big5" },
96 { CS_BIG5_EXT, "xft:AR PL KaitiM Big5" }, 99 { CS_BIG5_EXT, "xft:AR PL KaitiM Big5" },
97 { CS_GB2312_1980_0, "xft:AR PL KaitiM GB" }, 100 { CS_GB2312_1980_0, "xft:AR PL KaitiM GB" },
98 { CS_GB2312_1980_0, "xft:AR PL SungtiL GB" }, 101 { CS_GB2312_1980_0, "xft:AR PL SungtiL GB" },
99 { CS_GB2312_1980_0, "xft::spacing=100:lang=zh" }, 102 { CS_GB2312_1980_0, "xft::spacing=100:lang=zh" },
100# endif 103# endif
104 { CS_GBK_0, "-*-*-*-*-*-*-*-*-*-*-c-*-gbk*-0" },
101 { CS_BIG5, "-*-*-*-*-*-*-*-*-*-*-c-*-big5-0" }, 105 { CS_BIG5, "-*-*-*-*-*-*-*-*-*-*-c-*-big5-0" },
102 { CS_BIG5_PLUS, "-*-*-*-*-*-*-*-*-*-*-c-*-big5p-0" }, 106 { CS_BIG5_PLUS, "-*-*-*-*-*-*-*-*-*-*-c-*-big5p-0" },
103 { CS_BIG5_EXT, "-*-*-*-*-*-*-*-*-*-*-c-*-big5.eten-0" }, 107 { CS_BIG5_EXT, "-*-*-*-*-*-*-*-*-*-*-c-*-big5.eten-0" },
108 { CS_GB2312_1980_0, "-*-*-*-*-*-*-*-*-*-*-c-*-gb2312*-0" },
104 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-gb2312*-0" }, 109 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-gb2312*-0" },
105 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-1" }, 110 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-1" },
106 { CS_CNS11643_1992_2, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-2" }, 111 { CS_CNS11643_1992_2, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-2" },
107 { CS_CNS11643_1992_3, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-3" }, 112 { CS_CNS11643_1992_3, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-3" },
108 { CS_CNS11643_1992_4, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-4" }, 113 { CS_CNS11643_1992_4, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-4" },
138 143
139 { CS_UNKNOWN, 0 } 144 { CS_UNKNOWN, 0 }
140}; 145};
141 146
142// these characters are used to guess the font height and width 147// these characters are used to guess the font height and width
143// pango uses a similar algorithm and eosn't trust the font either. 148// pango uses a similar algorithm and doesn't trust the font either.
144static uint16_t extent_test_chars[] = { 149static uint16_t extent_test_chars[] = {
145 '0', '1', '8', 'a', 'd', 'x', 'm', 'y', 'g', 'W', 'X', '\'', '_', 150 '0', '1', '8', 'a', 'd', 'x', 'm', 'y', 'g', 'W', 'X', '\'', '_',
146 0x00cd, 0x00d5, 0x0114, 0x0177, 0x0643, // ÍÕĔŷﻙ 151 0x00cd, 0x00d5, 0x0114, 0x0177, 0x0643, // ÍÕĔŷﻙ
147 0x304c, 0x672c, // が本 152 0x304c, 0x672c, // が本
148}; 153};
326void 331void
327rxvt_font_default::draw (rxvt_drawable &d, int x, int y, 332rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
328 const text_t *text, int len, 333 const text_t *text, int len,
329 int fg, int bg) 334 int fg, int bg)
330{ 335{
336 Display *disp = d.display->display;
337
331 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 338 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
332 339
333 XSetForeground (d.display->display, TGC, r->pix_colors[fg]); 340 XSetForeground (disp, TGC, r->pix_colors[fg]);
334 341
335 while (len--) 342 while (len)
336 { 343 {
337#if ENABLE_COMBINING 344#if ENABLE_COMBINING
338 compose_char *cc; 345 compose_char *cc;
339#endif 346#endif
347 const text_t *tp = text;
340 text_t t = *text++; 348 text_t t = *tp;
349
350 while (++text, --len && *text == NOCHAR)
351 ;
352
353 int width = text - tp;
354 int fwidth = r->TermWin.fwidth * width;
341 355
342 if (0x2500 <= t && t <= 0x259f) 356 if (0x2500 <= t && t <= 0x259f)
343 { 357 {
344 uint16_t offs = linedraw_offs[t - 0x2500]; 358 uint16_t offs = linedraw_offs[t - 0x2500];
345 uint32_t *a = linedraw_command + (offs >> 4); 359 uint32_t *a = linedraw_command + (offs >> 4);
346 uint32_t *b = a + (offs & 15); 360 uint32_t *b = a + (offs & 15);
347 361
348 int W = r->TermWin.fwidth; 362 int W = fwidth;
349 int H = r->TermWin.fheight; 363 int H = r->TermWin.fheight;
350
351 // support double-width (but not more) graphics chars
352 // TODO: do this outside the if/elsif.. statement for all cases
353 if (len && *text == NOCHAR)
354 W += r->TermWin.fwidth;
355 364
356 int x_[16]; 365 int x_[16];
357 int y_[16]; 366 int y_[16];
358 367
359 for (int i = 0; i <= 8; i++) 368 for (int i = 0; i <= 8; i++)
367 376
368 XGCValues gcv; 377 XGCValues gcv;
369 378
370 gcv.cap_style = CapButt; 379 gcv.cap_style = CapButt;
371 gcv.line_width = 0; 380 gcv.line_width = 0;
372 XChangeGC (d.display->display, TGC, GCLineWidth | GCCapStyle, &gcv); 381 XChangeGC (disp, TGC, GCLineWidth | GCCapStyle, &gcv);
373 382
374 while (a < b) 383 while (a < b)
375 { 384 {
376 uint32_t command = *a++; 385 uint32_t command = *a++;
377 386
384 int y2 = y_[(command >> 0) & 15]; 393 int y2 = y_[(command >> 0) & 15];
385 394
386 switch (op) 395 switch (op)
387 { 396 {
388 case 0: // line 397 case 0: // line
389 XDrawLine (d.display->display, d, TGC, x1, y1, x2, y2); 398 XDrawLine (disp, d, TGC, x1, y1, x2, y2);
390 break; 399 break;
391 400
392 case 1: // rectangle, possibly stippled 401 case 1: // rectangle, possibly stippled
393 if (a) 402 if (a)
394 { 403 {
395 static char bm[] = { 0,0 , 3,1 , 1,2 , 1,0 }; 404 static char bm[] = { 0,0 , 3,1 , 1,2 , 1,0 };
396 405
397 gcv.fill_style = FillStippled; 406 gcv.fill_style = FillStippled;
398 gcv.stipple = XCreateBitmapFromData (d.display->display, d, bm + a * 2, 2, 2); 407 gcv.stipple = XCreateBitmapFromData (disp, d, bm + a * 2, 2, 2);
399 gcv.ts_x_origin = x; 408 gcv.ts_x_origin = x;
400 gcv.ts_y_origin = y; 409 gcv.ts_y_origin = y;
401 410
402 XChangeGC (d.display->display, TGC, 411 XChangeGC (disp, TGC,
403 GCFillStyle | GCStipple | GCTileStipXOrigin | GCTileStipYOrigin, 412 GCFillStyle | GCStipple | GCTileStipXOrigin | GCTileStipYOrigin,
404 &gcv); 413 &gcv);
405 } 414 }
406 415
407 XFillRectangle (d.display->display, d, TGC, x1, y1, x2 - x1 + 1, y2 - y1 + 1); 416 XFillRectangle (disp, d, TGC, x1, y1, x2 - x1 + 1, y2 - y1 + 1);
408 417
409 if (a) 418 if (a)
410 { 419 {
411 XFreePixmap (d.display->display, gcv.stipple); 420 XFreePixmap (disp, gcv.stipple);
412 gcv.stipple = 0; 421 gcv.stipple = 0;
413 gcv.fill_style = FillSolid; 422 gcv.fill_style = FillSolid;
414 XChangeGC (d.display->display, TGC, GCFillStyle, &gcv); 423 XChangeGC (disp, TGC, GCFillStyle, &gcv);
415 } 424 }
416 break; 425 break;
417 case 2: // arc 426 case 2: // arc
418 XDrawArc (d.display->display, d, TGC, 427 XDrawArc (disp, d, TGC,
419 x1 - W/2, y1 - H/2, W-1, H-1, 428 x1 - W/2, y1 - H/2, W-1, H-1,
420 (a - 1) * 90*64, (b - 1) * 90*64); 429 (a - 1) * 90*64, (b - 1) * 90*64);
421 break; 430 break;
422 } 431 }
423 } 432 }
424 } 433 }
425#if ENABLE_COMBINING 434#if ENABLE_COMBINING
426 else if (IS_COMPOSE (t) && (cc = rxvt_composite[t])) 435 else if (IS_COMPOSE (t) && (cc = rxvt_composite[t]))
427 { 436 {
428 text_t c2[2]; 437 text_t chrs[2];
429 int len2 = 1; 438 width = min (2, width);
430 439 chrs [1] = NOCHAR;
431 // support double-width (but not more) combining characters
432 if (len && *text == NOCHAR)
433 {
434 c2[1] = *text; // not text++ to get correct x-width
435 len2++;
436 }
437 440
438 c2[0] = cc->c1; 441 *chrs = cc->c1;
439 rxvt_font *f1 = (*fs)[fs->find_font (c2[0])]; 442 rxvt_font *f1 = (*fs)[fs->find_font (cc->c1)];
440 f1->draw (d, x, y, c2, len2, fg, bg); 443 f1->draw (d, x, y, chrs, width, fg, bg);
441 444
442 if (cc->c2 != NOCHAR) 445 if (cc->c2 != NOCHAR)
443 { 446 {
444 bool careful; 447 bool careful;
445 448
446 // prefer font of first character, for no good reasons 449 // prefer font of first character, for no good reasons
447 c2[0] = cc->c2; 450 *chrs = cc->c2;
448 rxvt_font *f2 = (f1->has_char (c2[0], 0, careful) && !careful) 451 rxvt_font *f2 = (f1->has_char (cc->c2, 0, careful) && !careful)
449 ? f1 452 ? f1
450 : (*fs)[fs->find_font (c2[0])]; 453 : (*fs)[fs->find_font (cc->c2)];
451 454
452 f2->draw (d, x, y, c2, len2, fg, -1); 455 f2->draw (d, x, y, chrs, width, fg, -1);
453 } 456 }
454 } 457 }
455#endif 458#endif
456 else 459 else
457 switch (t) 460 switch (t)
460 case ZERO_WIDTH_CHAR: 463 case ZERO_WIDTH_CHAR:
461 case NOCHAR: 464 case NOCHAR:
462 break; 465 break;
463 466
464 default: 467 default:
465 int w = 0;
466 while (len > 0 && *text == NOCHAR)
467 {
468 ++text;
469 --len;
470 w += r->TermWin.fwidth;
471 }
472
473 XDrawRectangle (d.display->display, d, TGC, x + 2, y + 2, 468 XDrawRectangle (disp, d, TGC, x + 2, y + 2,
474 w + r->TermWin.fwidth - 4, r->TermWin.fheight - 4); 469 fwidth - 4, r->TermWin.fheight - 4);
475 x += w;
476 } 470 }
477 471
478 x += r->TermWin.fwidth; 472 x += fwidth;
479 } 473 }
480} 474}
481 475
482///////////////////////////////////////////////////////////////////////////// 476/////////////////////////////////////////////////////////////////////////////
483 477
539 533
540bool 534bool
541rxvt_font_x11::set_properties (rxvt_fontprop &p, XFontStruct *f) 535rxvt_font_x11::set_properties (rxvt_fontprop &p, XFontStruct *f)
542{ 536{
543 unsigned long height; 537 unsigned long height;
538
539#if 0
544 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "PIXEL_SIZE", 0), &height)) 540 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "PIXEL_SIZE", 0), &height))
545 return false; 541 return false;
542#else
543 height = f->ascent + f->descent;
544#endif
546 545
547 unsigned long avgwidth; 546 unsigned long avgwidth;
548 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "AVERAGE_WIDTH", 0), &avgwidth)) 547 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "AVERAGE_WIDTH", 0), &avgwidth))
549 avgwidth = 0; 548 avgwidth = 0;
550 549
633} 632}
634 633
635bool 634bool
636rxvt_font_x11::load (const rxvt_fontprop &prop) 635rxvt_font_x11::load (const rxvt_fontprop &prop)
637{ 636{
637 Display *disp = DISPLAY;
638
638 clear (); 639 clear ();
639 640
640 char field_str[64]; // enough for 128 bits 641 char field_str[64]; // enough for 128 bits
641 642
642 // first morph the font if required 643 // first morph the font if required
645 { 646 {
646 char fname[1024]; 647 char fname[1024];
647 648
648 if (name[0] != '-') 649 if (name[0] != '-')
649 { 650 {
650 f = XLoadQueryFont (DISPLAY, name); 651 f = XLoadQueryFont (disp, name);
651 652
652 if (!f) 653 if (!f)
653 return false; 654 return false;
654 655
655 char *new_name = get_property (f, "FONT", name); 656 char *new_name = get_property (f, "FONT", name);
657 if (new_name) 658 if (new_name)
658 set_name (new_name); 659 set_name (new_name);
659 else 660 else
660 rxvt_warn ("font '%s' has no FONT property, continuing without.", name); 661 rxvt_warn ("font '%s' has no FONT property, continuing without.", name);
661 662
662 XFreeFont (DISPLAY, f); 663 XFreeFont (disp, f);
663 f = 0; 664 f = 0;
664 } 665 }
665 666
666 if (prop.weight != rxvt_fontprop::unset) 667 if (prop.weight != rxvt_fontprop::unset)
667 { 668 {
678 ? "r" : "i"); // TODO: handle "o"blique, too 679 ? "r" : "i"); // TODO: handle "o"blique, too
679 set_name (strdup (fname)); 680 set_name (strdup (fname));
680 } 681 }
681 } 682 }
682 683
684 sprintf (field_str, "%d", prop.height == rxvt_fontprop::unset
685 ? 0 : prop.height);
686
687 struct font_weight {
688 char *name;
689 int diff;
690
691 void clear ()
692 {
693 name = 0;
694 diff = 0x7fffffff;
695 }
696
697 font_weight () { clear (); }
698 ~font_weight () { free (name); }
699 };
700
683 char **list; 701 char **list;
684 int count; 702 int count;
685 list = XListFonts (DISPLAY, name, 1024, &count); 703 list = XListFonts (disp, name, 4000, &count);
686 704
687 set_name (0); 705 set_name (0);
688 706
689 if (!list) 707 if (!list)
690 return false; 708 return false;
691 709
692 sprintf (field_str, "%d", prop.height == rxvt_fontprop::unset 710 font_weight *fonts = new font_weight[count];
693 ? 0 : prop.height);
694 711
695 int bestdiff = 0x7fffffff;
696 for (int i = 0; i < count; i++) 712 for (int i = 0; i < count; i++)
697 { 713 {
698 rxvt_fontprop p; 714 rxvt_fontprop p;
699 char fname[1024]; 715 char fname[1024];
700 716
713 if (prop.height != rxvt_fontprop::unset) diff += (prop.height - p.height) * 128; 729 if (prop.height != rxvt_fontprop::unset) diff += (prop.height - p.height) * 128;
714 if (prop.weight != rxvt_fontprop::unset) diff += abs (prop.weight - p.weight); 730 if (prop.weight != rxvt_fontprop::unset) diff += abs (prop.weight - p.weight);
715 if (prop.slant != rxvt_fontprop::unset) diff += abs (prop.slant - p.slant); 731 if (prop.slant != rxvt_fontprop::unset) diff += abs (prop.slant - p.slant);
716 //if (prop.width != rxvt_fontprop::unset) diff += abs (prop.width - p.width); 732 //if (prop.width != rxvt_fontprop::unset) diff += abs (prop.width - p.width);
717 733
718 if (!name // compare against best found so far 734 fonts[i].name = strdup (fname);
719 || diff < bestdiff) 735 fonts[i].diff = diff;
720 {
721 set_name (strdup (fname));
722 bestdiff = diff;
723 }
724 } 736 }
725 737
726 XFreeFontNames (list); 738 XFreeFontNames (list);
727 739
728 if (!name) 740 // this loop only iterates when the guessed font-size is too small
729 return false; 741 for (;;)
742 {
743 font_weight *best = fonts + count - 1;
730 744
731 f = XLoadQueryFont (DISPLAY, name); 745 for (font_weight *w = best; w-- > fonts; )
746 if (w->diff < best->diff)
747 best = w;
748
749 if (!best->name
750 || !(f = XLoadQueryFont (disp, best->name)))
751 break;
752
753 set_name (best->name);
754 best->clear ();
755
756 ascent = f->ascent;
757 descent = f->descent;
758 height = ascent + descent;
759
760 if (prop.height == rxvt_fontprop::unset
761 || height <= prop.height)
762 break; // font is ready for use
763
764 // PIXEL_SIZE small enough, but real height too large
765 clear ();
766 }
767
768 delete [] fonts;
732 769
733 if (!f) 770 if (!f)
734 return false; 771 return false;
735 772
736 char *registry = get_property (f, "CHARSET_REGISTRY", 0); 773 char *registry = get_property (f, "CHARSET_REGISTRY", 0);
764 if (cs == CS_UNICODE) 801 if (cs == CS_UNICODE)
765 cs = CS_UNICODE_16; // X11 can have a max. of 65536 chars per font 802 cs = CS_UNICODE_16; // X11 can have a max. of 65536 chars per font
766 803
767 encm = f->min_byte1 != 0 || f->max_byte1 != 0; 804 encm = f->min_byte1 != 0 || f->max_byte1 != 0;
768 enc2b = encm || f->max_char_or_byte2 > 255; 805 enc2b = encm || f->max_char_or_byte2 > 255;
769
770 ascent = f->ascent;
771 descent = f->descent;
772 height = ascent + descent;
773 806
774 slow = false; 807 slow = false;
775 808
776#if 1 // only used for slow detection, TODO optimize 809#if 1 // only used for slow detection, TODO optimize
777 if (f->min_bounds.width == f->max_bounds.width) 810 if (f->min_bounds.width == f->max_bounds.width)
1051} 1084}
1052 1085
1053bool 1086bool
1054rxvt_font_xft::load (const rxvt_fontprop &prop) 1087rxvt_font_xft::load (const rxvt_fontprop &prop)
1055{ 1088{
1089 Display *disp = DISPLAY;
1090
1056 clear (); 1091 clear ();
1057 1092
1058 FcPattern *p = FcNameParse ((FcChar8 *) name); 1093 FcPattern *p = FcNameParse ((FcChar8 *) name);
1059 1094
1060 if (!p) 1095 if (!p)
1086 1121
1087 // store generated name so iso14755 view gives better results 1122 // store generated name so iso14755 view gives better results
1088 set_name ((char *)FcNameUnparse (p)); 1123 set_name ((char *)FcNameUnparse (p));
1089 1124
1090 XftResult result; 1125 XftResult result;
1091 FcPattern *match = XftFontMatch (DISPLAY, DefaultScreen (DISPLAY), p, &result); 1126 FcPattern *match = XftFontMatch (disp, r->display->screen, p, &result);
1092 1127
1093 FcPatternDestroy (p); 1128 FcPatternDestroy (p);
1094 1129
1095 if (!match) 1130 if (!match)
1096 return false; 1131 return false;
1098 int ftheight = 0; 1133 int ftheight = 0;
1099 bool success = true; 1134 bool success = true;
1100 1135
1101 for (;;) 1136 for (;;)
1102 { 1137 {
1103 f = XftFontOpenPattern (DISPLAY, FcPatternDuplicate (match)); 1138 f = XftFontOpenPattern (disp, FcPatternDuplicate (match));
1104 1139
1105 if (!f) 1140 if (!f)
1106 { 1141 {
1107 success = false; 1142 success = false;
1108 break; 1143 break;
1132 bool careful; 1167 bool careful;
1133 if (!has_char (*t, &prop, careful)) 1168 if (!has_char (*t, &prop, careful))
1134 continue; 1169 continue;
1135 1170
1136 XGlyphInfo g; 1171 XGlyphInfo g;
1137 XftTextExtents16 (DISPLAY, f, &ch, 1, &g); 1172 XftTextExtents16 (disp, f, &ch, 1, &g);
1138 1173
1139 int wcw = wcwidth (ch); 1174 int wcw = wcwidth (ch);
1140 if (wcw > 0) g.width = g.width / wcw; 1175 if (wcw > 0) g.width = g.width / wcw;
1141 1176
1142 if (width < g.width) width = g.width; 1177 if (width < g.width) width = g.width;
1159 ftheight -= height - prop.height; 1194 ftheight -= height - prop.height;
1160 } 1195 }
1161 else 1196 else
1162 ftheight = prop.height - 1; 1197 ftheight = prop.height - 1;
1163 1198
1164 XftFontClose (DISPLAY, f); 1199 XftFontClose (disp, f);
1165 FcPatternDel (match, FC_PIXEL_SIZE); 1200 FcPatternDel (match, FC_PIXEL_SIZE);
1166 FcPatternAddInteger (match, FC_PIXEL_SIZE, ftheight); 1201 FcPatternAddInteger (match, FC_PIXEL_SIZE, ftheight);
1167 } 1202 }
1168 1203
1169 FcPatternDestroy (match); 1204 FcPatternDestroy (match);
1346 char buf[512]; 1381 char buf[512];
1347 const char *end; 1382 const char *end;
1348 1383
1349 do 1384 do
1350 { 1385 {
1351 while (*desc <= ' ') desc++; 1386 while (*desc && *desc <= ' ')
1387 desc++;
1352 1388
1353 codeset cs = CS_UNICODE; 1389 codeset cs = CS_UNICODE;
1354 1390
1355 if (*desc == '[') 1391 if (*desc == '[')
1356 { 1392 {
1514 FcPatternAddInteger (p, FC_SLANT, prop.slant); 1550 FcPatternAddInteger (p, FC_SLANT, prop.slant);
1515 FcPatternAddBool (p, FC_MINSPACE, 1); 1551 FcPatternAddBool (p, FC_MINSPACE, 1);
1516 //FcPatternAddBool (p, FC_ANTIALIAS, 1); 1552 //FcPatternAddBool (p, FC_ANTIALIAS, 1);
1517 1553
1518 XftResult result; 1554 XftResult result;
1519 FcPattern *match = XftFontMatch (DISPLAY, DefaultScreen (DISPLAY), p, &result); 1555 FcPattern *match = XftFontMatch (DISPLAY, r->display->screen, p, &result);
1520 1556
1521 FcPatternDestroy (p); 1557 FcPatternDestroy (p);
1522 1558
1523 if (match) 1559 if (match)
1524 { 1560 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines