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.66 by root, Fri Feb 11 05:51:14 2005 UTC vs.
Revision 1.85 by root, Wed Jan 25 00:42:21 2006 UTC

1/*--------------------------------*-C-*---------------------------------* 1/*--------------------------------*-C-*---------------------------------*
2 * File: rxvtfont.C 2 * File: rxvtfont.C
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com> 4 * Copyright (c) 2003-2006 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
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details. 15 * GNU General Public License for more details.
16 * 16 *
17 * You should have received a copy of the GNU General Public License 17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software 18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 *---------------------------------------------------------------------*/ 20 *---------------------------------------------------------------------*/
21 21
22#include "../config.h" 22#include "../config.h"
23#include "rxvt.h" 23#include "rxvt.h"
24#include "rxvtlib.h"
24#include "rxvtutil.h" 25#include "rxvtutil.h"
25#include "rxvtfont.h" 26#include "rxvtfont.h"
26 27
27#include <cstdlib> 28#include <cstdlib>
28#include <wchar.h> 29#include <wchar.h>
29#include <inttypes.h> 30#include <inttypes.h>
30
31#define DISPLAY r->display->display
32#define TGC r->TermWin.gc
33 31
34#define MAX_OVERLAP (4 + 1) // max. character width in 4ths of the base width 32#define MAX_OVERLAP (4 + 1) // max. character width in 4ths of the base width
35 33
36const struct rxvt_fallback_font { 34const struct rxvt_fallback_font {
37 codeset cs; 35 codeset cs;
130 { CS_UNICODE, "-*-lucidatypewriter-*-*-*-*-*-*-*-*-m-*-iso10646-1" }, 128 { CS_UNICODE, "-*-lucidatypewriter-*-*-*-*-*-*-*-*-m-*-iso10646-1" },
131 { CS_UNICODE, "-*-unifont-*-*-*-*-*-*-*-*-c-*-iso10646-1" }, 129 { CS_UNICODE, "-*-unifont-*-*-*-*-*-*-*-*-c-*-iso10646-1" },
132 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-c-*-iso10646-1" }, 130 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-c-*-iso10646-1" },
133 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-m-*-iso10646-1" }, 131 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-m-*-iso10646-1" },
134#if XFT 132#if XFT
135 { CS_UNICODE, "xft:Bitstream Vera Sans Mono:antialias=false:autohint=true"}, 133 { CS_UNICODE, "xft:Bitstream Vera Sans Mono:antialias=false:autohint=true" },
136 { CS_UNICODE, "xft:Courier New:antialias=false:autohint=true" }, 134 { CS_UNICODE, "xft:Courier New:antialias=false:autohint=true" },
137 { CS_UNICODE, "xft:Andale Mono:antialias=false" }, 135 { CS_UNICODE, "xft:Andale Mono:antialias=false:autohint=false" },
138 { CS_UNICODE, "xft:Arial Unicode MS:antialias=false" }, 136 { CS_UNICODE, "xft:Arial Unicode MS:antialias=false:autohint=false" },
139 137
140 // FreeMono is usually uglier than x fonts, so try last only. 138 // FreeMono is usually uglier than x fonts, so try last only.
141 { CS_UNICODE, "xft:FreeMono:autohint=true" }, 139 { CS_UNICODE, "xft:FreeMono:autohint=true" },
142#endif 140#endif
143 141
152 0x304c, 0x672c, // が本 150 0x304c, 0x672c, // が本
153}; 151};
154 152
155#define NUM_EXTENT_TEST_CHARS (sizeof (extent_test_chars) / sizeof (extent_test_chars[0])) 153#define NUM_EXTENT_TEST_CHARS (sizeof (extent_test_chars) / sizeof (extent_test_chars[0]))
156 154
155#define dTermDisplay Display *disp = term->display->display
156#define dTermGC GC gc = term->gc
157
157///////////////////////////////////////////////////////////////////////////// 158/////////////////////////////////////////////////////////////////////////////
158 159
159#if XFT 160#if XFT
160rxvt_drawable::~rxvt_drawable () 161rxvt_drawable::~rxvt_drawable ()
161{ 162{
172} 173}
173#endif 174#endif
174 175
175///////////////////////////////////////////////////////////////////////////// 176/////////////////////////////////////////////////////////////////////////////
176 177
177static void *enc_buf;
178static uint32_t enc_len;
179
180static inline void *
181get_enc_buf (uint32_t len)
182{
183 if (len > enc_len)
184 {
185 free (enc_buf);
186 enc_buf = malloc (len);
187 enc_len = len;
188 }
189
190 return enc_buf;
191}
192
193static const char * 178static const char *
194enc_char (const text_t *text, uint32_t len, codeset cs, bool &zero) 179enc_char (const text_t *text, uint32_t len, codeset cs, bool &zero)
195{ 180{
196 uint8_t *buf = (uint8_t *)get_enc_buf (len); 181 uint8_t *buf = rxvt_temp_buf<uint8_t> (len);
182 uint8_t *res = buf;
197 183
198 while (len--) 184 while (len--)
199 { 185 {
200 uint32_t c = FROM_UNICODE (cs, *text++); 186 uint32_t c = FROM_UNICODE (cs, *text++);
201 187
206 } 192 }
207 193
208 *buf++ = c; 194 *buf++ = c;
209 } 195 }
210 196
211 return (const char *)enc_buf; 197 return (const char *)res;
212} 198}
213 199
214static const XChar2b * 200static const XChar2b *
215enc_xchar2b (const text_t *text, uint32_t len, codeset cs, bool &zero) 201enc_xchar2b (const text_t *text, uint32_t len, codeset cs, bool &zero)
216{ 202{
217 XChar2b *buf = (XChar2b *)get_enc_buf (len * sizeof (XChar2b)); 203 XChar2b *buf = rxvt_temp_buf<XChar2b> (len);
204 XChar2b *res = buf;
218 205
219 while (len--) 206 while (len--)
220 { 207 {
221 uint32_t c = FROM_UNICODE (cs, *text++); 208 uint32_t c = FROM_UNICODE (cs, *text++);
222 209
229 buf->byte1 = c >> 8; 216 buf->byte1 = c >> 8;
230 buf->byte2 = c; 217 buf->byte2 = c;
231 buf++; 218 buf++;
232 } 219 }
233 220
234 return (XChar2b *)enc_buf; 221 return res;
235} 222}
236 223
237///////////////////////////////////////////////////////////////////////////// 224/////////////////////////////////////////////////////////////////////////////
238 225
239void 226void
245 if (this->name) free (this->name); // let the compiler optimize 232 if (this->name) free (this->name); // let the compiler optimize
246 this->name = name; 233 this->name = name;
247} 234}
248 235
249void 236void
250rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color) 237rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color) const
251{ 238{
239 dTermDisplay;
240 dTermGC;
241
252 if (color == Color_bg) 242 if (color == Color_bg)
253 XClearArea (d.display->display, d, x, y, w, h, FALSE); 243 XClearArea (disp, d, x, y, w, h, FALSE);
254 else if (color >= 0) 244 else if (color >= 0)
255 { 245 {
256#if XFT 246#if XFT
257 XftDrawRect (d, &r->pix_colors[color].c, x, y, w, h); 247 XftDrawRect (d, &term->pix_colors[color].c, x, y, w, h);
258#else 248#else
259 XSetForeground (d.display->display, TGC, r->pix_colors[color]); 249 XSetForeground (disp, gc, term->pix_colors[color]);
260 XFillRectangle (d.display->display, d, TGC, x, y, w, h); 250 XFillRectangle (disp, d, gc, x, y, w, h);
261#endif 251#endif
262 } 252 }
263} 253}
264 254
265#include "table/linedraw.h" 255#include "table/linedraw.h"
276 rxvt_fontprop properties () 266 rxvt_fontprop properties ()
277 { 267 {
278 rxvt_fontprop p; 268 rxvt_fontprop p;
279 269
280 p.width = p.height = 1; 270 p.width = p.height = 1;
271 p.ascent = rxvt_fontprop::unset;
281 p.weight = rxvt_fontprop::medium; 272 p.weight = rxvt_fontprop::medium;
282 p.slant = rxvt_fontprop::roman; 273 p.slant = rxvt_fontprop::roman;
283 274
284 return p; 275 return p;
285 } 276 }
292 set_name (strdup ("built-in support font")); 283 set_name (strdup ("built-in support font"));
293 284
294 return true; 285 return true;
295 } 286 }
296 287
297 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) 288 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const
298 { 289 {
299 careful = false; 290 careful = false;
300 291
301 if (unicode <= 0x001f) 292 if (unicode <= 0x001f)
302 return true; 293 return true;
305 return false; 296 return false;
306 297
307 if (unicode <= 0x009f) 298 if (unicode <= 0x009f)
308 return true; 299 return true;
309 300
310 if (unicode >= 0x2500 && unicode <= 0x259f) 301 if (unicode >= 0x2500 && unicode <= 0x259f &&
302 !term->option (Opt_skipBuiltinGlyphs))
311 return true; 303 return true;
312 304
313 if (IS_COMPOSE (unicode)) 305 if (IS_COMPOSE (unicode))
314 return true; 306 return true;
315 307
331void 323void
332rxvt_font_default::draw (rxvt_drawable &d, int x, int y, 324rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
333 const text_t *text, int len, 325 const text_t *text, int len,
334 int fg, int bg) 326 int fg, int bg)
335{ 327{
336 Display *disp = d.display->display; 328 dTermDisplay;
329 dTermGC;
337 330
338 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 331 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg);
339 332
340 XSetForeground (disp, TGC, r->pix_colors[fg]); 333 XSetForeground (disp, gc, term->pix_colors[fg]);
341 334
342 while (len) 335 while (len)
343 { 336 {
344#if ENABLE_COMBINING 337#if ENABLE_COMBINING
345 compose_char *cc; 338 compose_char *cc;
349 342
350 while (++text, --len && *text == NOCHAR) 343 while (++text, --len && *text == NOCHAR)
351 ; 344 ;
352 345
353 int width = text - tp; 346 int width = text - tp;
354 int fwidth = r->TermWin.fwidth * width; 347 int fwidth = term->fwidth * width;
355 348
356 if (0x2500 <= t && t <= 0x259f) 349 if (0x2500 <= t && t <= 0x259f)
357 { 350 {
358 uint16_t offs = linedraw_offs[t - 0x2500]; 351 uint16_t offs = linedraw_offs[t - 0x2500];
359 uint32_t *a = linedraw_command + (offs >> 4); 352 uint32_t *a = linedraw_command + (offs >> 4);
360 uint32_t *b = a + (offs & 15); 353 uint32_t *b = a + (offs & 15);
361 354
362 int W = fwidth; 355 int W = fwidth;
363 int H = r->TermWin.fheight; 356 int H = term->fheight;
364 357
365 int x_[16]; 358 int x_[16];
366 int y_[16]; 359 int y_[16];
367 360
368 for (int i = 0; i <= 8; i++) 361 for (int i = 0; i <= 8; i++)
376 369
377 XGCValues gcv; 370 XGCValues gcv;
378 371
379 gcv.cap_style = CapButt; 372 gcv.cap_style = CapButt;
380 gcv.line_width = 0; 373 gcv.line_width = 0;
381 XChangeGC (disp, TGC, GCLineWidth | GCCapStyle, &gcv); 374 XChangeGC (disp, gc, GCLineWidth | GCCapStyle, &gcv);
382 375
383 while (a < b) 376 while (a < b)
384 { 377 {
385 uint32_t command = *a++; 378 uint32_t command = *a++;
386 379
393 int y2 = y_[(command >> 0) & 15]; 386 int y2 = y_[(command >> 0) & 15];
394 387
395 switch (op) 388 switch (op)
396 { 389 {
397 case 0: // line 390 case 0: // line
398 XDrawLine (disp, d, TGC, x1, y1, x2, y2); 391 XDrawLine (disp, d, gc, x1, y1, x2, y2);
399 break; 392 break;
400 393
401 case 1: // rectangle, possibly stippled 394 case 1: // rectangle, possibly stippled
402 if (a) 395 if (a)
403 { 396 {
406 gcv.fill_style = FillStippled; 399 gcv.fill_style = FillStippled;
407 gcv.stipple = XCreateBitmapFromData (disp, d, bm + a * 2, 2, 2); 400 gcv.stipple = XCreateBitmapFromData (disp, d, bm + a * 2, 2, 2);
408 gcv.ts_x_origin = x; 401 gcv.ts_x_origin = x;
409 gcv.ts_y_origin = y; 402 gcv.ts_y_origin = y;
410 403
411 XChangeGC (disp, TGC, 404 XChangeGC (disp, gc,
412 GCFillStyle | GCStipple | GCTileStipXOrigin | GCTileStipYOrigin, 405 GCFillStyle | GCStipple | GCTileStipXOrigin | GCTileStipYOrigin,
413 &gcv); 406 &gcv);
414 } 407 }
415 408
416 XFillRectangle (disp, d, TGC, x1, y1, x2 - x1 + 1, y2 - y1 + 1); 409 XFillRectangle (disp, d, gc, x1, y1, x2 - x1 + 1, y2 - y1 + 1);
417 410
418 if (a) 411 if (a)
419 { 412 {
420 XFreePixmap (disp, gcv.stipple); 413 XFreePixmap (disp, gcv.stipple);
421 gcv.stipple = 0; 414 gcv.stipple = 0;
422 gcv.fill_style = FillSolid; 415 gcv.fill_style = FillSolid;
423 XChangeGC (disp, TGC, GCFillStyle, &gcv); 416 XChangeGC (disp, gc, GCFillStyle, &gcv);
424 } 417 }
425 break; 418 break;
426 case 2: // arc 419 case 2: // arc
427 XDrawArc (disp, d, TGC, 420 XDrawArc (disp, d, gc,
428 x1 - W/2, y1 - H/2, W-1, H-1, 421 x1 - W/2, y1 - H/2, W-1, H-1,
429 (a - 1) * 90*64, (b - 1) * 90*64); 422 (a - 1) * 90*64, (b - 1) * 90*64);
430 break; 423 break;
431 } 424 }
432 } 425 }
463 case ZERO_WIDTH_CHAR: 456 case ZERO_WIDTH_CHAR:
464 case NOCHAR: 457 case NOCHAR:
465 break; 458 break;
466 459
467 default: 460 default:
468 XDrawRectangle (disp, d, TGC, x + 2, y + 2, 461 XDrawRectangle (disp, d, gc, x + 2, y + 2,
469 fwidth - 4, r->TermWin.fheight - 4); 462 fwidth - 4, term->fheight - 4);
470 } 463 }
471 464
472 x += fwidth; 465 x += fwidth;
473 } 466 }
474} 467}
482 475
483 rxvt_fontprop properties (); 476 rxvt_fontprop properties ();
484 477
485 bool load (const rxvt_fontprop &prop); 478 bool load (const rxvt_fontprop &prop);
486 479
487 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful); 480 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const;
488 481
489 void draw (rxvt_drawable &d, int x, int y, 482 void draw (rxvt_drawable &d, int x, int y,
490 const text_t *text, int len, 483 const text_t *text, int len,
491 int fg, int bg); 484 int fg, int bg);
492 485
504char * 497char *
505rxvt_font_x11::get_property (XFontStruct *f, const char *property, const char *repl) const 498rxvt_font_x11::get_property (XFontStruct *f, const char *property, const char *repl) const
506{ 499{
507 unsigned long value; 500 unsigned long value;
508 501
509 if (XGetFontProperty (f, XInternAtom (DISPLAY, property, 0), &value)) 502 if (XGetFontProperty (f, XInternAtom (term->display->display, property, 0), &value))
510 return XGetAtomName (DISPLAY, value); 503 return XGetAtomName (term->display->display, value);
511 else 504 else
512 return rxvt_strdup (repl); 505 return rxvt_strdup (repl);
513} 506}
514 507
515rxvt_fontprop 508rxvt_fontprop
523bool 516bool
524rxvt_font_x11::set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth) 517rxvt_font_x11::set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth)
525{ 518{
526 p.width = avgwidth ? (avgwidth + 1) / 10 : (height + 1) / 2; 519 p.width = avgwidth ? (avgwidth + 1) / 10 : (height + 1) / 2;
527 p.height = height; 520 p.height = height;
521 p.ascent = rxvt_fontprop::unset;
528 p.weight = *weight == 'B' || *weight == 'b' ? rxvt_fontprop::bold : rxvt_fontprop::medium; 522 p.weight = *weight == 'B' || *weight == 'b' ? rxvt_fontprop::bold : rxvt_fontprop::medium;
529 p.slant = *slant == 'r' || *slant == 'R' ? rxvt_fontprop::roman : rxvt_fontprop::italic; 523 p.slant = *slant == 'r' || *slant == 'R' ? rxvt_fontprop::roman : rxvt_fontprop::italic;
530 524
531 return true; 525 return true;
532} 526}
535rxvt_font_x11::set_properties (rxvt_fontprop &p, XFontStruct *f) 529rxvt_font_x11::set_properties (rxvt_fontprop &p, XFontStruct *f)
536{ 530{
537 unsigned long height; 531 unsigned long height;
538 532
539#if 0 533#if 0
540 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "PIXEL_SIZE", 0), &height)) 534 if (!XGetFontProperty (f, XInternAtom (term->display->display, "PIXEL_SIZE", 0), &height))
541 return false; 535 return false;
542#else 536#else
543 height = f->ascent + f->descent; 537 height = f->ascent + f->descent;
544#endif 538#endif
545 539
546 unsigned long avgwidth; 540 unsigned long avgwidth;
547 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "AVERAGE_WIDTH", 0), &avgwidth)) 541 if (!XGetFontProperty (f, XInternAtom (term->display->display, "AVERAGE_WIDTH", 0), &avgwidth))
548 avgwidth = 0; 542 avgwidth = 0;
549 543
550 char *weight = get_property (f, "WEIGHT_NAME", "medium"); 544 char *weight = get_property (f, "WEIGHT_NAME", "medium");
551 char *slant = get_property (f, "SLANT", "r"); 545 char *slant = get_property (f, "SLANT", "r");
552 546
553 set_properties (p, height, weight, slant, avgwidth); 547 set_properties (p, height, weight, slant, avgwidth);
554 548
555 free (weight); 549 free (weight);
556 free (slant); 550 free (slant);
557 551
552 p.ascent = f->ascent;
553
558 return true; 554 return true;
559} 555}
560 556
561bool 557bool
562rxvt_font_x11::set_properties (rxvt_fontprop &p, const char *name) 558rxvt_font_x11::set_properties (rxvt_fontprop &p, const char *name)
563{ 559{
560 dTermDisplay;
564 int slashes = 0; 561 int slashes = 0;
565 const char *comp[13]; 562 const char *comp[13];
566 563
567 for (const char *c = name; *c; c++) 564 for (const char *c = name; *c; c++)
568 if (*c == '-') 565 if (*c == '-')
576 if (slashes >= 13 573 if (slashes >= 13
577 && (*comp[ 6] >= '1' && *comp[ 6] <= '9') 574 && (*comp[ 6] >= '1' && *comp[ 6] <= '9')
578 && (*comp[11] >= '0' && *comp[11] <= '9')) 575 && (*comp[11] >= '0' && *comp[11] <= '9'))
579 return set_properties (p, atoi (comp[6]), comp[2], comp[3], atoi (comp[11])); 576 return set_properties (p, atoi (comp[6]), comp[2], comp[3], atoi (comp[11]));
580 577
581 XFontStruct *f = XLoadQueryFont (DISPLAY, name); 578 XFontStruct *f = XLoadQueryFont (disp, name);
582 579
583 if (f) 580 if (f)
584 { 581 {
585 // the font should really exist now. if not, we have a problem 582 // the font should really exist now. if not, we have a problem
586 // (e.g. if the user did xset fp rehash just when we were searching fonts). 583 // (e.g. if the user did xset fp rehash just when we were searching fonts).
587 // in that case, just return garbage. 584 // in that case, just return garbage.
588 bool ret = set_properties (p, f); 585 bool ret = set_properties (p, f);
589 XFreeFont (DISPLAY, f); 586 XFreeFont (disp, f);
590 return ret; 587 return ret;
591 } 588 }
592 else 589 else
593 return false; 590 return false;
594} 591}
632} 629}
633 630
634bool 631bool
635rxvt_font_x11::load (const rxvt_fontprop &prop) 632rxvt_font_x11::load (const rxvt_fontprop &prop)
636{ 633{
637 Display *disp = DISPLAY; 634 dTermDisplay;
638 635
639 clear (); 636 clear ();
640 637
641 char field_str[64]; // enough for 128 bits 638 char field_str[64]; // enough for 128 bits
642 639
716 713
717 int diff = 0; 714 int diff = 0;
718 715
719 if (replace_field (fname, list[i], 6, '0', field_str)) 716 if (replace_field (fname, list[i], 6, '0', field_str))
720 diff += 10; // slightly penalize scalable fonts 717 diff += 10; // slightly penalize scalable fonts
718 else if (replace_field (fname, list[i], 11, '0', "0"))
719 diff += 300; // more heavily penalize what looks like scaled bitmap fonts
721 720
722 if (!set_properties (p, fname)) 721 if (!set_properties (p, fname))
723 continue; 722 continue;
724 723
725 if (prop.height != rxvt_fontprop::unset 724 if (prop.height != rxvt_fontprop::unset
741 for (;;) 740 for (;;)
742 { 741 {
743 font_weight *best = fonts + count - 1; 742 font_weight *best = fonts + count - 1;
744 743
745 for (font_weight *w = best; w-- > fonts; ) 744 for (font_weight *w = best; w-- > fonts; )
746 if (w->diff < best->diff) 745 if (w->diff <= best->diff)
747 best = w; 746 best = w;
748 747
749 if (!best->name 748 if (!best->name
750 || !(f = XLoadQueryFont (disp, best->name))) 749 || !(f = XLoadQueryFont (disp, best->name)))
751 break; 750 break;
849 848
850 XCharStruct g; 849 XCharStruct g;
851 int dir_ret, asc_ret, des_ret; 850 int dir_ret, asc_ret, des_ret;
852 XTextExtents16 (f, &ch, 1, &dir_ret, &asc_ret, &des_ret, &g); 851 XTextExtents16 (f, &ch, 1, &dir_ret, &asc_ret, &des_ret, &g);
853 852
854 int wcw = wcwidth (*t); if (wcw > 0) g.width = g.width / wcw; 853 int wcw = wcwidth (*t); if (wcw > 0) g.width = (g.width + wcw - 1) / wcw;
855 854
856 if (width < g.width) width = g.width; 855 if (width < g.width) width = g.width;
857 } 856 }
858 857
859 if (cs == CS_UNKNOWN) 858 if (cs == CS_UNKNOWN)
878void 877void
879rxvt_font_x11::clear () 878rxvt_font_x11::clear ()
880{ 879{
881 if (f) 880 if (f)
882 { 881 {
883 XFreeFont (DISPLAY, f); 882 XFreeFont (term->display->display, f);
884 f = 0; 883 f = 0;
885 } 884 }
886} 885}
887 886
888bool 887bool
889rxvt_font_x11::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) 888rxvt_font_x11::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const
890{ 889{
891 uint32_t ch = FROM_UNICODE (cs, unicode); 890 uint32_t ch = FROM_UNICODE (cs, unicode);
892 891
893 if (ch == NOCHAR) 892 if (ch == NOCHAR)
894 return false; 893 return false;
934 return true; 933 return true;
935 934
936 // check character against base font bounding box 935 // check character against base font bounding box
937 int w = xcs->width; 936 int w = xcs->width;
938 int wcw = wcwidth (unicode); 937 int wcw = wcwidth (unicode);
939 if (wcw > 0) w /= wcw; 938 if (wcw > 0) w = (w + wcw - 1) / wcw;
940 939
941 careful = w > prop->width; 940 careful = w > prop->width;
942 if (careful && w > prop->width * MAX_OVERLAP >> 2) 941 if (careful && w > prop->width * MAX_OVERLAP >> 2)
943 return false; 942 return false;
944 943
953 // this looks like a mess /. 952 // this looks like a mess /.
954 // and it is a mess /. 953 // and it is a mess /.
955 // yet we are trying to be perfect /. 954 // yet we are trying to be perfect /.
956 // but the result still isn't perfect /. 955 // but the result still isn't perfect /.
957 956
957 dTermDisplay;
958 dTermGC;
959
958 bool slow = this->slow 960 bool slow = this->slow
959 || width != r->TermWin.fwidth 961 || width != term->fwidth
960 || height != r->TermWin.fheight; 962 || height != term->fheight;
961 963
962 int base = ascent; // sorry, incorrect: r->TermWin.fbase; 964 int base = ascent; // sorry, incorrect: term->fbase;
963 965
964 XGCValues v; 966 XGCValues v;
965 v.foreground = r->pix_colors[fg]; 967 v.foreground = term->pix_colors[fg];
966 v.font = f->fid; 968 v.font = f->fid;
967 969
968 if (enc2b) 970 if (enc2b)
969 { 971 {
970 const XChar2b *xc = enc_xchar2b (text, len, cs, slow); 972 const XChar2b *xc = enc_xchar2b (text, len, cs, slow);
971 973
972 if (bg == Color_bg && !slow) 974 if (bg == Color_bg && !slow)
973 { 975 {
974 v.background = r->pix_colors[bg]; 976 v.background = term->pix_colors[bg];
975 XChangeGC (d.display->display, TGC, GCForeground | GCBackground | GCFont, &v); 977 XChangeGC (disp, gc, GCForeground | GCBackground | GCFont, &v);
976 XDrawImageString16 (d.display->display, d, TGC, x, y + base, xc, len); 978 XDrawImageString16 (disp, d, gc, x, y + base, xc, len);
977 } 979 }
978 else 980 else
979 { 981 {
980 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 982 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg);
981 983
982 XChangeGC (d.display->display, TGC, GCForeground | GCFont, &v); 984 XChangeGC (disp, gc, GCForeground | GCFont, &v);
983 985
984 if (slow) 986 if (slow)
985 { 987 {
986 do 988 do
987 { 989 {
988 if (xc->byte1 || xc->byte2) 990 if (xc->byte1 || xc->byte2)
989 XDrawString16 (d.display->display, d, TGC, x, y + base, xc, 1); 991 XDrawString16 (disp, d, gc, x, y + base, xc, 1);
990 992
991 x += r->TermWin.fwidth; 993 x += term->fwidth;
992 xc++; len--; 994 xc++; len--;
993 } 995 }
994 while (len); 996 while (len);
995 } 997 }
996 else 998 else
997 XDrawString16 (d.display->display, d, TGC, x, y + base, xc, len); 999 XDrawString16 (disp, d, gc, x, y + base, xc, len);
998 } 1000 }
999 } 1001 }
1000 else 1002 else
1001 { 1003 {
1002 const char *xc = enc_char (text, len, cs, slow); 1004 const char *xc = enc_char (text, len, cs, slow);
1003 1005
1004 if (bg == Color_bg && !slow) 1006 if (bg == Color_bg && !slow)
1005 { 1007 {
1006 v.background = r->pix_colors[bg]; 1008 v.background = term->pix_colors[bg];
1007 XChangeGC (d.display->display, TGC, GCForeground | GCBackground | GCFont, &v); 1009 XChangeGC (disp, gc, GCForeground | GCBackground | GCFont, &v);
1008 XDrawImageString (d.display->display, d, TGC, x, y + base, xc, len); 1010 XDrawImageString (disp, d, gc, x, y + base, xc, len);
1009 } 1011 }
1010 else 1012 else
1011 { 1013 {
1012 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 1014 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg);
1013 1015
1014 XChangeGC (d.display->display, TGC, GCForeground | GCFont, &v); 1016 XChangeGC (disp, gc, GCForeground | GCFont, &v);
1015 1017
1016 if (slow) 1018 if (slow)
1017 { 1019 {
1018 do 1020 do
1019 { 1021 {
1020 if (*xc) 1022 if (*xc)
1021 XDrawString (d.display->display, d, TGC, x, y + base, xc, 1); 1023 XDrawString (disp, d, gc, x, y + base, xc, 1);
1022 1024
1023 x += r->TermWin.fwidth; 1025 x += term->fwidth;
1024 xc++; len--; 1026 xc++; len--;
1025 } 1027 }
1026 while (len); 1028 while (len);
1027 } 1029 }
1028 else 1030 else
1029 XDrawString (d.display->display, d, TGC, x, y + base, xc, len); 1031 XDrawString (disp, d, gc, x, y + base, xc, len);
1030 } 1032 }
1031 } 1033 }
1032} 1034}
1033 1035
1034///////////////////////////////////////////////////////////////////////////// 1036/////////////////////////////////////////////////////////////////////////////
1046 1048
1047 void draw (rxvt_drawable &d, int x, int y, 1049 void draw (rxvt_drawable &d, int x, int y,
1048 const text_t *text, int len, 1050 const text_t *text, int len,
1049 int fg, int bg); 1051 int fg, int bg);
1050 1052
1051 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &carefull); 1053 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &carefull) const;
1052 1054
1053protected: 1055protected:
1054 XftFont *f; 1056 XftFont *f;
1055}; 1057};
1056 1058
1057void 1059void
1058rxvt_font_xft::clear () 1060rxvt_font_xft::clear ()
1059{ 1061{
1060 if (f) 1062 if (f)
1061 { 1063 {
1062 XftFontClose (DISPLAY, f); 1064 XftFontClose (term->display->display, f);
1063 f = 0; 1065 f = 0;
1064 } 1066 }
1065} 1067}
1066 1068
1067rxvt_fontprop 1069rxvt_fontprop
1071 1073
1072 FT_Face face = XftLockFace (f); 1074 FT_Face face = XftLockFace (f);
1073 1075
1074 p.width = width; 1076 p.width = width;
1075 p.height = height; 1077 p.height = height;
1078 p.ascent = ascent;
1076 p.weight = face->style_flags & FT_STYLE_FLAG_BOLD 1079 p.weight = face->style_flags & FT_STYLE_FLAG_BOLD
1077 ? rxvt_fontprop::bold : rxvt_fontprop::medium; 1080 ? rxvt_fontprop::bold : rxvt_fontprop::medium;
1078 p.slant = face->style_flags & FT_STYLE_FLAG_ITALIC 1081 p.slant = face->style_flags & FT_STYLE_FLAG_ITALIC
1079 ? rxvt_fontprop::italic : rxvt_fontprop::roman; 1082 ? rxvt_fontprop::italic : rxvt_fontprop::roman;
1080 1083
1084} 1087}
1085 1088
1086bool 1089bool
1087rxvt_font_xft::load (const rxvt_fontprop &prop) 1090rxvt_font_xft::load (const rxvt_fontprop &prop)
1088{ 1091{
1089 Display *disp = DISPLAY; 1092 dTermDisplay;
1090 1093
1091 clear (); 1094 clear ();
1092 1095
1093 FcPattern *p = FcNameParse ((FcChar8 *) name); 1096 FcPattern *p = FcNameParse ((FcChar8 *) name);
1094 1097
1096 return false; 1099 return false;
1097 1100
1098 FcValue v; 1101 FcValue v;
1099 1102
1100 if (prop.height != rxvt_fontprop::unset 1103 if (prop.height != rxvt_fontprop::unset
1101 || (FcPatternGet (p, FC_PIXEL_SIZE, 0, &v) != FcResultMatch 1104 && (FcPatternGet (p, FC_PIXEL_SIZE, 0, &v) != FcResultMatch
1102 && FcPatternGet (p, FC_SIZE, 0, &v) != FcResultMatch)) 1105 && FcPatternGet (p, FC_SIZE, 0, &v) != FcResultMatch))
1103 FcPatternAddInteger (p, FC_PIXEL_SIZE, prop.height); 1106 FcPatternAddInteger (p, FC_PIXEL_SIZE, prop.height);
1104 1107
1105 if (prop.weight != rxvt_fontprop::unset 1108 if (prop.weight != rxvt_fontprop::unset
1106 && FcPatternGet (p, FC_WEIGHT, 0, &v) != FcResultMatch) 1109 && FcPatternGet (p, FC_WEIGHT, 0, &v) != FcResultMatch)
1121 1124
1122 // store generated name so iso14755 view gives better results 1125 // store generated name so iso14755 view gives better results
1123 set_name ((char *)FcNameUnparse (p)); 1126 set_name ((char *)FcNameUnparse (p));
1124 1127
1125 XftResult result; 1128 XftResult result;
1126 FcPattern *match = XftFontMatch (disp, r->display->screen, p, &result); 1129 FcPattern *match = XftFontMatch (disp, term->display->screen, p, &result);
1127 1130
1128 FcPatternDestroy (p); 1131 FcPatternDestroy (p);
1129 1132
1130 if (!match) 1133 if (!match)
1131 return false; 1134 return false;
1152 1155
1153 bool scalable = face->face_flags & FT_FACE_FLAG_SCALABLE; 1156 bool scalable = face->face_flags & FT_FACE_FLAG_SCALABLE;
1154 1157
1155 XftUnlockFace (f); 1158 XftUnlockFace (f);
1156 1159
1160 int glheight = height;
1161
1157 for (uint16_t *t = extent_test_chars + NUM_EXTENT_TEST_CHARS; t-- > extent_test_chars; ) 1162 for (uint16_t *t = extent_test_chars + NUM_EXTENT_TEST_CHARS; t-- > extent_test_chars; )
1158 { 1163 {
1159 FcChar16 ch = *t; 1164 FcChar16 ch = *t;
1160 1165
1161 if (cs != CS_UNICODE 1166 if (cs != CS_UNICODE
1169 continue; 1174 continue;
1170 1175
1171 XGlyphInfo g; 1176 XGlyphInfo g;
1172 XftTextExtents16 (disp, f, &ch, 1, &g); 1177 XftTextExtents16 (disp, f, &ch, 1, &g);
1173 1178
1179 g.width -= g.x;
1180
1174 int wcw = wcwidth (ch); 1181 int wcw = wcwidth (ch);
1175 if (wcw > 0) g.width = g.width / wcw; 1182 if (wcw > 0) g.width = (g.width + wcw - 1) / wcw;
1176 1183
1177 if (width < g.width) width = g.width; 1184 if (width < g.width ) width = g.width;
1178 if (height < g.height) height = g.height; 1185 if (height < g.height ) height = g.height;
1186 if (glheight < g.height - g.y) glheight = g.height - g.y;
1187 }
1188
1189 if (!width)
1190 {
1191 rxvt_warn ("unable to calculate font width for '%s', ignoring.\n", name);
1192
1193 XftFontClose (disp, f);
1194 f = 0;
1195
1196 success = false;
1197 break;
1179 } 1198 }
1180 1199
1181 if (prop.height == rxvt_fontprop::unset 1200 if (prop.height == rxvt_fontprop::unset
1182 || height <= prop.height 1201 || (height <= prop.height && glheight <= prop.height)
1183 || height <= 2 1202 || height <= 2
1184 || !scalable) 1203 || !scalable)
1185 break; 1204 break;
1186 1205
1187 if (ftheight) 1206 if (ftheight)
1194 ftheight -= height - prop.height; 1213 ftheight -= height - prop.height;
1195 } 1214 }
1196 else 1215 else
1197 ftheight = prop.height - 1; 1216 ftheight = prop.height - 1;
1198 1217
1199 XftFontClose (disp, f); 1218 XftFontClose (disp, f);
1200 FcPatternDel (match, FC_PIXEL_SIZE); 1219 FcPatternDel (match, FC_PIXEL_SIZE);
1201 FcPatternAddInteger (match, FC_PIXEL_SIZE, ftheight); 1220 FcPatternAddInteger (match, FC_PIXEL_SIZE, ftheight);
1202 } 1221 }
1203 1222
1204 FcPatternDestroy (match); 1223 FcPatternDestroy (match);
1205 1224
1206#if 0 // do it per-character 1225#if 0 // do it per-character
1213 1232
1214 return success; 1233 return success;
1215} 1234}
1216 1235
1217bool 1236bool
1218rxvt_font_xft::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) 1237rxvt_font_xft::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const
1219{ 1238{
1220 careful = false; 1239 careful = false;
1221 1240
1222 if (!XftCharExists (DISPLAY, f, unicode)) 1241 if (!XftCharExists (term->display->display, f, unicode))
1223 return false; 1242 return false;
1224 1243
1225 if (!prop || prop->width == rxvt_fontprop::unset) 1244 if (!prop || prop->width == rxvt_fontprop::unset)
1226 return true; 1245 return true;
1227 1246
1228 // check character against base font bounding box 1247 // check character against base font bounding box
1229 FcChar32 ch = unicode; 1248 FcChar32 ch = unicode;
1230 XGlyphInfo g; 1249 XGlyphInfo g;
1231 XftTextExtents32 (DISPLAY, f, &ch, 1, &g); 1250 XftTextExtents32 (term->display->display, f, &ch, 1, &g);
1232 1251
1233 int w = g.width; 1252 int w = g.width - g.x;
1234 int wcw = wcwidth (unicode); 1253 int wcw = wcwidth (unicode);
1235 if (wcw > 0) w /= wcw; 1254 if (wcw > 0) w = (w + wcw - 1) / wcw;
1236 1255
1237 careful = w > prop->width; 1256 careful = w > prop->width;
1238 if (careful && w > prop->width * MAX_OVERLAP >> 2) 1257 if (careful && w > prop->width * MAX_OVERLAP >> 2)
1239 return false; 1258 return false;
1240 1259
1244void 1263void
1245rxvt_font_xft::draw (rxvt_drawable &d, int x, int y, 1264rxvt_font_xft::draw (rxvt_drawable &d, int x, int y,
1246 const text_t *text, int len, 1265 const text_t *text, int len,
1247 int fg, int bg) 1266 int fg, int bg)
1248{ 1267{
1249 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 1268 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg);
1250
1251 int base = ascent; // should be fbase, but that is incorrect
1252 1269
1253 XGlyphInfo extents; 1270 XGlyphInfo extents;
1254 FcChar32 *enc = (FcChar32 *) get_enc_buf (len * sizeof (FcChar32)); 1271 XftGlyphSpec *enc = (XftGlyphSpec *)rxvt_temp_buf (len * sizeof (XftGlyphSpec));
1255 FcChar32 *ep = enc; 1272 XftGlyphSpec *ep = enc;
1256 int ewidth = 0; 1273
1257 int xoff = 0; 1274 dTermDisplay;
1275 dTermGC;
1276
1277 // cut trailing spaces
1278 while (len && text [len - 1] == ' ')
1279 len--;
1258 1280
1259 while (len) 1281 while (len)
1260 { 1282 {
1261 int cwidth = r->TermWin.fwidth; 1283 int cwidth = term->fwidth;
1262 FcChar32 fc = *text++; len--; 1284 FcChar32 fc = *text++; len--;
1263 FT_UInt gl;
1264 1285
1265 while (len && *text == NOCHAR) 1286 while (len && *text == NOCHAR)
1266 text++, len--, cwidth += r->TermWin.fwidth; 1287 text++, len--, cwidth += term->fwidth;
1267 1288
1268 gl = XftCharIndex (d.display->display, f, fc); 1289 if (fc != ' ') // skip spaces
1269 XftGlyphExtents (d.display->display, f, &gl, 1, &extents);
1270
1271 if (extents.xOff != cwidth && ep != enc)
1272 {
1273 if (xoff > ewidth) xoff = ewidth;
1274 XftDrawGlyphs (d, &r->pix_colors[fg].c, f,
1275 x + (ewidth - xoff >> 1),
1276 y + base, enc, ep - enc);
1277 x += ewidth;
1278
1279 ep = enc;
1280 ewidth = 0;
1281 xoff = 0;
1282 } 1290 {
1291 FT_UInt glyph = XftCharIndex (disp, f, fc);
1292 XftGlyphExtents (disp, f, &glyph, 1, &extents);
1283 1293
1284 if (fc == ' ' && ep == enc) // skip leading spaces 1294 ep->glyph = glyph;
1295 ep->x = x + (cwidth - extents.xOff >> 1);
1296 ep->y = y + ascent;
1297 ep++;
1285 { 1298 }
1299
1286 x += cwidth; 1300 x += cwidth;
1287 continue;
1288 }
1289
1290 else
1291 {
1292 *ep++ = gl;
1293 ewidth += cwidth;
1294 xoff += extents.xOff;
1295 }
1296 } 1301 }
1297 1302
1298 if (ep != enc) 1303 if (ep != enc)
1299 {
1300 if (xoff > ewidth) xoff = ewidth;
1301 XftDrawGlyphs (d, &r->pix_colors[fg].c, f, 1304 XftDrawGlyphSpec (d, &term->pix_colors[fg].c, f, enc, ep - enc);
1302 x + (ewidth - xoff >> 1),
1303 y + base, enc, ep - enc);
1304 }
1305} 1305}
1306#endif 1306#endif
1307 1307
1308///////////////////////////////////////////////////////////////////////////// 1308/////////////////////////////////////////////////////////////////////////////
1309 1309
1310rxvt_fontset::rxvt_fontset (rxvt_t r) 1310rxvt_fontset::rxvt_fontset (rxvt_term *term)
1311: r (r), fontdesc (0) 1311: fontdesc (0), term (term)
1312{ 1312{
1313 clear (); 1313 clear ();
1314} 1314}
1315 1315
1316rxvt_fontset::~rxvt_fontset () 1316rxvt_fontset::~rxvt_fontset ()
1319} 1319}
1320 1320
1321void 1321void
1322rxvt_fontset::clear () 1322rxvt_fontset::clear ()
1323{ 1323{
1324 prop.width = prop.height = prop.weight = prop.slant 1324 prop.width = prop.height = prop.ascent = prop.weight = prop.slant
1325 = rxvt_fontprop::unset; 1325 = rxvt_fontprop::unset;
1326 1326
1327 for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++) 1327 for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++)
1328 FONT_UNREF (*i); 1328 FONT_UNREF (*i);
1329 1329
1360 f = new rxvt_font_x11; 1360 f = new rxvt_font_x11;
1361 } 1361 }
1362 else 1362 else
1363 f = new rxvt_font_x11; 1363 f = new rxvt_font_x11;
1364 1364
1365 f->set_term (r); 1365 f->set_term (term);
1366 f->set_name (strdup (name)); 1366 f->set_name (strdup (name));
1367 1367
1368 f->cs = cs; 1368 f->cs = cs;
1369 f->loaded = false; 1369 f->loaded = false;
1370 1370
1381 char buf[512]; 1381 char buf[512];
1382 const char *end; 1382 const char *end;
1383 1383
1384 do 1384 do
1385 { 1385 {
1386 while (*desc <= ' ') desc++; 1386 while (*desc && *desc <= ' ')
1387 desc++;
1387 1388
1388 codeset cs = CS_UNICODE; 1389 codeset cs = CS_UNICODE;
1389 1390
1390 if (*desc == '[') 1391 if (*desc == '[')
1391 { 1392 {
1501 if (FROM_UNICODE (f->cs, unicode) == NOCHAR) 1502 if (FROM_UNICODE (f->cs, unicode) == NOCHAR)
1502 goto next_font; 1503 goto next_font;
1503 1504
1504 if (!realize_font (i)) 1505 if (!realize_font (i))
1505 goto next_font; 1506 goto next_font;
1507
1508 if (prop.ascent != rxvt_fontprop::unset)
1509 max_it (f->ascent, prop.ascent);
1506 } 1510 }
1507 1511
1508 if (f->cs == CS_UNKNOWN) 1512 if (f->cs == CS_UNKNOWN)
1509 goto next_font; 1513 goto next_font;
1510 1514
1549 FcPatternAddInteger (p, FC_SLANT, prop.slant); 1553 FcPatternAddInteger (p, FC_SLANT, prop.slant);
1550 FcPatternAddBool (p, FC_MINSPACE, 1); 1554 FcPatternAddBool (p, FC_MINSPACE, 1);
1551 //FcPatternAddBool (p, FC_ANTIALIAS, 1); 1555 //FcPatternAddBool (p, FC_ANTIALIAS, 1);
1552 1556
1553 XftResult result; 1557 XftResult result;
1554 FcPattern *match = XftFontMatch (DISPLAY, r->display->screen, p, &result); 1558 FcPattern *match = XftFontMatch (term->display->display, term->display->screen, p, &result);
1555 1559
1556 FcPatternDestroy (p); 1560 FcPatternDestroy (p);
1557 1561
1558 if (match) 1562 if (match)
1559 { 1563 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines