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.19 by pcg, Fri Feb 13 13:28:17 2004 UTC vs.
Revision 1.36 by pcg, Fri Mar 5 04:43:41 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
24#include "defaultfont.h" 24#include "defaultfont.h"
25 25
26#include <cstdlib> 26#include <cstdlib>
27 27
28#define DISPLAY r->display->display 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_BIG5, "-*-*-*-*-*-*-*-*-*-*-c-*-big5-0" },
78 { CS_BIG5_PLUS, "-*-*-*-*-*-*-*-*-*-*-c-*-big5p-0" },
79 { CS_BIG5_EXT, "-*-*-*-*-*-*-*-*-*-*-c-*-big5.eten-0" },
78 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-gb2312*-0" }, 80 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-gb2312*-0" },
79 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-1" }, 81 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-1" },
80 { CS_CNS11643_1992_2, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-2" }, 82 { CS_CNS11643_1992_2, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-2" },
81 { CS_CNS11643_1992_3, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-3" }, 83 { CS_CNS11643_1992_3, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-3" },
82 { CS_CNS11643_1992_4, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-4" }, 84 { CS_CNS11643_1992_4, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-4" },
83 { CS_CNS11643_1992_5, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-5" }, 85 { CS_CNS11643_1992_5, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-5" },
84 { CS_CNS11643_1992_6, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-6" }, 86 { CS_CNS11643_1992_6, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-6" },
85 { CS_CNS11643_1992_7, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-7" }, 87 { CS_CNS11643_1992_7, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-7" },
86 { CS_CNS11643_1992_F, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-f" }, 88 { CS_CNS11643_1992_F, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-f" },
87#endif 89#endif
88 90
89#if XFT 91#if XFT
90 { CS_UNICODE, "xft:Andale Mono" }, 92 { CS_UNICODE, "xft:Andale Mono" },
91 { CS_UNICODE, "xft:Arial Unicode MS" }, 93 { CS_UNICODE, "xft:Arial Unicode MS" },
94 { CS_UNICODE, "xft:FreeMono" }, 96 { CS_UNICODE, "xft:FreeMono" },
95 { CS_UNICODE, "-*-unifont-*-*-*-*-*-*-*-*-c-*-iso10646-1" }, 97 { CS_UNICODE, "-*-unifont-*-*-*-*-*-*-*-*-c-*-iso10646-1" },
96 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-c-*-iso10646-1" }, 98 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-c-*-iso10646-1" },
97 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-m-*-iso10646-1" }, 99 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-m-*-iso10646-1" },
98 100
101#if UNICODE_3 && XFT
102 { CS_UNICODE, "xft:Code2001" }, // contains many plane-1 characters
103#endif
104
99 { CS_UNKNOWN, 0 } 105 { CS_UNKNOWN, 0 }
100}; 106};
107
108/////////////////////////////////////////////////////////////////////////////
109
110#if XFT
111rxvt_drawable::~rxvt_drawable ()
112{
113 if (xftdrawable)
114 XftDrawDestroy (xftdrawable);
115}
116
117rxvt_drawable::operator XftDraw *()
118{
119 if (!xftdrawable)
120 xftdrawable = XftDrawCreate (display->display, drawable, display->visual, display->cmap);
121
122 return xftdrawable;
123}
124#endif
101 125
102///////////////////////////////////////////////////////////////////////////// 126/////////////////////////////////////////////////////////////////////////////
103 127
104static void *enc_buf; 128static void *enc_buf;
105static uint32_t enc_len; 129static uint32_t enc_len;
161} 185}
162 186
163///////////////////////////////////////////////////////////////////////////// 187/////////////////////////////////////////////////////////////////////////////
164 188
165void 189void
166rxvt_font::clear_rect (int x, int y, int w, int h, int color) 190rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color)
167{ 191{
168 if (color == Color_bg) 192 if (color == Color_bg)
169 XClearArea (DISPLAY, DRAWABLE, x, y, w, h, FALSE); 193 XClearArea (d.display->display, d, x, y, w, h, FALSE);
170 else if (color >= 0) 194 else if (color >= 0)
171 { 195 {
196#if XFT
197 XftDrawRect (d, &r->PixColors[color].c, x, y, w, h);
198#else
172 XSetForeground (DISPLAY, GC, r->PixColors[color]); 199 XSetForeground (d.display->display, GC, r->PixColors[color]);
173 XFillRectangle (DISPLAY, DRAWABLE, GC, x, y, w, h); 200 XFillRectangle (d.display->display, d, GC, x, y, w, h);
201#endif
174 } 202 }
175} 203}
176 204
177static const char *linedraw_cmds[128] = { 205static const char *linedraw_cmds[128] = {
178 "1hH", "2hH", "1vV", "2vV", 206 "1hH", "2hH", "1vV", "2vV",
247 275
248 bool has_codepoint (uint32_t unicode) 276 bool has_codepoint (uint32_t unicode)
249 { 277 {
250 if (unicode <= 0x001f) 278 if (unicode <= 0x001f)
251 return true; 279 return true;
280
252 if (unicode >= 0x0080 && unicode <= 0x009f) 281 if (unicode >= 0x0080 && unicode <= 0x009f)
253 return true; 282 return true;
254 283
255 if (unicode >= 0x2500 && unicode <= 0x257f 284 if (unicode >= 0x2500 && unicode <= 0x257f
256 && linedraw_cmds[unicode - 0x2500]) 285 && linedraw_cmds[unicode - 0x2500])
286 return true;
287
288 if (IS_COMPOSE (unicode))
257 return true; 289 return true;
258 290
259 switch (unicode) 291 switch (unicode)
260 { 292 {
261 case ZERO_WIDTH_CHAR: 293 case ZERO_WIDTH_CHAR:
263 } 295 }
264 296
265 return false; 297 return false;
266 } 298 }
267 299
268 void draw (int x, int y, 300 void draw (rxvt_drawable &d, int x, int y,
269 const text_t *text, int len, 301 const text_t *text, int len,
270 int fg, int bg); 302 int fg, int bg);
271}; 303};
272 304
273void 305void
274rxvt_font_default::draw (int x, int y, 306rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
275 const text_t *text, int len, 307 const text_t *text, int len,
276 int fg, int bg) 308 int fg, int bg)
277{ 309{
278 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 310 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
279 311
280 XSetForeground (DISPLAY, GC, r->PixColors[fg]); 312 XSetForeground (d.display->display, GC, r->PixColors[fg]);
281 313
282 while (len--) 314 while (len--)
283 { 315 {
316 compose_char *cc;
284 text_t t = *text++; 317 text_t t = *text++;
285 318
319 // is it in our linedrawing table?
286 if (t >= 0x2500 & t <= 0x2580 && linedraw_cmds[t - 0x2500]) 320 if (t >= 0x2500 & t <= 0x2580 && linedraw_cmds[t - 0x2500])
287 { 321 {
288 const char *p = linedraw_cmds[t - 0x2500]; 322 const char *p = linedraw_cmds[t - 0x2500];
289 323
290 int x0 = x, x1 = x + r->TermWin.fwidth / 2, x2 = x + r->TermWin.fwidth ; 324 int x0 = x, x1 = x + (r->TermWin.fwidth - 1) / 2, x2 = x + r->TermWin.fwidth - 1;
291 int y0 = y, y1 = y + r->TermWin.fheight / 2, y2 = y + r->TermWin.fheight; 325 int y0 = y, y1 = y + (r->TermWin.fheight - 1) / 2, y2 = y + r->TermWin.fheight - 1;
292 326
293 XGCValues gcv; 327 XGCValues gcv;
294 328
295 while (*p) 329 while (*p)
296 { 330 {
297 switch (*p++) 331 switch (*p++)
298 { 332 {
299 case '1': 333 case '1':
300 gcv.line_width = 0; 334 gcv.line_width = 0;
301 XChangeGC (DISPLAY, GC, GCLineWidth, &gcv); 335 XChangeGC (d.display->display, GC, GCLineWidth, &gcv);
302 break; 336 break;
303 337
304 case '2': 338 case '2':
305 gcv.line_width = 2; 339 gcv.line_width = 2;
306 XChangeGC (DISPLAY, GC, GCLineWidth, &gcv); 340 XChangeGC (d.display->display, GC, GCLineWidth, &gcv);
307 break; 341 break;
308 342
309 case 'h': XDrawLine (DISPLAY, DRAWABLE, GC, x0, y1, x1, y1); break; 343 case 'h': XDrawLine (d.display->display, d, GC, x0, y1, x1, y1); break;
310 case 'H': XDrawLine (DISPLAY, DRAWABLE, GC, x1, y1, x2, y1); break; 344 case 'H': XDrawLine (d.display->display, d, GC, x1, y1, x2, y1); break;
311 case 'v': XDrawLine (DISPLAY, DRAWABLE, GC, x1, y0, x1, y1); break; 345 case 'v': XDrawLine (d.display->display, d, GC, x1, y0, x1, y1); break;
312 case 'V': XDrawLine (DISPLAY, DRAWABLE, GC, x1, y1, x1, y2); break; 346 case 'V': XDrawLine (d.display->display, d, GC, x1, y1, x1, y2); break;
313 case 'a': XDrawLine (DISPLAY, DRAWABLE, GC, x0, y2, x2, y0); break; 347 case 'a': XDrawLine (d.display->display, d, GC, x0, y2, x2, y0); break;
314 case 'b': XDrawLine (DISPLAY, DRAWABLE, GC, x0, y0, x2, y2); break; 348 case 'b': XDrawLine (d.display->display, d, GC, x0, y0, x2, y2); break;
315 } 349 }
316 } 350 }
317 351
318 gcv.line_width = 0; 352 gcv.line_width = 0;
319 XChangeGC (DISPLAY, GC, GCLineWidth, &gcv); 353 XChangeGC (d.display->display, GC, GCLineWidth, &gcv);
354 }
355 else if (IS_COMPOSE (t) && (cc = rxvt_composite[t]))
356 {
357 (*fs)[fs->find_font (cc->c1)]->draw (d, x, y, &(t = cc->c1), 1, fg, bg);
358 if (cc->c2 != NOCHAR)
359 (*fs)[fs->find_font (cc->c2)]->draw (d, x, y, &(t = cc->c2), 1, fg, -1);
320 } 360 }
321 else 361 else
322 switch (*text++) 362 switch (t)
323 { 363 {
324 case NOCHAR:
325 case ZERO_WIDTH_CHAR: 364 case ZERO_WIDTH_CHAR:
326 break; 365 break;
327 default: 366 default:
328 XDrawRectangle (DISPLAY, DRAWABLE, GC, x + 2, y + 2, r->TermWin.fwidth - 5, r->TermWin.fheight - 5); 367 int w = 0;
368 while (len > 0 && *text == NOCHAR)
369 {
370 ++text;
371 --len;
372 w += r->TermWin.fwidth;
373 }
374
375 XDrawRectangle (d.display->display, d, GC, x + 2, y + 2,
376 w + r->TermWin.fwidth - 5, r->TermWin.fheight - 5);
377 x += w;
329 } 378 }
330 379
331 x += r->TermWin.fwidth; 380 x += r->TermWin.fwidth;
332 } 381 }
333} 382}
343 392
344 bool load (const rxvt_fontprop &prop); 393 bool load (const rxvt_fontprop &prop);
345 394
346 bool has_codepoint (uint32_t unicode); 395 bool has_codepoint (uint32_t unicode);
347 396
348 void draw (int x, int y, 397 void draw (rxvt_drawable &d, int x, int y,
349 const text_t *text, int len, 398 const text_t *text, int len,
350 int fg, int bg); 399 int fg, int bg);
351 400
352 XFontStruct *f; 401 XFontStruct *f;
353 codeset cs; 402 codeset cs;
408 457
409bool 458bool
410rxvt_font_x11::set_properties (rxvt_fontprop &p, const char *name) 459rxvt_font_x11::set_properties (rxvt_fontprop &p, const char *name)
411{ 460{
412 int slashes = 0; 461 int slashes = 0;
413 const char *comp[12]; 462 const char *comp[13];
414 463
415 for (const char *c = name; *c; c++) 464 for (const char *c = name; *c; c++)
416 if (*c == '-') 465 if (*c == '-')
417 { 466 {
418 comp[slashes++] = c + 1; 467 comp[slashes++] = c + 1;
644 693
645 return true; 694 return true;
646} 695}
647 696
648void 697void
649rxvt_font_x11::draw (int x, int y, 698rxvt_font_x11::draw (rxvt_drawable &d, int x, int y,
650 const text_t *text, int len, 699 const text_t *text, int len,
651 int fg, int bg) 700 int fg, int bg)
652{ 701{
653 // this looks like a mess /. 702 // this looks like a mess /.
654 // and it is a mess /. 703 // and it is a mess /.
670 { 719 {
671 const XChar2b *xc = enc_xchar2b (text, len, cs, slow); 720 const XChar2b *xc = enc_xchar2b (text, len, cs, slow);
672 721
673 if (bg == Color_bg && !slow) 722 if (bg == Color_bg && !slow)
674 { 723 {
675 XChangeGC (DISPLAY, GC, GCForeground | GCBackground | GCFont, &v); 724 XChangeGC (d.display->display, GC, GCForeground | GCBackground | GCFont, &v);
676 XDrawImageString16 (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 725 XDrawImageString16 (d.display->display, d, GC, x, y + base, xc, len);
677 } 726 }
678 else 727 else
679 { 728 {
680 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 729 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
681 730
682 XChangeGC (DISPLAY, GC, GCForeground | GCFont, &v); 731 XChangeGC (d.display->display, GC, GCForeground | GCFont, &v);
683 732
684 if (slow) 733 if (slow)
685 { 734 {
686 do 735 do
687 { 736 {
688 if (xc->byte1 || xc->byte2) 737 if (xc->byte1 || xc->byte2)
689 XDrawString16 (DISPLAY, DRAWABLE, GC, x, y + base, xc, 1); 738 XDrawString16 (d.display->display, d, GC, x, y + base, xc, 1);
690 739
691 x += r->TermWin.fwidth; 740 x += r->TermWin.fwidth;
692 xc++; len--; 741 xc++; len--;
693 } 742 }
694 while (len); 743 while (len);
695 } 744 }
696 else 745 else
697 XDrawString16 (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 746 XDrawString16 (d.display->display, d, GC, x, y + base, xc, len);
698 } 747 }
699 } 748 }
700 else 749 else
701 { 750 {
702 const char *xc = enc_char (text, len, cs, slow); 751 const char *xc = enc_char (text, len, cs, slow);
703 752
704 if (bg == Color_bg && !slow) 753 if (bg == Color_bg && !slow)
705 { 754 {
706 XChangeGC (DISPLAY, GC, GCForeground | GCBackground | GCFont, &v); 755 XChangeGC (d.display->display, GC, GCForeground | GCBackground | GCFont, &v);
707 XDrawImageString (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 756 XDrawImageString (d.display->display, d, GC, x, y + base, xc, len);
708 } 757 }
709 else 758 else
710 { 759 {
711 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 760 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
712 761
713 XChangeGC (DISPLAY, GC, GCForeground | GCFont, &v); 762 XChangeGC (d.display->display, GC, GCForeground | GCFont, &v);
714 763
715 if (slow) 764 if (slow)
716 { 765 {
717 do 766 do
718 { 767 {
719 if (*xc) 768 if (*xc)
720 XDrawString (DISPLAY, DRAWABLE, GC, x, y + base, xc, 1); 769 XDrawString (d.display->display, d, GC, x, y + base, xc, 1);
721 770
722 x += r->TermWin.fwidth; 771 x += r->TermWin.fwidth;
723 xc++; len--; 772 xc++; len--;
724 } 773 }
725 while (len); 774 while (len);
726 } 775 }
727 else 776 else
728 XDrawString (DISPLAY, DRAWABLE, GC, x, y + base, xc, len); 777 XDrawString (d.display->display, d, GC, x, y + base, xc, len);
729 } 778 }
730 } 779 }
731} 780}
732 781
733///////////////////////////////////////////////////////////////////////////// 782/////////////////////////////////////////////////////////////////////////////
738//#define SWATHBITS (UNIBITS / 2 + 3) // minimum size for "full" tables 787//#define SWATHBITS (UNIBITS / 2 + 3) // minimum size for "full" tables
739#define SWATHBITS 8 788#define SWATHBITS 8
740#endif 789#endif
741 790
742struct rxvt_font_xft : rxvt_font { 791struct rxvt_font_xft : rxvt_font {
743 rxvt_font_xft () { f = 0; d = 0; } 792 rxvt_font_xft () { f = 0; }
744 793
745 void clear (); 794 void clear ();
746 795
747 rxvt_fontprop properties (); 796 rxvt_fontprop properties ();
748 797
749 bool load (const rxvt_fontprop &prop); 798 bool load (const rxvt_fontprop &prop);
750 799
751 void draw (int x, int y, 800 void draw (rxvt_drawable &d, int x, int y,
752 const text_t *text, int len, 801 const text_t *text, int len,
753 int fg, int bg); 802 int fg, int bg);
754 803
755 bool has_codepoint (uint32_t unicode); 804 bool has_codepoint (uint32_t unicode);
756 805
757protected: 806protected:
758 XftFont *f; 807 XftFont *f;
759 XftDraw *d;
760}; 808};
761 809
762void 810void
763rxvt_font_xft::clear () 811rxvt_font_xft::clear ()
764{ 812{
765 if (f) 813 if (f)
766 { 814 {
767 XftFontClose (DISPLAY, f); 815 XftFontClose (DISPLAY, f);
768 f = 0; 816 f = 0;
769 }
770
771 if (d)
772 {
773 XftDrawDestroy (d);
774 d = 0;
775 } 817 }
776} 818}
777 819
778rxvt_fontprop 820rxvt_fontprop
779rxvt_font_xft::properties () 821rxvt_font_xft::properties ()
886{ 928{
887 return XftCharExists (DISPLAY, f, unicode); 929 return XftCharExists (DISPLAY, f, unicode);
888} 930}
889 931
890void 932void
891rxvt_font_xft::draw (int x, int y, 933rxvt_font_xft::draw (rxvt_drawable &d, int x, int y,
892 const text_t *text, int len, 934 const text_t *text, int len,
893 int fg, int bg) 935 int fg, int bg)
894{ 936{
895 if (!d)
896 d = XftDrawCreate (DISPLAY, DRAWABLE, r->display->visual, r->display->cmap);
897
898 if (bg >= 0 && bg != Color_bg)
899 XftDrawRect (d, &r->PixColors[bg].c, x, y, r->TermWin.fwidth * len, r->TermWin.fheight);
900 else
901 clear_rect (x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 937 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
902 938
903 if (!slow && width == r->TermWin.fwidth && 0) 939 if (!slow && width == r->TermWin.fwidth && 0)
904 { 940 {
905 if (sizeof (text_t) == sizeof (FcChar16)) 941 if (sizeof (text_t) == sizeof (FcChar16))
906 XftDrawString16 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar16 *)text, len); 942 XftDrawString16 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar16 *)text, len);
918 fwidth *= 2; 954 fwidth *= 2;
919 955
920 XGlyphInfo extents; 956 XGlyphInfo extents;
921 if (sizeof (text_t) == sizeof (FcChar16)) 957 if (sizeof (text_t) == sizeof (FcChar16))
922 { 958 {
923 XftTextExtents16 (DISPLAY, f, (const FcChar16 *)text, 1, &extents); 959 XftTextExtents16 (d.display->display, f, (const FcChar16 *)text, 1, &extents);
924 XftDrawString16 (d, &r->PixColors[fg].c, f, x + extents.x + (fwidth - extents.width) / 2, 960 XftDrawString16 (d, &r->PixColors[fg].c, f, x + extents.x + (fwidth - extents.width) / 2,
925 y + r->TermWin.fbase, (const FcChar16 *)text, 1); 961 y + r->TermWin.fbase, (const FcChar16 *)text, 1);
926 } 962 }
927 else 963 else
928 { 964 {
929 XGlyphInfo extents; 965 XGlyphInfo extents;
930 XftTextExtents32 (DISPLAY, f, (const FcChar32 *)text, 1, &extents); 966 XftTextExtents32 (d.display->display, f, (const FcChar32 *)text, 1, &extents);
931 XftDrawString32 (d, &r->PixColors[fg].c, f, x + extents.x + (fwidth - extents.width) / 2, 967 XftDrawString32 (d, &r->PixColors[fg].c, f, x + extents.x + (fwidth - extents.width) / 2,
932 y + r->TermWin.fbase, (const FcChar32 *)text, 1); 968 y + r->TermWin.fbase, (const FcChar32 *)text, 1);
933 } 969 }
934 } 970 }
935 971
992 f = new rxvt_font_x11; 1028 f = new rxvt_font_x11;
993 } 1029 }
994 else 1030 else
995 f = new rxvt_font_x11; 1031 f = new rxvt_font_x11;
996 1032
1033 f->fs = this;
997 f->set_term (r); 1034 f->set_term (r);
998 f->set_name (strdup (name)); 1035 f->set_name (strdup (name));
999 1036
1000 f->cs = cs; 1037 f->cs = cs;
1001 f->loaded = false; 1038 f->loaded = false;
1068 } 1105 }
1069 1106
1070 return true; 1107 return true;
1071} 1108}
1072 1109
1073void 1110bool
1074rxvt_fontset::populate (const char *desc) 1111rxvt_fontset::populate (const char *desc)
1075{ 1112{
1076 clear (); 1113 clear ();
1077 1114
1078 fonts.push_back (new_font (0, CS_UNICODE)); 1115 fonts.push_back (new_font (0, CS_UNICODE));
1090 add_fonts ("fixed"); 1127 add_fonts ("fixed");
1091 base_id = fonts.size () - 1; 1128 base_id = fonts.size () - 1;
1092 } 1129 }
1093 1130
1094 if ((int)fonts.size () <= base_id || !realize_font (base_id)) 1131 if ((int)fonts.size () <= base_id || !realize_font (base_id))
1095 { 1132 return false;
1096 fprintf (stderr, "unable to load a base font, please provide one using -fn fontname\n");
1097 exit (1);
1098 }
1099 1133
1100 base_prop = fonts[base_id]->properties (); 1134 base_prop = fonts[base_id]->properties ();
1135
1136 return true;
1101} 1137}
1102 1138
1103int 1139int
1104rxvt_fontset::find_font (uint32_t unicode) 1140rxvt_fontset::find_font (uint32_t unicode)
1105{ 1141{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines