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.103 by root, Sun Aug 27 10:10:25 2006 UTC vs.
Revision 1.122 by ayin, Wed Oct 31 09:55:24 2007 UTC

43 const char *name; 43 const char *name;
44} fallback_fonts[] = { 44} fallback_fonts[] = {
45 { CS_ISO8859_1, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-1" }, 45 { CS_ISO8859_1, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-1" },
46 { CS_ISO8859_15, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-15" }, 46 { CS_ISO8859_15, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-15" },
47 { CS_ISO8859_15, "-*-*-*-r-*--*-*-*-*-c-*-fcd8859-15" }, 47 { CS_ISO8859_15, "-*-*-*-r-*--*-*-*-*-c-*-fcd8859-15" },
48 48
49#if ENCODING_EU 49#if ENCODING_EU
50 // cyrillic 50 // cyrillic
51 { CS_KOI8_R, "-*-*-*-r-*--*-*-*-*-c-*-koi8-r" }, 51 { CS_KOI8_R, "-*-*-*-r-*--*-*-*-*-c-*-koi8-r" },
52 { CS_KOI8_U, "-*-*-*-r-*--*-*-*-*-c-*-koi8-u" }, 52 { CS_KOI8_U, "-*-*-*-r-*--*-*-*-*-c-*-koi8-u" },
53 53
54 { CS_ISO8859_2, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-2" }, 54 { CS_ISO8859_2, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-2" },
55 { CS_ISO8859_3, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-3" }, 55 { CS_ISO8859_3, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-3" },
56 { CS_ISO8859_4, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-4" }, 56 { CS_ISO8859_4, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-4" },
57 { CS_ISO8859_5, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-5" }, 57 { CS_ISO8859_5, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-5" },
58 { CS_ISO8859_6, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-6" }, 58 { CS_ISO8859_6, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-6" },
65 { CS_ISO8859_14, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-14" }, 65 { CS_ISO8859_14, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-14" },
66 { CS_ISO8859_16, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-16" }, 66 { CS_ISO8859_16, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-16" },
67 67
68# if XFT 68# if XFT
69 { CS_KOI8_U, "xft::lang=ru" }, 69 { CS_KOI8_U, "xft::lang=ru" },
70 70
71 { CS_ISO8859_5, "xft::lang=ru" }, 71 { CS_ISO8859_5, "xft::lang=ru" },
72 { CS_ISO8859_6, "xft::lang=ar" }, 72 { CS_ISO8859_6, "xft::lang=ar" },
73 { CS_ISO8859_7, "xft::lang=el" }, 73 { CS_ISO8859_7, "xft::lang=el" },
74 { CS_ISO8859_8, "xft::lang=he" }, 74 { CS_ISO8859_8, "xft::lang=he" },
75 { CS_ISO8859_9, "xft::lang=tr" }, 75 { CS_ISO8859_9, "xft::lang=tr" },
231void 231void
232rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color) const 232rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color) const
233{ 233{
234 dTermDisplay; 234 dTermDisplay;
235 dTermGC; 235 dTermGC;
236 236
237 if (color < 0 || color == Color_bg) 237 if (color == Color_bg || color == Color_transparent)
238 XClearArea (disp, d, x, y, w, h, false); 238 XClearArea (disp, d, x, y, w, h, false);
239 else 239 else if (color >= 0)
240 { 240 {
241#if XFT 241#if XFT
242 bool done = false;
243#ifdef HAVE_BG_PIXMAP
244 if (term->bgPixmap.pixmap && color >= 0 && term->pix_colors[color].c.color.alpha < 0x0ff00)
245 {
246 Picture dst = XftDrawPicture (d);
247 if (dst != 0)
248 {
249 XClearArea (disp, d, x, y, w, h, false);
250 Picture solid_color_pict = XftDrawSrcPicture (d, &term->pix_colors[color].c);
251 XRenderComposite (disp, PictOpOver, solid_color_pict, None, dst, 0, 0, 0, 0, x, y, w, h);
252 done = true;
253 }
254 }
255#endif
256 if (!done)
242 XftDrawRect (d, &term->pix_colors[color].c, x, y, w, h); 257 XftDrawRect (d, &term->pix_colors[color].c, x, y, w, h);
243#else 258#else
244 XSetForeground (disp, gc, term->pix_colors[color]); 259 XSetForeground (disp, gc, term->pix_colors[color]);
245 XFillRectangle (disp, d, gc, x, y, w, h); 260 XFillRectangle (disp, d, gc, x, y, w, h);
246#endif 261#endif
247 } 262 }
390 405
391 case 1: // rectangle, possibly stippled 406 case 1: // rectangle, possibly stippled
392 if (a) 407 if (a)
393 { 408 {
394 static char bm[] = { 0,0 , 3,1 , 1,2 , 1,0 }; 409 static char bm[] = { 0,0 , 3,1 , 1,2 , 1,0 };
395 410
396 gcv.fill_style = FillStippled; 411 gcv.fill_style = FillStippled;
397 gcv.stipple = XCreateBitmapFromData (disp, d, bm + a * 2, 2, 2); 412 gcv.stipple = XCreateBitmapFromData (disp, d, bm + a * 2, 2, 2);
398 gcv.ts_x_origin = x; 413 gcv.ts_x_origin = x;
399 gcv.ts_y_origin = y; 414 gcv.ts_y_origin = y;
400 415
441 *chrs = cc->c2; 456 *chrs = cc->c2;
442 rxvt_font *f2 = (f1->has_char (cc->c2, 0, careful) && !careful) 457 rxvt_font *f2 = (f1->has_char (cc->c2, 0, careful) && !careful)
443 ? f1 458 ? f1
444 : (*fs)[fs->find_font (cc->c2)]; 459 : (*fs)[fs->find_font (cc->c2)];
445 460
446 f2->draw (d, x, y, chrs, width, fg, -1); 461 f2->draw (d, x, y, chrs, width, fg, Color_none);
447 } 462 }
448 } 463 }
449#endif 464#endif
450 else 465 else
451 switch (t) 466 switch (t)
481 const text_t *text, int len, 496 const text_t *text, int len,
482 int fg, int bg); 497 int fg, int bg);
483 498
484 bool slow; // wether this is a proportional font or has other funny characteristics 499 bool slow; // wether this is a proportional font or has other funny characteristics
485 XFontStruct *f; 500 XFontStruct *f;
486 codeset cs;
487 bool enc2b, encm; 501 bool enc2b, encm;
488 502
489 char *get_property (XFontStruct *f, Atom property, const char *repl) const; 503 char *get_property (XFontStruct *f, Atom property, const char *repl) const;
490 bool set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth); 504 bool set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth);
491 bool set_properties (rxvt_fontprop &p, XFontStruct *f); 505 bool set_properties (rxvt_fontprop &p, XFontStruct *f);
498 unsigned long value; 512 unsigned long value;
499 513
500 if (XGetFontProperty (f, property, &value)) 514 if (XGetFontProperty (f, property, &value))
501 return XGetAtomName (term->dpy, value); 515 return XGetAtomName (term->dpy, value);
502 else 516 else
503 return rxvt_strdup (repl); 517 return repl ? strdup (repl) : 0;
504} 518}
505 519
506rxvt_fontprop 520rxvt_fontprop
507rxvt_font_x11::properties () 521rxvt_font_x11::properties ()
508{ 522{
660 f = 0; 674 f = 0;
661 } 675 }
662 676
663 if (prop.weight != rxvt_fontprop::unset) 677 if (prop.weight != rxvt_fontprop::unset)
664 { 678 {
665 replace_field (fname, name, 2, 0, 679 replace_field (fname, name, 2, 0,
666 prop.weight < rxvt_fontprop::bold 680 prop.weight < rxvt_fontprop::bold
667 ? "medium" : "bold"); 681 ? "medium" : "bold");
668 set_name (strdup (fname)); 682 set_name (strdup (fname));
669 } 683 }
670 684
814 int N = f->max_char_or_byte2 - f->min_char_or_byte2; 828 int N = f->max_char_or_byte2 - f->min_char_or_byte2;
815 829
816 if (encm) 830 if (encm)
817 N += (f->max_byte1 - f->min_byte1) 831 N += (f->max_byte1 - f->min_byte1)
818 * (f->max_char_or_byte2 - f->min_char_or_byte2 + 1); 832 * (f->max_char_or_byte2 - f->min_char_or_byte2 + 1);
819 833
820 while (N) 834 while (N)
821 { 835 {
822 if (f->per_char[N].width > width) 836 if (f->per_char[N].width > width)
823 width = f->per_char[N].width; 837 width = f->per_char[N].width;
824 838
976 else 990 else
977 { 991 {
978 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg); 992 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg);
979 993
980 XChangeGC (disp, gc, GCForeground | GCFont, &v); 994 XChangeGC (disp, gc, GCForeground | GCFont, &v);
981 995
982 if (slow) 996 if (slow)
983 { 997 {
984 do 998 do
985 { 999 {
986 if (xc->byte1 || xc->byte2) 1000 if (xc->byte1 || xc->byte2)
1008 else 1022 else
1009 { 1023 {
1010 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg); 1024 clear_rect (d, x, y, term->fwidth * len, term->fheight, bg);
1011 1025
1012 XChangeGC (disp, gc, GCForeground | GCFont, &v); 1026 XChangeGC (disp, gc, GCForeground | GCFont, &v);
1013 1027
1014 if (slow) 1028 if (slow)
1015 { 1029 {
1016 do 1030 do
1017 { 1031 {
1018 if (*xc) 1032 if (*xc)
1044 1058
1045 void draw (rxvt_drawable &d, int x, int y, 1059 void draw (rxvt_drawable &d, int x, int y,
1046 const text_t *text, int len, 1060 const text_t *text, int len,
1047 int fg, int bg); 1061 int fg, int bg);
1048 1062
1049 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &carefull) const; 1063 bool has_char (unicode_t unicode, const rxvt_fontprop *prop, bool &careful) const;
1050 1064
1051protected: 1065protected:
1052 XftFont *f; 1066 XftFont *f;
1053}; 1067};
1054 1068
1273 dTermGC; 1287 dTermGC;
1274 1288
1275 int w = term->fwidth * len; 1289 int w = term->fwidth * len;
1276 int h = term->fheight; 1290 int h = term->fheight;
1277 1291
1278 bool buffered = bg >= 0 // we don't use a transparent bg 1292 /* TODO: this logic needs some more thinking, since we no longer do pseudo-transparency.
1293 * Maybe make buffering into a resource flag? Compile time option doesn't seems like a
1294 * good idea from the perspective of packaging for wide variety of user configs.
1295 */
1296 bool buffered = true
1279#ifndef FORCE_UNBUFFERED_XFT 1297#ifdef FORCE_UNBUFFERED_XFT
1280# if defined(XPM_BACKGROUND) || defined(TRANSPARENT) 1298 && bg >= 0
1281 || !term->am_transparent // we aren't transparent
1282 || term->am_pixmap_trans // we have a pixmap
1283# endif
1284#endif 1299#endif
1285 ; 1300 ;
1286
1287 // cut trailing spaces 1301 // cut trailing spaces
1288 while (len && text [len - 1] == ' ') 1302 while (len && text [len - 1] == ' ')
1289 len--; 1303 len--;
1290 1304
1291 int x_ = buffered ? 0 : x; 1305 int x_ = buffered ? 0 : x;
1296 int cwidth = term->fwidth; 1310 int cwidth = term->fwidth;
1297 FcChar32 fc = *text++; len--; 1311 FcChar32 fc = *text++; len--;
1298 1312
1299 while (len && *text == NOCHAR) 1313 while (len && *text == NOCHAR)
1300 text++, len--, cwidth += term->fwidth; 1314 text++, len--, cwidth += term->fwidth;
1301 1315
1302 if (fc != ' ') // skip spaces 1316 if (fc != ' ') // skip spaces
1303 { 1317 {
1304 FT_UInt glyph = XftCharIndex (disp, f, fc); 1318 FT_UInt glyph = XftCharIndex (disp, f, fc);
1305 XftGlyphExtents (disp, f, &glyph, 1, &extents); 1319 XftGlyphExtents (disp, f, &glyph, 1, &extents);
1306 1320
1317 x_ += cwidth; 1331 x_ += cwidth;
1318 } 1332 }
1319 1333
1320 if (buffered) 1334 if (buffered)
1321 { 1335 {
1336 bool back_rendered = false;
1322 if (ep != enc) 1337 if (ep != enc)
1323 { 1338 {
1324 rxvt_drawable &d2 = d.screen->scratch_drawable (w, h); 1339 rxvt_drawable &d2 = d.screen->scratch_drawable (w, h);
1325 1340
1326 if (0) 1341#ifdef HAVE_BG_PIXMAP
1327 ;
1328#ifdef TRANSPARENT
1329 else if (bg < 0 && term->am_pixmap_trans)
1330 XCopyArea (disp, term->pixmap, d2, gc,
1331 x + term->window_vt_x, y + term->window_vt_y,
1332 w, h, 0, 0);
1333#endif
1334#ifdef XPM_BACKGROUND
1335 else if (bg < 0 && term->bgPixmap.pixmap) 1342 if (term->bgPixmap.pixmap)
1336 { 1343 {
1344 Picture dst = 0;
1345
1346 if (bg >= 0 && term->pix_colors[bg].c.color.alpha < 0x0ff00)
1347 dst = XftDrawPicture (d2);
1348
1349 if (bg < 0 || dst != 0)
1350 {
1351 int src_x = x, src_y = y ;
1352
1353 if (term->bgPixmap.is_parentOrigin ())
1354 {
1355 src_x += term->window_vt_x;
1356 src_y += term->window_vt_y;
1357 }
1358
1359 if (term->bgPixmap.pmap_width >= src_x+w
1360 && term->bgPixmap.pmap_height >= src_y+h)
1361 {
1362 XCopyArea (disp, term->bgPixmap.pixmap, d2, gc,
1363 src_x, src_y, w, h, 0, 0);
1364 }
1365 else
1366 {
1337 XGCValues gcv; 1367 XGCValues gcv;
1338 1368
1339 gcv.fill_style = FillTiled; 1369 gcv.fill_style = FillTiled;
1340 gcv.tile = term->pixmap; 1370 gcv.tile = term->bgPixmap.pixmap;
1341 gcv.ts_x_origin = -x; 1371 gcv.ts_x_origin = -src_x;
1342 gcv.ts_y_origin = -y; 1372 gcv.ts_y_origin = -src_y;
1343 1373
1344 GC gc2 = XCreateGC (disp, d2, 1374 XChangeGC (disp, gc,
1345 GCTile | GCTileStipXOrigin | GCTileStipYOrigin | GCFillStyle, 1375 GCTile | GCTileStipXOrigin | GCTileStipYOrigin | GCFillStyle,
1346 &gcv); 1376 &gcv);
1347 1377
1348 XFillRectangle (disp, d2, gc2, 0, 0, w, h); 1378 XFillRectangle (disp, d2, gc, 0, 0, w, h);
1349 1379
1350 XFreeGC (disp, gc2); 1380 gcv.fill_style = FillSolid;
1381 XChangeGC (disp, gc, GCFillStyle, &gcv);
1382 }
1383
1384 if (bg >= 0)
1385 {
1386 Picture solid_color_pict = XftDrawSrcPicture (d2, &term->pix_colors[bg].c);
1387 XRenderComposite (disp, PictOpOver, solid_color_pict, None, dst, 0, 0, 0, 0, 0, 0, w, h);
1388 }
1389
1390 back_rendered = true;
1391 }
1351 } 1392 }
1352#endif 1393#endif
1353 else 1394
1395 if (bg >= 0 && !back_rendered)
1354 XftDrawRect (d2, &term->pix_colors[bg].c, 0, 0, w, h); 1396 XftDrawRect (d2, &term->pix_colors[bg].c, 0, 0, w, h);
1355 1397
1356 XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc); 1398 XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc);
1357 XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y); 1399 XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y);
1358 } 1400 }
1403 1445
1404rxvt_font * 1446rxvt_font *
1405rxvt_fontset::new_font (const char *name, codeset cs) 1447rxvt_fontset::new_font (const char *name, codeset cs)
1406{ 1448{
1407 rxvt_font *f; 1449 rxvt_font *f;
1408 1450
1409 if (!name || !*name) 1451 if (!name || !*name)
1410 { 1452 {
1411 name = ""; 1453 name = "";
1412 f = new rxvt_font_default (this); 1454 f = new rxvt_font_default (this);
1413 } 1455 }
1632 if (find_font (font) < 0) 1674 if (find_font (font) < 0)
1633 { 1675 {
1634 char fontname[4096]; 1676 char fontname[4096];
1635 sprintf (fontname, "xft:%-.4090s", font); 1677 sprintf (fontname, "xft:%-.4090s", font);
1636 1678
1637 fonts.push_back (new_font (fontname, CS_UNICODE)); 1679 fonts.push_back (new_font (fontname, CS_UNICODE));
1638 } 1680 }
1639 1681
1640 free (font); 1682 free (font);
1641 } 1683 }
1642#endif 1684#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines