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.48 by root, Sun Nov 21 20:19:24 2004 UTC vs.
Revision 1.90 by root, Mon Jan 30 02:21:20 2006 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-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
31#define DISPLAY r->display->display
32#define TGC r->TermWin.gc
33
34#define MAX_OVERLAP (4 + 1) // max. character width in 4ths of the base width 32#define MAX_OVERLAP_ROMAN (8 + 2) // max. character width in 8ths of the base width
33#define MAX_OVERLAP_ITALIC (8 + 3) // max. overlap for italic fonts
34
35#define OVERLAP_OK(w,prop) (w) > ( \
36 prop->slant >= rxvt_fontprop::italic \
37 ? (prop->width * MAX_OVERLAP_ITALIC + 7) >> 3 \
38 : (prop->width * MAX_OVERLAP_ROMAN + 7) >> 3 \
39 )
35 40
36const struct rxvt_fallback_font { 41const struct rxvt_fallback_font {
37 codeset cs; 42 codeset cs;
38 const char *name; 43 const char *name;
39} fallback_fonts[] = { 44} fallback_fonts[] = {
90 { CS_JIS0212_1990_0, "-*-*-*-r-*--*-*-*-*-c-*-jisx0212*-0" }, 95 { CS_JIS0212_1990_0, "-*-*-*-r-*--*-*-*-*-c-*-jisx0212*-0" },
91#endif 96#endif
92 97
93#if ENCODING_ZH || ENCODING_ZH_EXT 98#if ENCODING_ZH || ENCODING_ZH_EXT
94# if XFT 99# if XFT
100 { CS_GBK_0, "xft:AR PL KaitiM GB" },
101 { CS_GBK_0, "xft:AR PL SungtiL GB" },
102 { CS_GBK_0, "xft::spacing=100:lang=zh" },
95 { CS_BIG5_EXT, "xft:AR PL Mingti2L Big5" }, 103 { CS_BIG5_EXT, "xft:AR PL Mingti2L Big5" },
96 { CS_BIG5_EXT, "xft:AR PL KaitiM Big5" }, 104 { CS_BIG5_EXT, "xft:AR PL KaitiM Big5" },
97 { CS_GB2312_1980_0, "xft:AR PL KaitiM GB" }, 105 { CS_GB2312_1980_0, "xft:AR PL KaitiM GB" },
98 { CS_GB2312_1980_0, "xft:AR PL SungtiL GB" }, 106 { CS_GB2312_1980_0, "xft:AR PL SungtiL GB" },
99 { CS_GB2312_1980_0, "xft::spacing=100:lang=zh" }, 107 { CS_GB2312_1980_0, "xft::spacing=100:lang=zh" },
100# endif 108# endif
109 { CS_GBK_0, "-*-*-*-*-*-*-*-*-*-*-c-*-gbk*-0" },
101 { CS_BIG5, "-*-*-*-*-*-*-*-*-*-*-c-*-big5-0" }, 110 { CS_BIG5, "-*-*-*-*-*-*-*-*-*-*-c-*-big5-0" },
102 { CS_BIG5_PLUS, "-*-*-*-*-*-*-*-*-*-*-c-*-big5p-0" }, 111 { CS_BIG5_PLUS, "-*-*-*-*-*-*-*-*-*-*-c-*-big5p-0" },
103 { CS_BIG5_EXT, "-*-*-*-*-*-*-*-*-*-*-c-*-big5.eten-0" }, 112 { CS_BIG5_EXT, "-*-*-*-*-*-*-*-*-*-*-c-*-big5.eten-0" },
113 { CS_GB2312_1980_0, "-*-*-*-*-*-*-*-*-*-*-c-*-gb2312*-0" },
104 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-gb2312*-0" }, 114 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-gb2312*-0" },
105 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-1" }, 115 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-1" },
106 { CS_CNS11643_1992_2, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-2" }, 116 { CS_CNS11643_1992_2, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-2" },
107 { CS_CNS11643_1992_3, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-3" }, 117 { CS_CNS11643_1992_3, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-3" },
108 { CS_CNS11643_1992_4, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-4" }, 118 { CS_CNS11643_1992_4, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-4" },
125 { CS_UNICODE, "-*-lucidatypewriter-*-*-*-*-*-*-*-*-m-*-iso10646-1" }, 135 { CS_UNICODE, "-*-lucidatypewriter-*-*-*-*-*-*-*-*-m-*-iso10646-1" },
126 { CS_UNICODE, "-*-unifont-*-*-*-*-*-*-*-*-c-*-iso10646-1" }, 136 { CS_UNICODE, "-*-unifont-*-*-*-*-*-*-*-*-c-*-iso10646-1" },
127 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-c-*-iso10646-1" }, 137 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-c-*-iso10646-1" },
128 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-m-*-iso10646-1" }, 138 { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-m-*-iso10646-1" },
129#if XFT 139#if XFT
130 { CS_UNICODE, "xft:Bitstream Vera Sans Mono:antialias=false:autohint=true"}, 140 { CS_UNICODE, "xft:Bitstream Vera Sans Mono:antialias=false:autohint=true" },
131 { CS_UNICODE, "xft:Courier New:antialias=false:autohint=true" }, 141 { CS_UNICODE, "xft:Courier New:antialias=false:autohint=true" },
132 { CS_UNICODE, "xft:Andale Mono:antialias=false" }, 142 { CS_UNICODE, "xft:Andale Mono:antialias=false:autohint=false" },
133 { CS_UNICODE, "xft:Arial Unicode MS:antialias=false" }, 143 { CS_UNICODE, "xft:Arial Unicode MS:antialias=false:autohint=false" },
134 144
135 // FreeMono is usually uglier than x fonts, so try last only. 145 // FreeMono is usually uglier than x fonts, so try last only.
136 { CS_UNICODE, "xft:FreeMono:autohint=true" }, 146 { CS_UNICODE, "xft:FreeMono:autohint=true" },
137#endif 147#endif
138 148
139 { CS_UNKNOWN, 0 } 149 { CS_UNKNOWN, 0 }
140}; 150};
141 151
142// these characters are used to guess the font height and width 152// these characters are used to guess the font height and width
143// pango uses a similar algorithm and eosn't trust the font either. 153// pango uses a similar algorithm and doesn't trust the font either.
144static uint16_t extent_test_chars[] = { 154static uint16_t extent_test_chars[] = {
145 '0', '1', '8', 'a', 'd', 'x', 'm', 'y', 'g', 'W', 'X', '\'', '_', 155 '0', '1', '8', 'a', 'd', 'x', 'm', 'y', 'g', 'W', 'X', '\'', '_',
146 0x00cd, 0x00d5, 0x0114, 0x0177, 0x0643, // ÍÕĔŷﻙ 156 0x00cd, 0x00d5, 0x0114, 0x0177, 0x0643, // ÍÕĔŷﻙ
147 0x304c, 0x672c, // が本 157 0x304c, 0x672c, // が本
148}; 158};
149 159
150#define NUM_EXTENT_TEST_CHARS (sizeof (extent_test_chars) / sizeof (extent_test_chars[0])) 160#define NUM_EXTENT_TEST_CHARS (sizeof (extent_test_chars) / sizeof (extent_test_chars[0]))
151 161
162#define dTermDisplay Display *disp = term->xdisp
163#define dTermGC GC gc = term->gc
164
152///////////////////////////////////////////////////////////////////////////// 165/////////////////////////////////////////////////////////////////////////////
153 166
154#if XFT 167#if XFT
155rxvt_drawable::~rxvt_drawable () 168rxvt_drawable::~rxvt_drawable ()
156{ 169{
159} 172}
160 173
161rxvt_drawable::operator XftDraw *() 174rxvt_drawable::operator XftDraw *()
162{ 175{
163 if (!xftdrawable) 176 if (!xftdrawable)
164 xftdrawable = XftDrawCreate (display->display, drawable, display->visual, display->cmap); 177 xftdrawable = XftDrawCreate (screen->xdisp, drawable, screen->visual, screen->cmap);
165 178
166 return xftdrawable; 179 return xftdrawable;
167} 180}
168#endif 181#endif
169 182
170///////////////////////////////////////////////////////////////////////////// 183/////////////////////////////////////////////////////////////////////////////
171
172static void *enc_buf;
173static uint32_t enc_len;
174
175static inline void *
176get_enc_buf (uint32_t len)
177{
178 if (len > enc_len)
179 {
180 free (enc_buf);
181 enc_buf = malloc (len);
182 enc_len = len;
183 }
184
185 return enc_buf;
186}
187 184
188static const char * 185static const char *
189enc_char (const text_t *text, uint32_t len, codeset cs, bool &zero) 186enc_char (const text_t *text, uint32_t len, codeset cs, bool &zero)
190{ 187{
191 uint8_t *buf = (uint8_t *)get_enc_buf (len); 188 uint8_t *buf = rxvt_temp_buf<uint8_t> (len);
189 uint8_t *res = buf;
192 190
193 while (len--) 191 while (len--)
194 { 192 {
195 uint32_t c = FROM_UNICODE (cs, *text++); 193 uint32_t c = FROM_UNICODE (cs, *text++);
196 194
201 } 199 }
202 200
203 *buf++ = c; 201 *buf++ = c;
204 } 202 }
205 203
206 return (const char *)enc_buf; 204 return (const char *)res;
207} 205}
208 206
209static const XChar2b * 207static const XChar2b *
210enc_xchar2b (const text_t *text, uint32_t len, codeset cs, bool &zero) 208enc_xchar2b (const text_t *text, uint32_t len, codeset cs, bool &zero)
211{ 209{
212 XChar2b *buf = (XChar2b *)get_enc_buf (len * sizeof (XChar2b)); 210 XChar2b *buf = rxvt_temp_buf<XChar2b> (len);
211 XChar2b *res = buf;
213 212
214 while (len--) 213 while (len--)
215 { 214 {
216 uint32_t c = FROM_UNICODE (cs, *text++); 215 uint32_t c = FROM_UNICODE (cs, *text++);
217 216
224 buf->byte1 = c >> 8; 223 buf->byte1 = c >> 8;
225 buf->byte2 = c; 224 buf->byte2 = c;
226 buf++; 225 buf++;
227 } 226 }
228 227
229 return (XChar2b *)enc_buf; 228 return res;
230} 229}
231 230
232///////////////////////////////////////////////////////////////////////////// 231/////////////////////////////////////////////////////////////////////////////
233 232
234void 233void
240 if (this->name) free (this->name); // let the compiler optimize 239 if (this->name) free (this->name); // let the compiler optimize
241 this->name = name; 240 this->name = name;
242} 241}
243 242
244void 243void
245rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color) 244rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color) const
246{ 245{
246 dTermDisplay;
247 dTermGC;
248
247 if (color == Color_bg) 249 if (color == Color_bg)
248 XClearArea (d.display->display, d, x, y, w, h, FALSE); 250 XClearArea (disp, d, x, y, w, h, false);
249 else if (color >= 0) 251 else if (color >= 0)
250 { 252 {
251#if XFT 253#if XFT
252 XftDrawRect (d, &r->pix_colors[color].c, x, y, w, h); 254 XftDrawRect (d, &term->pix_colors[color].c, x, y, w, h);
253#else 255#else
254 XSetForeground (d.display->display, TGC, r->pix_colors[color]); 256 XSetForeground (disp, gc, term->pix_colors[color]);
255 XFillRectangle (d.display->display, d, TGC, x, y, w, h); 257 XFillRectangle (disp, d, gc, x, y, w, h);
256#endif 258#endif
257 } 259 }
258} 260}
259 261
260#include "table/linedraw.h" 262#include "table/linedraw.h"
271 rxvt_fontprop properties () 273 rxvt_fontprop properties ()
272 { 274 {
273 rxvt_fontprop p; 275 rxvt_fontprop p;
274 276
275 p.width = p.height = 1; 277 p.width = p.height = 1;
278 p.ascent = rxvt_fontprop::unset;
276 p.weight = rxvt_fontprop::medium; 279 p.weight = rxvt_fontprop::medium;
277 p.slant = rxvt_fontprop::roman; 280 p.slant = rxvt_fontprop::roman;
278 281
279 return p; 282 return p;
280 } 283 }
287 set_name (strdup ("built-in support font")); 290 set_name (strdup ("built-in support font"));
288 291
289 return true; 292 return true;
290 } 293 }
291 294
292 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) 295 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const
293 { 296 {
294 careful = false; 297 careful = false;
295 298
296 if (unicode <= 0x001f) 299 if (unicode <= 0x001f)
297 return true; 300 return true;
300 return false; 303 return false;
301 304
302 if (unicode <= 0x009f) 305 if (unicode <= 0x009f)
303 return true; 306 return true;
304 307
305 if (unicode >= 0x2500 && unicode <= 0x259f) 308 if (unicode >= 0x2500 && unicode <= 0x259f &&
309 !term->option (Opt_skipBuiltinGlyphs))
306 return true; 310 return true;
307 311
308 if (IS_COMPOSE (unicode)) 312 if (IS_COMPOSE (unicode))
309 return true; 313 return true;
310 314
326void 330void
327rxvt_font_default::draw (rxvt_drawable &d, int x, int y, 331rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
328 const text_t *text, int len, 332 const text_t *text, int len,
329 int fg, int bg) 333 int fg, int bg)
330{ 334{
335 dTermDisplay;
336 dTermGC;
337
331 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 338 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg);
332 339
333 XSetForeground (d.display->display, TGC, r->pix_colors[fg]); 340 XSetForeground (disp, gc, term->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 = term->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 = term->fheight;
350 364
351 int x_[16]; 365 int x_[16];
352 int y_[16]; 366 int y_[16];
353 367
354 for (int i = 0; i <= 8; i++) 368 for (int i = 0; i <= 8; i++)
362 376
363 XGCValues gcv; 377 XGCValues gcv;
364 378
365 gcv.cap_style = CapButt; 379 gcv.cap_style = CapButt;
366 gcv.line_width = 0; 380 gcv.line_width = 0;
367 XChangeGC (d.display->display, TGC, GCLineWidth | GCCapStyle, &gcv); 381 XChangeGC (disp, gc, GCLineWidth | GCCapStyle, &gcv);
368 382
369 while (a < b) 383 while (a < b)
370 { 384 {
371 uint32_t command = *a++; 385 uint32_t command = *a++;
372 386
379 int y2 = y_[(command >> 0) & 15]; 393 int y2 = y_[(command >> 0) & 15];
380 394
381 switch (op) 395 switch (op)
382 { 396 {
383 case 0: // line 397 case 0: // line
384 XDrawLine (d.display->display, d, TGC, x1, y1, x2, y2); 398 XDrawLine (disp, d, gc, x1, y1, x2, y2);
385 break; 399 break;
386 400
387 case 1: // rectangle, possibly stippled 401 case 1: // rectangle, possibly stippled
388 if (a) 402 if (a)
389 { 403 {
390 static char bm[] = { 0,0 , 3,1 , 1,2 , 1,0 }; 404 static char bm[] = { 0,0 , 3,1 , 1,2 , 1,0 };
391 405
392 gcv.fill_style = FillStippled; 406 gcv.fill_style = FillStippled;
393 gcv.stipple = XCreateBitmapFromData (d.display->display, d, bm + a * 2, 2, 2); 407 gcv.stipple = XCreateBitmapFromData (disp, d, bm + a * 2, 2, 2);
394 gcv.ts_x_origin = x; 408 gcv.ts_x_origin = x;
395 gcv.ts_y_origin = y; 409 gcv.ts_y_origin = y;
396 410
397 XChangeGC (d.display->display, TGC, 411 XChangeGC (disp, gc,
398 GCFillStyle | GCStipple | GCTileStipXOrigin | GCTileStipYOrigin, 412 GCFillStyle | GCStipple | GCTileStipXOrigin | GCTileStipYOrigin,
399 &gcv); 413 &gcv);
400 } 414 }
401 415
402 XFillRectangle (d.display->display, d, TGC, x1, y1, x2 - x1 + 1, y2 - y1 + 1); 416 XFillRectangle (disp, d, gc, x1, y1, x2 - x1 + 1, y2 - y1 + 1);
403 417
404 if (a) 418 if (a)
405 { 419 {
406 XFreePixmap (d.display->display, gcv.stipple); 420 XFreePixmap (disp, gcv.stipple);
407 gcv.stipple = 0; 421 gcv.stipple = 0;
408 gcv.fill_style = FillSolid; 422 gcv.fill_style = FillSolid;
409 XChangeGC (d.display->display, TGC, GCFillStyle, &gcv); 423 XChangeGC (disp, gc, GCFillStyle, &gcv);
410 } 424 }
411 break; 425 break;
412 case 2: // arc 426 case 2: // arc
413 XDrawArc (d.display->display, d, TGC, 427 XDrawArc (disp, d, gc,
414 x1 - W/2, y1 - H/2, W-1, H-1, 428 x1 - W/2, y1 - H/2, W-1, H-1,
415 (a - 1) * 90*64, (b - 1) * 90*64); 429 (a - 1) * 90*64, (b - 1) * 90*64);
416 break; 430 break;
417 } 431 }
418 } 432 }
419 } 433 }
420#if ENABLE_COMBINING 434#if ENABLE_COMBINING
421 else if (IS_COMPOSE (t) && (cc = rxvt_composite[t])) 435 else if (IS_COMPOSE (t) && (cc = rxvt_composite[t]))
422 { 436 {
423 text_t c2[2]; 437 text_t chrs[2];
424 int len2 = 1; 438 width = min (2, width);
425 439 chrs [1] = NOCHAR;
426 // support double-width (but not more) combining characters
427 if (len && *text == NOCHAR)
428 {
429 c2[1] = *text; // not text++ to get correct x-width
430 len2++;
431 }
432 440
433 c2[0] = cc->c1; 441 *chrs = cc->c1;
434 rxvt_font *f1 = (*fs)[fs->find_font (c2[0])]; 442 rxvt_font *f1 = (*fs)[fs->find_font (cc->c1)];
435 f1->draw (d, x, y, c2, len2, fg, bg); 443 f1->draw (d, x, y, chrs, width, fg, bg);
436 444
437 if (cc->c2 != NOCHAR) 445 if (cc->c2 != NOCHAR)
438 { 446 {
439 bool careful; 447 bool careful;
440 448
441 // prefer font of first character, for no good reasons 449 // prefer font of first character, for no good reasons
442 c2[0] = cc->c2; 450 *chrs = cc->c2;
443 rxvt_font *f2 = (f1->has_char (c2[0], 0, careful) && !careful) 451 rxvt_font *f2 = (f1->has_char (cc->c2, 0, careful) && !careful)
444 ? f1 452 ? f1
445 : (*fs)[fs->find_font (c2[0])]; 453 : (*fs)[fs->find_font (cc->c2)];
446 454
447 f2->draw (d, x, y, c2, len2, fg, -1); 455 f2->draw (d, x, y, chrs, width, fg, -1);
448 } 456 }
449 } 457 }
450#endif 458#endif
451 else 459 else
452 switch (t) 460 switch (t)
455 case ZERO_WIDTH_CHAR: 463 case ZERO_WIDTH_CHAR:
456 case NOCHAR: 464 case NOCHAR:
457 break; 465 break;
458 466
459 default: 467 default:
460 int w = 0;
461 while (len > 0 && *text == NOCHAR)
462 {
463 ++text;
464 --len;
465 w += r->TermWin.fwidth;
466 }
467
468 XDrawRectangle (d.display->display, d, TGC, x + 2, y + 2, 468 XDrawRectangle (disp, d, gc, x + 2, y + 2,
469 w + r->TermWin.fwidth - 4, r->TermWin.fheight - 4); 469 fwidth - 4, term->fheight - 4);
470 x += w;
471 } 470 }
472 471
473 x += r->TermWin.fwidth; 472 x += fwidth;
474 } 473 }
475} 474}
476 475
477///////////////////////////////////////////////////////////////////////////// 476/////////////////////////////////////////////////////////////////////////////
478 477
483 482
484 rxvt_fontprop properties (); 483 rxvt_fontprop properties ();
485 484
486 bool load (const rxvt_fontprop &prop); 485 bool load (const rxvt_fontprop &prop);
487 486
488 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful); 487 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const;
489 488
490 void draw (rxvt_drawable &d, int x, int y, 489 void draw (rxvt_drawable &d, int x, int y,
491 const text_t *text, int len, 490 const text_t *text, int len,
492 int fg, int bg); 491 int fg, int bg);
493 492
494 bool slow; // wether this is a proportional font or has other funny characteristics 493 bool slow; // wether this is a proportional font or has other funny characteristics
495 XFontStruct *f; 494 XFontStruct *f;
496 codeset cs; 495 codeset cs;
497 bool enc2b, encm; 496 bool enc2b, encm;
498 497
499 char *get_property (XFontStruct *f, const char *property, const char *repl) const; 498 char *get_property (XFontStruct *f, Atom property, const char *repl) const;
500 bool set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth); 499 bool set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth);
501 bool set_properties (rxvt_fontprop &p, XFontStruct *f); 500 bool set_properties (rxvt_fontprop &p, XFontStruct *f);
502 bool set_properties (rxvt_fontprop &p, const char *name); 501 bool set_properties (rxvt_fontprop &p, const char *name);
503}; 502};
504 503
505char * 504char *
506rxvt_font_x11::get_property (XFontStruct *f, const char *property, const char *repl) const 505rxvt_font_x11::get_property (XFontStruct *f, Atom property, const char *repl) const
507{ 506{
508 unsigned long value; 507 unsigned long value;
509 508
510 if (XGetFontProperty (f, XInternAtom (DISPLAY, property, 0), &value)) 509 if (XGetFontProperty (f, property, &value))
511 return XGetAtomName (DISPLAY, value); 510 return XGetAtomName (term->xdisp, value);
512 else 511 else
513 return rxvt_strdup (repl); 512 return rxvt_strdup (repl);
514} 513}
515 514
516rxvt_fontprop 515rxvt_fontprop
524bool 523bool
525rxvt_font_x11::set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth) 524rxvt_font_x11::set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth)
526{ 525{
527 p.width = avgwidth ? (avgwidth + 1) / 10 : (height + 1) / 2; 526 p.width = avgwidth ? (avgwidth + 1) / 10 : (height + 1) / 2;
528 p.height = height; 527 p.height = height;
528 p.ascent = rxvt_fontprop::unset;
529 p.weight = *weight == 'B' || *weight == 'b' ? rxvt_fontprop::bold : rxvt_fontprop::medium; 529 p.weight = *weight == 'B' || *weight == 'b' ? rxvt_fontprop::bold : rxvt_fontprop::medium;
530 p.slant = *slant == 'r' || *slant == 'R' ? rxvt_fontprop::roman : rxvt_fontprop::italic; 530 p.slant = *slant == 'r' || *slant == 'R' ? rxvt_fontprop::roman : rxvt_fontprop::italic;
531 531
532 return true; 532 return true;
533} 533}
534 534
535bool 535bool
536rxvt_font_x11::set_properties (rxvt_fontprop &p, XFontStruct *f) 536rxvt_font_x11::set_properties (rxvt_fontprop &p, XFontStruct *f)
537{ 537{
538 unsigned long height; 538 unsigned long height;
539
540#if 0
539 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "PIXEL_SIZE", 0), &height)) 541 if (!XGetFontProperty (f, XInternAtom (term->xdisp, "PIXEL_SIZE", 0), &height))
540 return false; 542 return false;
543#else
544 height = f->ascent + f->descent;
545#endif
541 546
542 unsigned long avgwidth; 547 unsigned long avgwidth;
543 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "AVERAGE_WIDTH", 0), &avgwidth)) 548 if (!XGetFontProperty (f, term->xa [XA_AVERAGE_WIDTH], &avgwidth))
544 avgwidth = 0; 549 avgwidth = 0;
545 550
546 char *weight = get_property (f, "WEIGHT_NAME", "medium"); 551 char *weight = get_property (f, term->xa [XA_WEIGHT_NAME], "medium");
547 char *slant = get_property (f, "SLANT", "r"); 552 char *slant = get_property (f, term->xa [XA_SLANT], "r");
548 553
549 set_properties (p, height, weight, slant, avgwidth); 554 set_properties (p, height, weight, slant, avgwidth);
550 555
551 free (weight); 556 free (weight);
552 free (slant); 557 free (slant);
553 558
559 p.ascent = f->ascent;
560
554 return true; 561 return true;
555} 562}
556 563
557bool 564bool
558rxvt_font_x11::set_properties (rxvt_fontprop &p, const char *name) 565rxvt_font_x11::set_properties (rxvt_fontprop &p, const char *name)
559{ 566{
567 dTermDisplay;
560 int slashes = 0; 568 int slashes = 0;
561 const char *comp[13]; 569 const char *comp[13];
562 570
563 for (const char *c = name; *c; c++) 571 for (const char *c = name; *c; c++)
564 if (*c == '-') 572 if (*c == '-')
572 if (slashes >= 13 580 if (slashes >= 13
573 && (*comp[ 6] >= '1' && *comp[ 6] <= '9') 581 && (*comp[ 6] >= '1' && *comp[ 6] <= '9')
574 && (*comp[11] >= '0' && *comp[11] <= '9')) 582 && (*comp[11] >= '0' && *comp[11] <= '9'))
575 return set_properties (p, atoi (comp[6]), comp[2], comp[3], atoi (comp[11])); 583 return set_properties (p, atoi (comp[6]), comp[2], comp[3], atoi (comp[11]));
576 584
577 XFontStruct *f = XLoadQueryFont (DISPLAY, name); 585 XFontStruct *f = XLoadQueryFont (disp, name);
578 586
579 if (f) 587 if (f)
580 { 588 {
581 // the font should really exist now. if not, we have a problem 589 // the font should really exist now. if not, we have a problem
582 // (e.g. if the user did xset fp rehash just when we were searching fonts). 590 // (e.g. if the user did xset fp rehash just when we were searching fonts).
583 // in that case, just return garbage. 591 // in that case, just return garbage.
584 bool ret = set_properties (p, f); 592 bool ret = set_properties (p, f);
585 XFreeFont (DISPLAY, f); 593 XFreeFont (disp, f);
586 return ret; 594 return ret;
587 } 595 }
588 else 596 else
589 return false; 597 return false;
590} 598}
628} 636}
629 637
630bool 638bool
631rxvt_font_x11::load (const rxvt_fontprop &prop) 639rxvt_font_x11::load (const rxvt_fontprop &prop)
632{ 640{
641 dTermDisplay;
642
633 clear (); 643 clear ();
634 644
635 char field_str[64]; // enough for 128 bits 645 char field_str[64]; // enough for 128 bits
636 646
637 // first morph the font if required 647 // first morph the font if required
640 { 650 {
641 char fname[1024]; 651 char fname[1024];
642 652
643 if (name[0] != '-') 653 if (name[0] != '-')
644 { 654 {
645 f = XLoadQueryFont (DISPLAY, name); 655 f = XLoadQueryFont (disp, name);
646 656
647 if (!f) 657 if (!f)
648 return false; 658 return false;
649 659
650 char *new_name = get_property (f, "FONT", name); 660 char *new_name = get_property (f, XA_FONT, name);
651 661
652 if (new_name) 662 if (new_name)
653 set_name (new_name); 663 set_name (new_name);
654 else 664 else
655 rxvt_warn ("font '%s' has no FONT property, continuing without.", name); 665 rxvt_warn ("font '%s' has no FONT property, continuing without.", name);
656 666
657 XFreeFont (DISPLAY, f); 667 XFreeFont (disp, f);
658 f = 0; 668 f = 0;
659 } 669 }
660 670
661 if (prop.weight != rxvt_fontprop::unset) 671 if (prop.weight != rxvt_fontprop::unset)
662 { 672 {
673 ? "r" : "i"); // TODO: handle "o"blique, too 683 ? "r" : "i"); // TODO: handle "o"blique, too
674 set_name (strdup (fname)); 684 set_name (strdup (fname));
675 } 685 }
676 } 686 }
677 687
688 sprintf (field_str, "%d", prop.height == rxvt_fontprop::unset
689 ? 0 : prop.height);
690
691 struct font_weight {
692 char *name;
693 int diff;
694
695 void clear ()
696 {
697 name = 0;
698 diff = 0x7fffffff;
699 }
700
701 font_weight () { clear (); }
702 ~font_weight () { free (name); }
703 };
704
678 char **list; 705 char **list;
679 int count; 706 int count;
680 list = XListFonts (DISPLAY, name, 1024, &count); 707 list = XListFonts (disp, name, 4000, &count);
681 708
682 set_name (0); 709 set_name (0);
683 710
684 if (!list) 711 if (!list)
685 return false; 712 return false;
686 713
687 sprintf (field_str, "%d", prop.height == rxvt_fontprop::unset 714 font_weight *fonts = new font_weight[count];
688 ? 0 : prop.height);
689 715
690 int bestdiff = 0x7fffffff;
691 for (int i = 0; i < count; i++) 716 for (int i = 0; i < count; i++)
692 { 717 {
693 rxvt_fontprop p; 718 rxvt_fontprop p;
694 char fname[1024]; 719 char fname[1024];
695 720
696 int diff = 0; 721 int diff = 0;
697 722
698 if (replace_field (fname, list[i], 6, '0', field_str)) 723 if (replace_field (fname, list[i], 6, '0', field_str))
699 diff += 10; // slightly penalize scalable fonts 724 diff += 10; // slightly penalize scalable fonts
725 else if (replace_field (fname, list[i], 11, '0', "0"))
726 diff += 300; // more heavily penalize what looks like scaled bitmap fonts
700 727
701 if (!set_properties (p, fname)) 728 if (!set_properties (p, fname))
702 continue; 729 continue;
703 730
704 if (prop.height != rxvt_fontprop::unset 731 if (prop.height != rxvt_fontprop::unset
708 if (prop.height != rxvt_fontprop::unset) diff += (prop.height - p.height) * 128; 735 if (prop.height != rxvt_fontprop::unset) diff += (prop.height - p.height) * 128;
709 if (prop.weight != rxvt_fontprop::unset) diff += abs (prop.weight - p.weight); 736 if (prop.weight != rxvt_fontprop::unset) diff += abs (prop.weight - p.weight);
710 if (prop.slant != rxvt_fontprop::unset) diff += abs (prop.slant - p.slant); 737 if (prop.slant != rxvt_fontprop::unset) diff += abs (prop.slant - p.slant);
711 //if (prop.width != rxvt_fontprop::unset) diff += abs (prop.width - p.width); 738 //if (prop.width != rxvt_fontprop::unset) diff += abs (prop.width - p.width);
712 739
713 if (!name // compare against best found so far 740 fonts[i].name = strdup (fname);
714 || diff < bestdiff) 741 fonts[i].diff = diff;
715 {
716 set_name (strdup (fname));
717 bestdiff = diff;
718 }
719 } 742 }
720 743
721 XFreeFontNames (list); 744 XFreeFontNames (list);
722 745
723 if (!name) 746 // this loop only iterates when the guessed font-size is too small
724 return false; 747 for (;;)
748 {
749 font_weight *best = fonts + count - 1;
725 750
726 f = XLoadQueryFont (DISPLAY, name); 751 for (font_weight *w = best; w-- > fonts; )
752 if (w->diff <= best->diff)
753 best = w;
754
755 if (!best->name
756 || !(f = XLoadQueryFont (disp, best->name)))
757 break;
758
759 set_name (best->name);
760 best->clear ();
761
762 ascent = f->ascent;
763 descent = f->descent;
764 height = ascent + descent;
765
766 if (prop.height == rxvt_fontprop::unset
767 || height <= prop.height)
768 break; // font is ready for use
769
770 // PIXEL_SIZE small enough, but real height too large
771 clear ();
772 }
773
774 delete [] fonts;
727 775
728 if (!f) 776 if (!f)
729 return false; 777 return false;
730 778
731 char *registry = get_property (f, "CHARSET_REGISTRY", 0); 779 char *registry = get_property (f, term->xa [XA_CHARSET_REGISTRY], 0);
732 char *encoding = get_property (f, "CHARSET_ENCODING", 0); 780 char *encoding = get_property (f, term->xa [XA_CHARSET_ENCODING], 0);
733 781
734 if (registry && encoding) 782 if (registry && encoding)
735 { 783 {
736 char charset[64]; 784 char charset[64];
737 snprintf (charset, 64, "%s-%s", registry, encoding); 785 snprintf (charset, 64, "%s-%s", registry, encoding);
738 786
739 cs = codeset_from_name (charset); 787 cs = codeset_from_name (charset);
740 } 788 }
741 else 789 else
742 { 790 {
743 const char *charset = get_property (f, "FONT", 0); 791 const char *charset = get_property (f, XA_FONT, 0);
744 792
745 if (!charset) 793 if (!charset)
746 charset = name; 794 charset = name;
747 795
748 int count = 13; 796 int count = 13;
759 if (cs == CS_UNICODE) 807 if (cs == CS_UNICODE)
760 cs = CS_UNICODE_16; // X11 can have a max. of 65536 chars per font 808 cs = CS_UNICODE_16; // X11 can have a max. of 65536 chars per font
761 809
762 encm = f->min_byte1 != 0 || f->max_byte1 != 0; 810 encm = f->min_byte1 != 0 || f->max_byte1 != 0;
763 enc2b = encm || f->max_char_or_byte2 > 255; 811 enc2b = encm || f->max_char_or_byte2 > 255;
764
765 ascent = f->ascent;
766 descent = f->descent;
767 height = ascent + descent;
768 812
769 slow = false; 813 slow = false;
770 814
771#if 1 // only used for slow detection, TODO optimize 815#if 1 // only used for slow detection, TODO optimize
772 if (f->min_bounds.width == f->max_bounds.width) 816 if (f->min_bounds.width == f->max_bounds.width)
811 855
812 XCharStruct g; 856 XCharStruct g;
813 int dir_ret, asc_ret, des_ret; 857 int dir_ret, asc_ret, des_ret;
814 XTextExtents16 (f, &ch, 1, &dir_ret, &asc_ret, &des_ret, &g); 858 XTextExtents16 (f, &ch, 1, &dir_ret, &asc_ret, &des_ret, &g);
815 859
816 int wcw = wcwidth (*t); if (wcw > 0) g.width = g.width / wcw; 860 int wcw = WCWIDTH (*t); if (wcw > 0) g.width = (g.width + wcw - 1) / wcw;
817 861
818 if (width < g.width) width = g.width; 862 if (width < g.width) width = g.width;
819 } 863 }
820 864
821 if (cs == CS_UNKNOWN) 865 if (cs == CS_UNKNOWN)
840void 884void
841rxvt_font_x11::clear () 885rxvt_font_x11::clear ()
842{ 886{
843 if (f) 887 if (f)
844 { 888 {
845 XFreeFont (DISPLAY, f); 889 XFreeFont (term->xdisp, f);
846 f = 0; 890 f = 0;
847 } 891 }
848} 892}
849 893
850bool 894bool
851rxvt_font_x11::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) 895rxvt_font_x11::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const
852{ 896{
853 uint32_t ch = FROM_UNICODE (cs, unicode); 897 uint32_t ch = FROM_UNICODE (cs, unicode);
854 898
855 if (ch == NOCHAR) 899 if (ch == NOCHAR)
856 return false; 900 return false;
894 938
895 if (!prop || prop->width == rxvt_fontprop::unset) 939 if (!prop || prop->width == rxvt_fontprop::unset)
896 return true; 940 return true;
897 941
898 // check character against base font bounding box 942 // check character against base font bounding box
899 int w = xcs->width; 943 int w = xcs->rbearing - xcs->lbearing;
900 int wcw = wcwidth (unicode); 944 int wcw = WCWIDTH (unicode);
901 if (wcw > 0) w /= wcw; 945 if (wcw > 0) w = (w + wcw - 1) / wcw;
902 946
903 careful = w > prop->width; 947 careful = w > prop->width;
904 if (careful && w > prop->width * MAX_OVERLAP >> 2) 948 if (careful && OVERLAP_OK (w, prop))
905 return false; 949 return false;
906 950
907 return true; 951 return true;
908} 952}
909 953
915 // this looks like a mess /. 959 // this looks like a mess /.
916 // and it is a mess /. 960 // and it is a mess /.
917 // yet we are trying to be perfect /. 961 // yet we are trying to be perfect /.
918 // but the result still isn't perfect /. 962 // but the result still isn't perfect /.
919 963
964 dTermDisplay;
965 dTermGC;
966
920 bool slow = this->slow 967 bool slow = this->slow
921 || width != r->TermWin.fwidth 968 || width != term->fwidth
922 || height != r->TermWin.fheight; 969 || height != term->fheight;
923 970
924 int base = ascent; // sorry, incorrect: r->TermWin.fbase; 971 int base = ascent; // sorry, incorrect: term->fbase;
925 972
926 XGCValues v; 973 XGCValues v;
927 v.foreground = r->pix_colors[fg]; 974 v.foreground = term->pix_colors[fg];
928 v.font = f->fid; 975 v.font = f->fid;
929 976
930 if (enc2b) 977 if (enc2b)
931 { 978 {
932 const XChar2b *xc = enc_xchar2b (text, len, cs, slow); 979 const XChar2b *xc = enc_xchar2b (text, len, cs, slow);
933 980
934 if (bg == Color_bg && !slow) 981 if (bg == Color_bg && !slow)
935 { 982 {
936 v.background = r->pix_colors[bg]; 983 v.background = term->pix_colors[bg];
937 XChangeGC (d.display->display, TGC, GCForeground | GCBackground | GCFont, &v); 984 XChangeGC (disp, gc, GCForeground | GCBackground | GCFont, &v);
938 XDrawImageString16 (d.display->display, d, TGC, x, y + base, xc, len); 985 XDrawImageString16 (disp, d, gc, x, y + base, xc, len);
939 } 986 }
940 else 987 else
941 { 988 {
942 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 989 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg);
943 990
944 XChangeGC (d.display->display, TGC, GCForeground | GCFont, &v); 991 XChangeGC (disp, gc, GCForeground | GCFont, &v);
945 992
946 if (slow) 993 if (slow)
947 { 994 {
948 do 995 do
949 { 996 {
950 if (xc->byte1 || xc->byte2) 997 if (xc->byte1 || xc->byte2)
951 XDrawString16 (d.display->display, d, TGC, x, y + base, xc, 1); 998 XDrawString16 (disp, d, gc, x, y + base, xc, 1);
952 999
953 x += r->TermWin.fwidth; 1000 x += term->fwidth;
954 xc++; len--; 1001 xc++; len--;
955 } 1002 }
956 while (len); 1003 while (len);
957 } 1004 }
958 else 1005 else
959 XDrawString16 (d.display->display, d, TGC, x, y + base, xc, len); 1006 XDrawString16 (disp, d, gc, x, y + base, xc, len);
960 } 1007 }
961 } 1008 }
962 else 1009 else
963 { 1010 {
964 const char *xc = enc_char (text, len, cs, slow); 1011 const char *xc = enc_char (text, len, cs, slow);
965 1012
966 if (bg == Color_bg && !slow) 1013 if (bg == Color_bg && !slow)
967 { 1014 {
968 v.background = r->pix_colors[bg]; 1015 v.background = term->pix_colors[bg];
969 XChangeGC (d.display->display, TGC, GCForeground | GCBackground | GCFont, &v); 1016 XChangeGC (disp, gc, GCForeground | GCBackground | GCFont, &v);
970 XDrawImageString (d.display->display, d, TGC, x, y + base, xc, len); 1017 XDrawImageString (disp, d, gc, x, y + base, xc, len);
971 } 1018 }
972 else 1019 else
973 { 1020 {
974 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 1021 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg);
975 1022
976 XChangeGC (d.display->display, TGC, GCForeground | GCFont, &v); 1023 XChangeGC (disp, gc, GCForeground | GCFont, &v);
977 1024
978 if (slow) 1025 if (slow)
979 { 1026 {
980 do 1027 do
981 { 1028 {
982 if (*xc) 1029 if (*xc)
983 XDrawString (d.display->display, d, TGC, x, y + base, xc, 1); 1030 XDrawString (disp, d, gc, x, y + base, xc, 1);
984 1031
985 x += r->TermWin.fwidth; 1032 x += term->fwidth;
986 xc++; len--; 1033 xc++; len--;
987 } 1034 }
988 while (len); 1035 while (len);
989 } 1036 }
990 else 1037 else
991 XDrawString (d.display->display, d, TGC, x, y + base, xc, len); 1038 XDrawString (disp, d, gc, x, y + base, xc, len);
992 } 1039 }
993 } 1040 }
994} 1041}
995 1042
996///////////////////////////////////////////////////////////////////////////// 1043/////////////////////////////////////////////////////////////////////////////
1008 1055
1009 void draw (rxvt_drawable &d, int x, int y, 1056 void draw (rxvt_drawable &d, int x, int y,
1010 const text_t *text, int len, 1057 const text_t *text, int len,
1011 int fg, int bg); 1058 int fg, int bg);
1012 1059
1013 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &carefull); 1060 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &carefull) const;
1014 1061
1015protected: 1062protected:
1016 XftFont *f; 1063 XftFont *f;
1017}; 1064};
1018 1065
1019void 1066void
1020rxvt_font_xft::clear () 1067rxvt_font_xft::clear ()
1021{ 1068{
1022 if (f) 1069 if (f)
1023 { 1070 {
1024 XftFontClose (DISPLAY, f); 1071 XftFontClose (term->xdisp, f);
1025 f = 0; 1072 f = 0;
1026 } 1073 }
1027} 1074}
1028 1075
1029rxvt_fontprop 1076rxvt_fontprop
1033 1080
1034 FT_Face face = XftLockFace (f); 1081 FT_Face face = XftLockFace (f);
1035 1082
1036 p.width = width; 1083 p.width = width;
1037 p.height = height; 1084 p.height = height;
1085 p.ascent = ascent;
1038 p.weight = face->style_flags & FT_STYLE_FLAG_BOLD 1086 p.weight = face->style_flags & FT_STYLE_FLAG_BOLD
1039 ? rxvt_fontprop::bold : rxvt_fontprop::medium; 1087 ? rxvt_fontprop::bold : rxvt_fontprop::medium;
1040 p.slant = face->style_flags & FT_STYLE_FLAG_ITALIC 1088 p.slant = face->style_flags & FT_STYLE_FLAG_ITALIC
1041 ? rxvt_fontprop::italic : rxvt_fontprop::roman; 1089 ? rxvt_fontprop::italic : rxvt_fontprop::roman;
1042 1090
1046} 1094}
1047 1095
1048bool 1096bool
1049rxvt_font_xft::load (const rxvt_fontprop &prop) 1097rxvt_font_xft::load (const rxvt_fontprop &prop)
1050{ 1098{
1099 dTermDisplay;
1100
1051 clear (); 1101 clear ();
1052 1102
1053 FcPattern *p = FcNameParse ((FcChar8 *) name); 1103 FcPattern *p = FcNameParse ((FcChar8 *) name);
1054 1104
1055 if (!p) 1105 if (!p)
1056 return false; 1106 return false;
1057 1107
1058 FcValue v; 1108 FcValue v;
1059 1109
1060 if (prop.height != rxvt_fontprop::unset 1110 if (prop.height != rxvt_fontprop::unset
1061 || FcPatternGet (p, FC_PIXEL_SIZE, 0, &v) != FcResultMatch) 1111 && (FcPatternGet (p, FC_PIXEL_SIZE, 0, &v) != FcResultMatch
1112 && FcPatternGet (p, FC_SIZE, 0, &v) != FcResultMatch))
1062 FcPatternAddInteger (p, FC_PIXEL_SIZE, prop.height); 1113 FcPatternAddInteger (p, FC_PIXEL_SIZE, prop.height);
1063 1114
1064 if (prop.weight != rxvt_fontprop::unset 1115 if (prop.weight != rxvt_fontprop::unset
1065 && FcPatternGet (p, FC_WEIGHT, 0, &v) != FcResultMatch) 1116 && FcPatternGet (p, FC_WEIGHT, 0, &v) != FcResultMatch)
1066 FcPatternAddInteger (p, FC_WEIGHT, prop.weight); 1117 FcPatternAddInteger (p, FC_WEIGHT, prop.weight);
1080 1131
1081 // store generated name so iso14755 view gives better results 1132 // store generated name so iso14755 view gives better results
1082 set_name ((char *)FcNameUnparse (p)); 1133 set_name ((char *)FcNameUnparse (p));
1083 1134
1084 XftResult result; 1135 XftResult result;
1085 FcPattern *match = XftFontMatch (DISPLAY, DefaultScreen (DISPLAY), p, &result); 1136 FcPattern *match = XftFontMatch (disp, term->display->screen, p, &result);
1086 1137
1087 FcPatternDestroy (p); 1138 FcPatternDestroy (p);
1088 1139
1089 if (!match) 1140 if (!match)
1090 return false; 1141 return false;
1092 int ftheight = 0; 1143 int ftheight = 0;
1093 bool success = true; 1144 bool success = true;
1094 1145
1095 for (;;) 1146 for (;;)
1096 { 1147 {
1097 f = XftFontOpenPattern (DISPLAY, FcPatternDuplicate (match)); 1148 f = XftFontOpenPattern (disp, FcPatternDuplicate (match));
1098 1149
1099 if (!f) 1150 if (!f)
1100 { 1151 {
1101 success = false; 1152 success = false;
1102 break; 1153 break;
1111 1162
1112 bool scalable = face->face_flags & FT_FACE_FLAG_SCALABLE; 1163 bool scalable = face->face_flags & FT_FACE_FLAG_SCALABLE;
1113 1164
1114 XftUnlockFace (f); 1165 XftUnlockFace (f);
1115 1166
1167 int glheight = height;
1168
1116 for (uint16_t *t = extent_test_chars + NUM_EXTENT_TEST_CHARS; t-- > extent_test_chars; ) 1169 for (uint16_t *t = extent_test_chars + NUM_EXTENT_TEST_CHARS; t-- > extent_test_chars; )
1117 { 1170 {
1118 FcChar16 ch = *t; 1171 FcChar16 ch = *t;
1119 1172
1120 if (cs != CS_UNICODE 1173 if (cs != CS_UNICODE
1126 bool careful; 1179 bool careful;
1127 if (!has_char (*t, &prop, careful)) 1180 if (!has_char (*t, &prop, careful))
1128 continue; 1181 continue;
1129 1182
1130 XGlyphInfo g; 1183 XGlyphInfo g;
1131 XftTextExtents16 (DISPLAY, f, &ch, 1, &g); 1184 XftTextExtents16 (disp, f, &ch, 1, &g);
1132 1185
1186 g.width -= g.x;
1187
1133 int wcw = wcwidth (ch); 1188 int wcw = WCWIDTH (ch);
1134 if (wcw > 0) g.width = g.width / wcw; 1189 if (wcw > 0) g.width = (g.width + wcw - 1) / wcw;
1135 1190
1136 if (width < g.width) width = g.width; 1191 if (width < g.width ) width = g.width;
1137 if (height < g.height) height = g.height; 1192 if (height < g.height ) height = g.height;
1193 if (glheight < g.height - g.y) glheight = g.height - g.y;
1194 }
1195
1196 if (!width)
1197 {
1198 rxvt_warn ("unable to calculate font width for '%s', ignoring.\n", name);
1199
1200 XftFontClose (disp, f);
1201 f = 0;
1202
1203 success = false;
1204 break;
1138 } 1205 }
1139 1206
1140 if (prop.height == rxvt_fontprop::unset 1207 if (prop.height == rxvt_fontprop::unset
1141 || height <= prop.height 1208 || (height <= prop.height && glheight <= prop.height)
1142 || height <= 2 1209 || height <= 2
1143 || !scalable) 1210 || !scalable)
1144 break; 1211 break;
1145 1212
1146 if (ftheight) 1213 if (ftheight)
1153 ftheight -= height - prop.height; 1220 ftheight -= height - prop.height;
1154 } 1221 }
1155 else 1222 else
1156 ftheight = prop.height - 1; 1223 ftheight = prop.height - 1;
1157 1224
1158 XftFontClose (DISPLAY, f); 1225 XftFontClose (disp, f);
1159 FcPatternDel (match, FC_PIXEL_SIZE); 1226 FcPatternDel (match, FC_PIXEL_SIZE);
1160 FcPatternAddInteger (match, FC_PIXEL_SIZE, ftheight); 1227 FcPatternAddInteger (match, FC_PIXEL_SIZE, ftheight);
1161 } 1228 }
1162 1229
1163 FcPatternDestroy (match); 1230 FcPatternDestroy (match);
1164 1231
1165#if 0 // do it per-character 1232#if 0 // do it per-character
1172 1239
1173 return success; 1240 return success;
1174} 1241}
1175 1242
1176bool 1243bool
1177rxvt_font_xft::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) 1244rxvt_font_xft::has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const
1178{ 1245{
1179 careful = false; 1246 careful = false;
1180 1247
1181 if (!XftCharExists (DISPLAY, f, unicode)) 1248 if (!XftCharExists (term->xdisp, f, unicode))
1182 return false; 1249 return false;
1183 1250
1184 if (!prop || prop->width == rxvt_fontprop::unset) 1251 if (!prop || prop->width == rxvt_fontprop::unset)
1185 return true; 1252 return true;
1186 1253
1187 // check character against base font bounding box 1254 // check character against base font bounding box
1188 FcChar32 ch = unicode; 1255 FcChar32 ch = unicode;
1189 XGlyphInfo g; 1256 XGlyphInfo g;
1190 XftTextExtents32 (DISPLAY, f, &ch, 1, &g); 1257 XftTextExtents32 (term->xdisp, f, &ch, 1, &g);
1191 1258
1192 int w = g.width; 1259 int w = g.width - g.x;
1193 int wcw = wcwidth (unicode); 1260 int wcw = WCWIDTH (unicode);
1194 if (wcw > 0) w /= wcw; 1261 if (wcw > 0) w = (w + wcw - 1) / wcw;
1195 1262
1196 careful = w > prop->width; 1263 careful = w > prop->width;
1197 if (careful && w > prop->width * MAX_OVERLAP >> 2) 1264 if (careful && OVERLAP_OK (w, prop))
1198 return false; 1265 return false;
1199 1266
1200 return true; 1267 return true;
1201} 1268}
1202 1269
1203void 1270void
1204rxvt_font_xft::draw (rxvt_drawable &d, int x, int y, 1271rxvt_font_xft::draw (rxvt_drawable &d, int x, int y,
1205 const text_t *text, int len, 1272 const text_t *text, int len,
1206 int fg, int bg) 1273 int fg, int bg)
1207{ 1274{
1208 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg); 1275 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg);
1209
1210 int base = ascent; // should be fbase, but that is incorrect
1211 1276
1212 XGlyphInfo extents; 1277 XGlyphInfo extents;
1213 FcChar32 *enc = (FcChar32 *) get_enc_buf (len * sizeof (FcChar32)); 1278 XftGlyphSpec *enc = (XftGlyphSpec *)rxvt_temp_buf (len * sizeof (XftGlyphSpec));
1214 FcChar32 *ep = enc; 1279 XftGlyphSpec *ep = enc;
1215 int ewidth = 0; 1280
1216 int xoff = 0; 1281 dTermDisplay;
1282 dTermGC;
1283
1284 // cut trailing spaces
1285 while (len && text [len - 1] == ' ')
1286 len--;
1217 1287
1218 while (len) 1288 while (len)
1219 { 1289 {
1220 int cwidth = r->TermWin.fwidth; 1290 int cwidth = term->fwidth;
1221 FcChar32 fc = *text++; len--; 1291 FcChar32 fc = *text++; len--;
1222 FT_UInt gl;
1223 1292
1224 while (len && *text == NOCHAR) 1293 while (len && *text == NOCHAR)
1225 text++, len--, cwidth += r->TermWin.fwidth; 1294 text++, len--, cwidth += term->fwidth;
1226 1295
1227 gl = XftCharIndex (d.display->display, f, fc); 1296 if (fc != ' ') // skip spaces
1228 XftGlyphExtents (d.display->display, f, &gl, 1, &extents);
1229
1230 if (extents.xOff != cwidth && ep != enc)
1231 {
1232 if (xoff > ewidth) xoff = ewidth;
1233 XftDrawGlyphs (d, &r->pix_colors[fg].c, f,
1234 x + (ewidth - xoff >> 1),
1235 y + base, enc, ep - enc);
1236 x += ewidth;
1237
1238 ep = enc;
1239 ewidth = 0;
1240 xoff = 0;
1241 } 1297 {
1298 FT_UInt glyph = XftCharIndex (disp, f, fc);
1299 XftGlyphExtents (disp, f, &glyph, 1, &extents);
1242 1300
1243 if (fc == ' ' && ep == enc) // skip leading spaces 1301 ep->glyph = glyph;
1302 ep->x = x + (cwidth - extents.xOff >> 1);
1303 ep->y = y + ascent;
1304 ep++;
1244 { 1305 }
1306
1245 x += cwidth; 1307 x += cwidth;
1246 continue;
1247 }
1248
1249 else
1250 {
1251 *ep++ = gl;
1252 ewidth += cwidth;
1253 xoff += extents.xOff;
1254 }
1255 } 1308 }
1256 1309
1257 if (ep != enc) 1310 if (ep != enc)
1258 {
1259 if (xoff > ewidth) xoff = ewidth;
1260 XftDrawGlyphs (d, &r->pix_colors[fg].c, f, 1311 XftDrawGlyphSpec (d, &term->pix_colors[fg].c, f, enc, ep - enc);
1261 x + (ewidth - xoff >> 1),
1262 y + base, enc, ep - enc);
1263 }
1264} 1312}
1265#endif 1313#endif
1266 1314
1267///////////////////////////////////////////////////////////////////////////// 1315/////////////////////////////////////////////////////////////////////////////
1268 1316
1269rxvt_fontset::rxvt_fontset (rxvt_t r) 1317rxvt_fontset::rxvt_fontset (rxvt_term *term)
1270: r (r), fontdesc (0) 1318: fontdesc (0), term (term)
1271{ 1319{
1272 clear (); 1320 clear ();
1273} 1321}
1274 1322
1275rxvt_fontset::~rxvt_fontset () 1323rxvt_fontset::~rxvt_fontset ()
1278} 1326}
1279 1327
1280void 1328void
1281rxvt_fontset::clear () 1329rxvt_fontset::clear ()
1282{ 1330{
1283 prop.width = prop.height = prop.weight = prop.slant 1331 prop.width = prop.height = prop.ascent = prop.weight = prop.slant
1284 = rxvt_fontprop::unset; 1332 = rxvt_fontprop::unset;
1285 1333
1286 for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++) 1334 for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++)
1287 FONT_UNREF (*i); 1335 FONT_UNREF (*i);
1288 1336
1319 f = new rxvt_font_x11; 1367 f = new rxvt_font_x11;
1320 } 1368 }
1321 else 1369 else
1322 f = new rxvt_font_x11; 1370 f = new rxvt_font_x11;
1323 1371
1324 f->set_term (r); 1372 f->set_term (term);
1325 f->set_name (strdup (name)); 1373 f->set_name (strdup (name));
1326 1374
1327 f->cs = cs; 1375 f->cs = cs;
1328 f->loaded = false; 1376 f->loaded = false;
1329 1377
1340 char buf[512]; 1388 char buf[512];
1341 const char *end; 1389 const char *end;
1342 1390
1343 do 1391 do
1344 { 1392 {
1345 while (*desc <= ' ') desc++; 1393 while (*desc && *desc <= ' ')
1394 desc++;
1346 1395
1347 codeset cs = CS_UNICODE; 1396 codeset cs = CS_UNICODE;
1348 1397
1349 if (*desc == '[') 1398 if (*desc == '[')
1350 { 1399 {
1460 if (FROM_UNICODE (f->cs, unicode) == NOCHAR) 1509 if (FROM_UNICODE (f->cs, unicode) == NOCHAR)
1461 goto next_font; 1510 goto next_font;
1462 1511
1463 if (!realize_font (i)) 1512 if (!realize_font (i))
1464 goto next_font; 1513 goto next_font;
1514
1515 if (prop.ascent != rxvt_fontprop::unset)
1516 max_it (f->ascent, prop.ascent);
1465 } 1517 }
1466 1518
1467 if (f->cs == CS_UNKNOWN) 1519 if (f->cs == CS_UNKNOWN)
1468 goto next_font; 1520 goto next_font;
1469 1521
1508 FcPatternAddInteger (p, FC_SLANT, prop.slant); 1560 FcPatternAddInteger (p, FC_SLANT, prop.slant);
1509 FcPatternAddBool (p, FC_MINSPACE, 1); 1561 FcPatternAddBool (p, FC_MINSPACE, 1);
1510 //FcPatternAddBool (p, FC_ANTIALIAS, 1); 1562 //FcPatternAddBool (p, FC_ANTIALIAS, 1);
1511 1563
1512 XftResult result; 1564 XftResult result;
1513 FcPattern *match = XftFontMatch (DISPLAY, DefaultScreen (DISPLAY), p, &result); 1565 FcPattern *match = XftFontMatch (term->xdisp, term->display->screen, p, &result);
1514 1566
1515 FcPatternDestroy (p); 1567 FcPatternDestroy (p);
1516 1568
1517 if (match) 1569 if (match)
1518 { 1570 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines