ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/defaultfont.C
Revision: 1.34
Committed: Thu Mar 4 04:28:50 2004 UTC (20 years, 2 months ago) by pcg
Content type: text/plain
Branch: MAIN
Changes since 1.33: +9 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 pcg 1.1 /*--------------------------------*-C-*---------------------------------*;
2     * File: defaultfont.C
3     *----------------------------------------------------------------------*
4 pcg 1.22 * Copyright (c) 2003-2004 Marc Lehmann <pcg@goof.com>
5 pcg 1.1 * - original version.
6     *
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
9     * the Free Software Foundation; either version 2 of the License, or
10     * (at your option) any later version.
11     *
12     * This program is distributed in the hope that it will be useful,
13     * but WITHOUT ANY WARRANTY; without even the implied warranty of
14     * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15     * GNU General Public License for more details.
16     *
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
19     * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
20     *---------------------------------------------------------------------*/
21    
22     #include "../config.h"
23     #include "rxvt.h"
24     #include "defaultfont.h"
25    
26 pcg 1.7 #include <cstdlib>
27    
28 pcg 1.17 #define DISPLAY r->display->display
29 pcg 1.2 #define GC r->TermWin.gc
30 pcg 1.1
31     const struct rxvt_fallback_font {
32     codeset cs;
33     const char *name;
34     } fallback_fonts[] = {
35     { CS_ISO8859_1, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-1" },
36     { CS_ISO8859_15, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-15" },
37     { CS_ISO8859_15, "-*-*-*-r-*--*-*-*-*-c-*-fcd8859-15" },
38    
39     #if ENCODING_EU
40     // cyrillic
41     { CS_KOI8_R, "-*-*-*-r-*--*-*-*-*-c-*-koi8-r" },
42     { CS_KOI8_U, "-*-*-*-r-*--*-*-*-*-c-*-koi8-u" },
43    
44     { CS_ISO8859_2, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-2" },
45     { CS_ISO8859_3, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-3" },
46     { CS_ISO8859_4, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-4" },
47     { CS_ISO8859_5, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-5" },
48     { CS_ISO8859_6, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-6" },
49     { CS_ISO8859_7, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-7" },
50     { CS_ISO8859_8, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-8" },
51     { CS_ISO8859_9, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-9" },
52     { CS_ISO8859_10, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-10" },
53     { CS_ISO8859_11, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-11" },
54     { CS_ISO8859_13, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-13" },
55     { CS_ISO8859_14, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-14" },
56     { CS_ISO8859_16, "-*-*-*-r-*--*-*-*-*-c-*-iso8859-16" },
57     #endif
58    
59     // japanese
60     #if ENCODING_JP || ENCODING_JP_EXT
61     # if XFT
62     // prefer xft for complex scripts
63 pcg 1.9 { CS_UNICODE, "xft:Kochi Gothic:antialias=false" },
64 pcg 1.1 # endif
65 pcg 1.9 { CS_JIS0201_1976_0, "-*-mincho-*-r-*--*-*-*-*-c-*-jisx0201*-0" },
66     { CS_JIS0208_1983_0, "-*-mincho-*-r-*--*-*-*-*-c-*-jisx0208*-0" },
67     { CS_JIS0212_1990_0, "-*-mincho-*-r-*--*-*-*-*-c-*-jisx0212*-0" },
68 pcg 1.1 #endif
69    
70     #if ENCODING_CN || ENCODING_CN_EXT
71     # if XFT
72 pcg 1.9 { CS_BIG5_EXT, "xft:AR PL Mingti2L Big5" },
73     { CS_BIG5_EXT, "xft:AR PL KaitiM Big5" },
74     { CS_GB2312_1980_0, "xft:AR PL KaitiM GB" },
75     { CS_GB2312_1980_0, "xft:AR PL SungtiL GB" },
76 pcg 1.1 # endif
77 pcg 1.28 { CS_BIG5, "-*-*-*-*-*-*-*-*-*-*-c-*-big5-0" },
78     { CS_BIG5_PLUS, "-*-*-*-*-*-*-*-*-*-*-c-*-big5p-0" },
79     { CS_BIG5_EXT, "-*-*-*-*-*-*-*-*-*-*-c-*-big5.eten-0" },
80 pcg 1.27 { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-gb2312*-0" },
81     { CS_CNS11643_1992_1, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-1" },
82     { CS_CNS11643_1992_2, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-2" },
83     { CS_CNS11643_1992_3, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-3" },
84     { CS_CNS11643_1992_4, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-4" },
85     { CS_CNS11643_1992_5, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-5" },
86     { CS_CNS11643_1992_6, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-6" },
87     { CS_CNS11643_1992_7, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-7" },
88     { CS_CNS11643_1992_F, "-*-*-*-*-*-*-*-*-*-*-c-*-cns11643*-f" },
89 pcg 1.1 #endif
90    
91     #if XFT
92 pcg 1.9 { CS_UNICODE, "xft:Andale Mono" },
93     { CS_UNICODE, "xft:Arial Unicode MS" },
94 pcg 1.1 #endif
95 pcg 1.9 { CS_UNICODE, "-*-lucidatypewriter-*-*-*-*-*-*-*-*-m-*-iso10646-1" },
96     { CS_UNICODE, "xft:FreeMono" },
97     { CS_UNICODE, "-*-unifont-*-*-*-*-*-*-*-*-c-*-iso10646-1" },
98     { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-c-*-iso10646-1" },
99     { CS_UNICODE, "-*-*-*-r-*-*-*-*-*-*-m-*-iso10646-1" },
100 pcg 1.1
101 pcg 1.30 #if UNICODE_3 && XFT
102     { CS_UNICODE, "xft:Code2001" }, // contains many plane-1 characters
103     #endif
104    
105 pcg 1.1 { CS_UNKNOWN, 0 }
106     };
107    
108     /////////////////////////////////////////////////////////////////////////////
109    
110 pcg 1.26 #if XFT
111 pcg 1.24 rxvt_drawable::~rxvt_drawable ()
112     {
113     if (xftdrawable)
114     XftDrawDestroy (xftdrawable);
115     }
116    
117     rxvt_drawable::operator XftDraw *()
118     {
119     if (!xftdrawable)
120     xftdrawable = XftDrawCreate (display->display, drawable, display->visual, display->cmap);
121    
122     return xftdrawable;
123     }
124 pcg 1.26 #endif
125 pcg 1.24
126     /////////////////////////////////////////////////////////////////////////////
127    
128 pcg 1.1 static void *enc_buf;
129     static uint32_t enc_len;
130    
131     static inline void *
132 pcg 1.16 get_enc_buf (uint32_t len)
133 pcg 1.1 {
134     if (len > enc_len)
135     {
136     free (enc_buf);
137     enc_buf = malloc (len);
138     }
139    
140     return enc_buf;
141     }
142    
143     static const char *
144 pcg 1.16 enc_char (const text_t *text, uint32_t len, codeset cs, bool &zero)
145 pcg 1.1 {
146     uint8_t *buf = (uint8_t *)get_enc_buf (len);
147    
148     while (len--)
149     {
150     uint32_t c = FROM_UNICODE (cs, *text++);
151    
152     if (c == NOCHAR)
153     {
154     c = 0;
155     zero = true;
156     }
157    
158     *buf++ = c;
159     }
160    
161     return (const char *)enc_buf;
162     }
163    
164     static const XChar2b *
165 pcg 1.16 enc_xchar2b (const text_t *text, uint32_t len, codeset cs, bool &zero)
166 pcg 1.1 {
167     XChar2b *buf = (XChar2b *)get_enc_buf (len * sizeof (XChar2b));
168    
169     while (len--)
170     {
171     uint32_t c = FROM_UNICODE (cs, *text++);
172    
173     if (c == NOCHAR)
174     {
175     c = 0;
176     zero = true;
177     }
178    
179     buf->byte1 = c >> 8;
180     buf->byte2 = c;
181     buf++;
182     }
183    
184     return (XChar2b *)enc_buf;
185     }
186    
187     /////////////////////////////////////////////////////////////////////////////
188    
189     void
190 pcg 1.24 rxvt_font::clear_rect (rxvt_drawable &d, int x, int y, int w, int h, int color)
191 pcg 1.1 {
192     if (color == Color_bg)
193 pcg 1.24 XClearArea (d.display->display, d, x, y, w, h, FALSE);
194 pcg 1.1 else if (color >= 0)
195     {
196 pcg 1.24 #if XFT
197     XftDrawRect (d, &r->PixColors[color].c, x, y, w, h);
198     #else
199     XSetForeground (d.display->display, GC, r->PixColors[color]);
200     XFillRectangle (d.display->display, d, GC, x, y, w, h);
201     #endif
202 pcg 1.1 }
203     }
204    
205 pcg 1.3 static const char *linedraw_cmds[128] = {
206     "1hH", "2hH", "1vV", "2vV",
207     0, 0, 0, 0,
208     0, 0, 0, 0,
209     "1HV", "2H1V", "1H2V", "2HV",
210    
211     // 2510
212     "1hV", "2h1V", "1h2V", "2hV",
213     "1Hv", "2H1v", "1H2v", "2Hv",
214     "1hv", "2h1v", "1h2v", "2hv",
215     "1HvV", "2H1vV", "1HV2v", "1Hv2V",
216    
217     // 2520
218     "1H2vV", "2Hv1V", "2HV1v", "2HvV",
219     "1hvV", "2h1vV", "1hV2v", "1hv2V",
220     "1h2vV", "2hv1V", "1v2hV", "2hvV",
221     "1hHV", "2h1HV", "2H1hV", "2hH1V",
222    
223     // 2530
224     "1hH2V", "2hV1H", "1h2HV", "2hHV",
225     "1hHv", "1vH2h", "1hv2H", "1v2hH",
226     "1hH2v", "1H2hv", "1h2Hv", "2hHv",
227     "1hHvV", "1vVH2h", "1hvV2H", "1vV2hH",
228    
229     // 2540
230     "1hHV2v", "1hHv2V", "1hH2vV", "1HV2hv",
231     "1hV2Hv", "1Hv2hV", "1hv2HV", "1V2hHv",
232     "1v2hHV", "1H2hvV", "1h2HvV", "2hHvV",
233     0, 0, 0, 0,
234    
235     // 2550
236     0, 0, 0, 0,
237     0, 0, 0, 0,
238     0, 0, 0, 0,
239     0, 0, 0, 0,
240    
241     // 2560
242     0, 0, 0, 0,
243     0, 0, 0, 0,
244     0, 0, 0, 0,
245     0, 0, 0, 0,
246    
247     // 2570
248     0, "1a", "1b", "1ab",
249     "1h", "1v", "1H", "1V",
250     "2h", "2v", "2H", "2V",
251     "1h2H", "1v2V", "1H2h", "1V2v"
252    
253     // to be done
254     };
255    
256 pcg 1.1 struct rxvt_font_default : rxvt_font {
257 pcg 1.7 rxvt_fontprop properties ()
258     {
259     rxvt_fontprop p;
260    
261 pcg 1.10 p.width = p.height = 1;
262 pcg 1.7 p.weight = rxvt_fontprop::medium;
263     p.slant = rxvt_fontprop::roman;
264    
265     return p;
266     }
267    
268     bool load (const rxvt_fontprop &prop)
269 pcg 1.1 {
270     width = 1; height = 1;
271     ascent = 1; descent = 0;
272    
273     return true;
274     }
275    
276     bool has_codepoint (uint32_t unicode)
277     {
278 pcg 1.3 if (unicode <= 0x001f)
279     return true;
280 pcg 1.34
281 pcg 1.3 if (unicode >= 0x0080 && unicode <= 0x009f)
282     return true;
283    
284     if (unicode >= 0x2500 && unicode <= 0x257f
285     && linedraw_cmds[unicode - 0x2500])
286 pcg 1.1 return true;
287    
288 pcg 1.34 if (IS_PSEUDO (unicode))
289     return true;
290    
291 pcg 1.1 switch (unicode)
292     {
293     case ZERO_WIDTH_CHAR:
294     return true;
295     }
296    
297     return false;
298     }
299    
300 pcg 1.24 void draw (rxvt_drawable &d, int x, int y,
301 pcg 1.1 const text_t *text, int len,
302     int fg, int bg);
303     };
304    
305     void
306 pcg 1.24 rxvt_font_default::draw (rxvt_drawable &d, int x, int y,
307 pcg 1.1 const text_t *text, int len,
308     int fg, int bg)
309     {
310 pcg 1.24 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
311 pcg 1.1
312 pcg 1.24 XSetForeground (d.display->display, GC, r->PixColors[fg]);
313 pcg 1.3
314 pcg 1.1 while (len--)
315     {
316 pcg 1.3 text_t t = *text++;
317    
318 pcg 1.27 // is it in our linedrawing table?
319 pcg 1.3 if (t >= 0x2500 & t <= 0x2580 && linedraw_cmds[t - 0x2500])
320 pcg 1.1 {
321 pcg 1.3 const char *p = linedraw_cmds[t - 0x2500];
322    
323 pcg 1.31 int x0 = x, x1 = x + (r->TermWin.fwidth - 1) / 2, x2 = x + r->TermWin.fwidth - 1;
324     int y0 = y, y1 = y + (r->TermWin.fheight - 1) / 2, y2 = y + r->TermWin.fheight - 1;
325 pcg 1.3
326     XGCValues gcv;
327    
328     while (*p)
329     {
330     switch (*p++)
331     {
332     case '1':
333     gcv.line_width = 0;
334 pcg 1.24 XChangeGC (d.display->display, GC, GCLineWidth, &gcv);
335 pcg 1.3 break;
336    
337     case '2':
338     gcv.line_width = 2;
339 pcg 1.24 XChangeGC (d.display->display, GC, GCLineWidth, &gcv);
340 pcg 1.3 break;
341    
342 pcg 1.24 case 'h': XDrawLine (d.display->display, d, GC, x0, y1, x1, y1); break;
343     case 'H': XDrawLine (d.display->display, d, GC, x1, y1, x2, y1); break;
344     case 'v': XDrawLine (d.display->display, d, GC, x1, y0, x1, y1); break;
345     case 'V': XDrawLine (d.display->display, d, GC, x1, y1, x1, y2); break;
346     case 'a': XDrawLine (d.display->display, d, GC, x0, y2, x2, y0); break;
347     case 'b': XDrawLine (d.display->display, d, GC, x0, y0, x2, y2); break;
348 pcg 1.3 }
349     }
350    
351     gcv.line_width = 0;
352 pcg 1.24 XChangeGC (d.display->display, GC, GCLineWidth, &gcv);
353 pcg 1.1 }
354 pcg 1.34 else if (IS_PSEUDO (t))
355     {
356     const compose_char &cc = r->composite (t);
357     (void)0; //D ADD pseudo handling here
358     }
359 pcg 1.3 else
360 pcg 1.27 switch (t)
361 pcg 1.3 {
362     case ZERO_WIDTH_CHAR:
363     break;
364     default:
365 pcg 1.27 int w = 0;
366     while (len > 0 && *text == NOCHAR)
367     {
368     ++text;
369     --len;
370     w += r->TermWin.fwidth;
371     }
372    
373     XDrawRectangle (d.display->display, d, GC, x + 2, y + 2,
374     w + r->TermWin.fwidth - 5, r->TermWin.fheight - 5);
375     x += w;
376 pcg 1.3 }
377 pcg 1.1
378 pcg 1.2 x += r->TermWin.fwidth;
379 pcg 1.1 }
380     }
381    
382     /////////////////////////////////////////////////////////////////////////////
383    
384     struct rxvt_font_x11 : rxvt_font {
385     rxvt_font_x11 () { f = 0; }
386    
387     void clear ();
388    
389 pcg 1.7 rxvt_fontprop properties ();
390    
391     bool load (const rxvt_fontprop &prop);
392 pcg 1.1
393     bool has_codepoint (uint32_t unicode);
394    
395 pcg 1.24 void draw (rxvt_drawable &d, int x, int y,
396 pcg 1.1 const text_t *text, int len,
397     int fg, int bg);
398    
399     XFontStruct *f;
400     codeset cs;
401     bool enc2b, encm;
402    
403 pcg 1.7 const char *get_property (XFontStruct *f, const char *property, const char *repl) const;
404 pcg 1.12 bool set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth);
405     bool set_properties (rxvt_fontprop &p, XFontStruct *f);
406     bool set_properties (rxvt_fontprop &p, const char *name);
407 pcg 1.1 };
408    
409     const char *
410 pcg 1.7 rxvt_font_x11::get_property (XFontStruct *f, const char *property, const char *repl) const
411 pcg 1.1 {
412     unsigned long value;
413    
414     if (XGetFontProperty (f, XInternAtom (DISPLAY, property, 0), &value))
415     return XGetAtomName (DISPLAY, value);
416     else
417     return repl;
418     }
419    
420 pcg 1.7 rxvt_fontprop
421     rxvt_font_x11::properties ()
422     {
423 pcg 1.12 rxvt_fontprop p;
424     set_properties (p, f);
425     return p;
426 pcg 1.7 }
427    
428 pcg 1.12 bool
429     rxvt_font_x11::set_properties (rxvt_fontprop &p, int height, const char *weight, const char *slant, int avgwidth)
430 pcg 1.7 {
431 pcg 1.12 p.width = avgwidth ? (avgwidth + 1) / 10 : (height + 1) / 2;
432     p.height = height;
433     p.weight = *weight == 'B' || *weight == 'b' ? rxvt_fontprop::bold : rxvt_fontprop::medium;
434     p.slant = *slant == 'r' || *slant == 'R' ? rxvt_fontprop::roman : rxvt_fontprop::italic;
435    
436     return true;
437     }
438 pcg 1.7
439 pcg 1.12 bool
440     rxvt_font_x11::set_properties (rxvt_fontprop &p, XFontStruct *f)
441     {
442 pcg 1.7 const char *weight = get_property (f, "WEIGHT_NAME", "medium");
443     const char *slant = get_property (f, "SLANT", "r");
444    
445 pcg 1.12 unsigned long height;
446     if (!XGetFontProperty (f, XInternAtom (DISPLAY, "PIXEL_SIZE", 0), &height))
447     return false;
448    
449 pcg 1.10 unsigned long avgwidth;
450 pcg 1.12 if (!XGetFontProperty (f, XInternAtom (DISPLAY, "AVERAGE_WIDTH", 0), &avgwidth))
451     avgwidth = 0;
452    
453     return set_properties (p, height, weight, slant, avgwidth);
454     }
455    
456     bool
457     rxvt_font_x11::set_properties (rxvt_fontprop &p, const char *name)
458     {
459     int slashes = 0;
460 pcg 1.29 const char *comp[13];
461 pcg 1.12
462     for (const char *c = name; *c; c++)
463     if (*c == '-')
464     {
465     comp[slashes++] = c + 1;
466     if (slashes >= 13)
467     break;
468     }
469    
470     /* can we short-circuit the costly XLoadQueryFont? */
471     if (slashes >= 13
472     && (*comp[ 6] >= '1' && *comp[ 6] <= '9')
473     && (*comp[11] >= '0' && *comp[11] <= '9'))
474     return set_properties (p, atoi (comp[6]), comp[2], comp[3], atoi (comp[11]));
475    
476     XFontStruct *f = XLoadQueryFont (DISPLAY, name);
477    
478     if (f)
479     {
480 pcg 1.19 // the font should really exist now. if not, we have a problem
481 pcg 1.12 // (e.g. if the user did xset fp rehash just when we were searching fonts).
482     // in that case, just return garbage.
483     bool ret = set_properties (p, f);
484     XFreeFont (DISPLAY, f);
485     return ret;
486     }
487     else
488     return false;
489     }
490    
491     // fix the size of scalable fonts
492     static void
493     fix_scalable (char *buf, const char *name, const rxvt_fontprop &prop)
494     {
495     int slashes = 0;
496     const char *size;
497    
498     for (const char *c = name; *c; c++)
499     if (*c == '-')
500     {
501     if (slashes == 6)
502     size = c + 1;
503    
504     if (++slashes >= 13)
505     break;
506     }
507 pcg 1.7
508 pcg 1.12 if (slashes >= 13 && size[0] == '0')
509     {
510     strncpy (buf, name, size - name);
511     buf += size - name;
512     buf += sprintf (buf, "%d", prop.height);
513     strcpy (buf, size + 1);
514     }
515     else
516     strcpy (buf, name);
517 pcg 1.7 }
518    
519 pcg 1.1 bool
520 pcg 1.7 rxvt_font_x11::load (const rxvt_fontprop &prop)
521 pcg 1.1 {
522     clear ();
523    
524 pcg 1.6 char **list;
525     int count;
526 pcg 1.12 list = XListFonts (DISPLAY, name, 512, &count);
527     set_name (0);
528 pcg 1.6
529     if (!list)
530     return false;
531    
532 pcg 1.7 int bestdiff = 0x7fffffff;
533 pcg 1.6 for (int i = 0; i < count; i++)
534     {
535 pcg 1.12 rxvt_fontprop p;
536     char fname[1024];
537     fix_scalable (fname, list[i], prop);
538    
539     if (!set_properties (p, fname))
540     continue;
541    
542     if (p.height > prop.height) // weed out too large fonts
543     continue;
544    
545     int diff = (prop.height - p.height) * 32
546     + abs (prop.weight - p.weight)
547     + abs (prop.slant - p.slant );
548 pcg 1.7
549 pcg 1.12 if (!name // compare against best found so far
550     || diff < bestdiff)
551 pcg 1.7 {
552 pcg 1.12 set_name (strdup (fname));
553     bestdiff = diff;
554 pcg 1.7 }
555 pcg 1.6 }
556 pcg 1.9
557 pcg 1.12 XFreeFontNames (list);
558    
559     if (!name)
560 pcg 1.9 return false;
561 pcg 1.6
562 pcg 1.1 f = XLoadQueryFont (DISPLAY, name);
563    
564     if (!f)
565     return false;
566    
567 pcg 1.7 const char *registry = get_property (f, "CHARSET_REGISTRY", 0);
568     const char *encoding = get_property (f, "CHARSET_ENCODING", 0);
569 pcg 1.1
570     if (registry && encoding)
571     {
572     char charset[64];
573     snprintf (charset, 64, "%s-%s", registry, encoding);
574    
575     cs = codeset_from_name (charset);
576     }
577     else
578     {
579 pcg 1.7 const char *charset = get_property (f, "FONT", 0);
580 pcg 1.1
581     if (!charset)
582     charset = name;
583    
584     int count = 13;
585     while (*charset)
586     if (*charset++ == '-' && !--count)
587     break;
588    
589     cs = codeset_from_name (charset);
590     }
591    
592     if (cs == CS_UNICODE)
593     cs = CS_UNICODE_16; // X11 can have a max. of 65536 chars per font
594    
595     encm = f->min_byte1 != 0 || f->max_byte1 != 0;
596     enc2b = encm || f->max_char_or_byte2 > 255;
597    
598     ascent = f->ascent;
599     descent = f->descent;
600     height = ascent + descent;
601    
602 pcg 1.7 slow = false;
603 pcg 1.1
604     if (f->min_bounds.width == f->max_bounds.width)
605     width = f->min_bounds.width;
606     else if (f->per_char == NULL)
607     width = f->max_bounds.width;
608     else
609     {
610 pcg 1.7 slow = true;
611 pcg 1.1
612     int N = f->max_char_or_byte2 - f->min_char_or_byte2;
613    
614     if (encm)
615     N += (f->max_byte1 - f->min_byte1)
616     * (f->max_char_or_byte2 - f->min_char_or_byte2 + 1);
617    
618     while (N)
619     {
620     if (f->per_char[N].width > width)
621     width = f->per_char[N].width;
622    
623     --N;
624     }
625     }
626    
627     if (cs == CS_UNKNOWN)
628     {
629     fprintf (stderr, "unable to deduce codeset, ignoring font '%s'\n", name);
630    
631     clear ();
632    
633     return false;
634     }
635    
636     return true;
637     }
638    
639     void
640     rxvt_font_x11::clear ()
641     {
642     if (f)
643     {
644     XFreeFont (DISPLAY, f);
645     f = 0;
646     }
647     }
648    
649     bool
650     rxvt_font_x11::has_codepoint (uint32_t unicode)
651     {
652     uint32_t ch = FROM_UNICODE (cs, unicode);
653    
654     if (ch == NOCHAR)
655     return false;
656    
657     /* check wether the character exists in _this_ font. horrible. */
658     XCharStruct *xcs;
659    
660     if (encm)
661     {
662 pcg 1.16 unsigned char byte1 = ch >> 8;
663     unsigned char byte2 = ch & 255;
664 pcg 1.1
665     if (byte1 < f->min_byte1 || byte1 > f->max_byte1
666     || byte2 < f->min_char_or_byte2 || byte2 > f->max_char_or_byte2)
667     return false;
668    
669     if (!f->per_char)
670     return true;
671    
672     int D = f->max_char_or_byte2 - f->min_char_or_byte2 + 1;
673     int N = (byte1 - f->min_byte1) * D + byte2 - f->min_char_or_byte2;
674    
675     xcs = f->per_char + N;
676     }
677     else
678     {
679     if (ch < f->min_char_or_byte2 || ch > f->max_char_or_byte2)
680     return false;
681    
682     if (!f->per_char)
683     return true;
684    
685     xcs = f->per_char + (ch - f->min_char_or_byte2);
686     }
687    
688     if (xcs->lbearing == 0 && xcs->rbearing == 0 && xcs->width == 0
689     && xcs->ascent == 0 && xcs->descent == 0)
690     return false;
691    
692     return true;
693     }
694    
695     void
696 pcg 1.24 rxvt_font_x11::draw (rxvt_drawable &d, int x, int y,
697 pcg 1.1 const text_t *text, int len,
698     int fg, int bg)
699     {
700     // this looks like a mess /.
701     // and it is a mess /.
702     // yet we are trying to be perfect /.
703     // but the result still isn't perfect /.
704    
705 pcg 1.7 bool slow = this->slow
706 pcg 1.2 || width != r->TermWin.fwidth
707     || height != r->TermWin.fheight;
708 pcg 1.1
709 pcg 1.2 int base = r->TermWin.fbase;
710 pcg 1.1
711     XGCValues v;
712 pcg 1.2 v.foreground = r->PixColors[fg];
713     v.background = r->PixColors[bg];
714 pcg 1.1 v.font = f->fid;
715    
716     if (enc2b)
717     {
718     const XChar2b *xc = enc_xchar2b (text, len, cs, slow);
719    
720     if (bg == Color_bg && !slow)
721     {
722 pcg 1.24 XChangeGC (d.display->display, GC, GCForeground | GCBackground | GCFont, &v);
723     XDrawImageString16 (d.display->display, d, GC, x, y + base, xc, len);
724 pcg 1.1 }
725     else
726     {
727 pcg 1.24 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
728 pcg 1.1
729 pcg 1.24 XChangeGC (d.display->display, GC, GCForeground | GCFont, &v);
730 pcg 1.1
731     if (slow)
732     {
733     do
734     {
735     if (xc->byte1 || xc->byte2)
736 pcg 1.24 XDrawString16 (d.display->display, d, GC, x, y + base, xc, 1);
737 pcg 1.1
738 pcg 1.2 x += r->TermWin.fwidth;
739 pcg 1.1 xc++; len--;
740     }
741     while (len);
742     }
743     else
744 pcg 1.24 XDrawString16 (d.display->display, d, GC, x, y + base, xc, len);
745 pcg 1.1 }
746     }
747     else
748     {
749     const char *xc = enc_char (text, len, cs, slow);
750    
751     if (bg == Color_bg && !slow)
752     {
753 pcg 1.24 XChangeGC (d.display->display, GC, GCForeground | GCBackground | GCFont, &v);
754     XDrawImageString (d.display->display, d, GC, x, y + base, xc, len);
755 pcg 1.1 }
756     else
757     {
758 pcg 1.24 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
759 pcg 1.1
760 pcg 1.24 XChangeGC (d.display->display, GC, GCForeground | GCFont, &v);
761 pcg 1.1
762     if (slow)
763     {
764     do
765     {
766     if (*xc)
767 pcg 1.24 XDrawString (d.display->display, d, GC, x, y + base, xc, 1);
768 pcg 1.1
769 pcg 1.2 x += r->TermWin.fwidth;
770 pcg 1.1 xc++; len--;
771     }
772     while (len);
773     }
774     else
775 pcg 1.24 XDrawString (d.display->display, d, GC, x, y + base, xc, len);
776 pcg 1.1 }
777     }
778     }
779    
780     /////////////////////////////////////////////////////////////////////////////
781    
782     #if XFT
783     #if 0
784     #define UNIBITS 21
785     //#define SWATHBITS (UNIBITS / 2 + 3) // minimum size for "full" tables
786     #define SWATHBITS 8
787     #endif
788    
789     struct rxvt_font_xft : rxvt_font {
790 pcg 1.24 rxvt_font_xft () { f = 0; }
791 pcg 1.1
792     void clear ();
793    
794 pcg 1.7 rxvt_fontprop properties ();
795    
796     bool load (const rxvt_fontprop &prop);
797 pcg 1.1
798 pcg 1.24 void draw (rxvt_drawable &d, int x, int y,
799 pcg 1.1 const text_t *text, int len,
800     int fg, int bg);
801    
802     bool has_codepoint (uint32_t unicode);
803    
804     protected:
805     XftFont *f;
806     };
807    
808     void
809     rxvt_font_xft::clear ()
810     {
811     if (f)
812     {
813 pcg 1.2 XftFontClose (DISPLAY, f);
814 pcg 1.1 f = 0;
815     }
816     }
817    
818 pcg 1.7 rxvt_fontprop
819     rxvt_font_xft::properties ()
820     {
821     rxvt_fontprop p;
822    
823     FT_Face face = XftLockFace (f);
824    
825 pcg 1.10 p.width = width; p.height = height;
826 pcg 1.7 p.weight = face->style_flags & FT_STYLE_FLAG_BOLD ? rxvt_fontprop::bold : rxvt_fontprop::medium;
827     p.slant = face->style_flags & FT_STYLE_FLAG_ITALIC ? rxvt_fontprop::italic : rxvt_fontprop::roman;
828    
829     XftUnlockFace (f);
830    
831     return p;
832     }
833    
834 pcg 1.1 bool
835 pcg 1.7 rxvt_font_xft::load (const rxvt_fontprop &prop)
836 pcg 1.1 {
837     #if 0
838     for (int i = 0; i < SWATHCOUNT; i++)
839     cvr[i] = 0;
840     #endif
841    
842     clear ();
843    
844 pcg 1.7 FcPattern *p = FcNameParse ((FcChar8 *) name);
845    
846     if (!p)
847     return false;
848    
849     FcValue v;
850    
851     if (FcPatternGet (p, FC_WEIGHT, 0, &v) != FcResultMatch)
852     FcPatternAddInteger (p, FC_WEIGHT, prop.weight);
853    
854     if (FcPatternGet (p, FC_SLANT, 0, &v) != FcResultMatch)
855     FcPatternAddInteger (p, FC_SLANT, prop.slant);
856    
857 pcg 1.11 #if 0 // clipping unfortunately destroys our precious double-width-characters
858 pcg 1.10 // clip width, we can't do better, or can we?
859     if (FcPatternGet (p, FC_CHAR_WIDTH, 0, &v) != FcResultMatch)
860     FcPatternAddInteger (p, FC_CHAR_WIDTH, prop.width);
861 pcg 1.11 #endif
862 pcg 1.10
863 pcg 1.7 //FcPatternAddBool (p, FC_MINSPACE, 1);
864    
865     XftResult result;
866     FcPattern *match = XftFontMatch (DISPLAY, DefaultScreen (DISPLAY), p, &result);
867    
868     FcPatternDestroy (p);
869    
870     if (!match)
871     return false;
872    
873     f = XftFontOpenPattern (DISPLAY, match);
874    
875 pcg 1.1 if (!f)
876 pcg 1.8 {
877     FcPatternDestroy (match);
878     return false;
879     }
880 pcg 1.1
881     FT_Face face = XftLockFace (f);
882    
883 pcg 1.7 slow = !FT_IS_FIXED_WIDTH (face);
884 pcg 1.1
885     int ftheight = 0;
886    
887     for (;;)
888     {
889     XGlyphInfo g1, g2;
890     FcChar8 c;
891    
892 pcg 1.2 c = 'i'; XftTextExtents8 (DISPLAY, f, &c, 1, &g1);
893     c = 'W'; XftTextExtents8 (DISPLAY, f, &c, 1, &g2);
894 pcg 1.1
895 pcg 1.7 if (g1.xOff != g2.xOff) // don't simply trust the font
896     slow = true;
897 pcg 1.1
898     width = g2.xOff;
899     ascent = (face->size->metrics.ascender + 63) >> 6;
900     descent = (-face->size->metrics.descender + 63) >> 6;
901     height = ascent + descent;
902    
903 pcg 1.7 if (height <= prop.height || !prop.height)
904 pcg 1.1 break;
905    
906     if (ftheight)
907     {
908     // take smaller steps near the end
909 pcg 1.7 if (height > prop.height + 1) ftheight++;
910     if (height > prop.height + 2) ftheight++;
911     if (height > prop.height + 3) ftheight++;
912 pcg 1.1
913 pcg 1.7 FT_Set_Pixel_Sizes (face, 0, ftheight -= height - prop.height);
914 pcg 1.1 }
915     else
916 pcg 1.7 FT_Set_Pixel_Sizes (face, 0, ftheight = prop.height);
917 pcg 1.1 }
918    
919     XftUnlockFace (f);
920    
921     return true;
922     }
923    
924     bool
925     rxvt_font_xft::has_codepoint (uint32_t unicode)
926     {
927 pcg 1.2 return XftCharExists (DISPLAY, f, unicode);
928 pcg 1.1 }
929    
930     void
931 pcg 1.24 rxvt_font_xft::draw (rxvt_drawable &d, int x, int y,
932 pcg 1.1 const text_t *text, int len,
933     int fg, int bg)
934     {
935 pcg 1.24 clear_rect (d, x, y, r->TermWin.fwidth * len, r->TermWin.fheight, bg);
936 pcg 1.1
937 pcg 1.12 if (!slow && width == r->TermWin.fwidth && 0)
938 pcg 1.1 {
939     if (sizeof (text_t) == sizeof (FcChar16))
940 pcg 1.2 XftDrawString16 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar16 *)text, len);
941 pcg 1.1 else
942 pcg 1.2 XftDrawString32 (d, &r->PixColors[fg].c, f, x, y + r->TermWin.fbase, (const FcChar32 *)text, len);
943 pcg 1.1 }
944     else
945     {
946     while (len)
947     {
948     if (*text != NOCHAR && *text != ' ')
949     {
950 pcg 1.13 int fwidth = r->TermWin.fwidth;
951     if (len >= 2 && text[1] == NOCHAR)
952     fwidth *= 2;
953    
954 pcg 1.12 XGlyphInfo extents;
955 pcg 1.1 if (sizeof (text_t) == sizeof (FcChar16))
956 pcg 1.12 {
957 pcg 1.24 XftTextExtents16 (d.display->display, f, (const FcChar16 *)text, 1, &extents);
958 pcg 1.13 XftDrawString16 (d, &r->PixColors[fg].c, f, x + extents.x + (fwidth - extents.width) / 2,
959 pcg 1.12 y + r->TermWin.fbase, (const FcChar16 *)text, 1);
960     }
961 pcg 1.1 else
962 pcg 1.12 {
963     XGlyphInfo extents;
964 pcg 1.24 XftTextExtents32 (d.display->display, f, (const FcChar32 *)text, 1, &extents);
965 pcg 1.13 XftDrawString32 (d, &r->PixColors[fg].c, f, x + extents.x + (fwidth - extents.width) / 2,
966 pcg 1.12 y + r->TermWin.fbase, (const FcChar32 *)text, 1);
967     }
968 pcg 1.1 }
969    
970 pcg 1.2 x += r->TermWin.fwidth;
971 pcg 1.1 text++;
972     len--;
973     }
974     }
975     }
976     #endif
977    
978     /////////////////////////////////////////////////////////////////////////////
979    
980 pcg 1.2 rxvt_fontset::rxvt_fontset (rxvt_t r)
981 pcg 1.18 : r (r)
982 pcg 1.1 {
983     clear ();
984     }
985    
986     rxvt_fontset::~rxvt_fontset ()
987     {
988     clear ();
989     }
990    
991     void
992     rxvt_fontset::clear ()
993     {
994 pcg 1.18 for (rxvt_font **i = fonts.begin (); i != fonts.end (); i++)
995 pcg 1.1 FONT_UNREF (*i);
996    
997     fonts.clear ();
998     base_id = 0;
999 pcg 1.7 base_prop.height = 0x7fffffff;
1000     base_prop.weight = rxvt_fontprop::medium;
1001     base_prop.slant = rxvt_fontprop::roman;
1002 pcg 1.1
1003     fallback = fallback_fonts;
1004     }
1005    
1006     rxvt_font *
1007     rxvt_fontset::new_font (const char *name, codeset cs)
1008     {
1009     rxvt_font *f;
1010    
1011     if (!name || !*name)
1012     {
1013     name = "";
1014     f = new rxvt_font_default;
1015     }
1016     #if XFT
1017     else if (!strncmp (name, "xft:", 4))
1018     {
1019     name += 4;
1020     f = new rxvt_font_xft;
1021     }
1022     #endif
1023     else if (!strncmp (name, "x:", 2))
1024     {
1025     name += 2;
1026     f = new rxvt_font_x11;
1027     }
1028     else
1029     f = new rxvt_font_x11;
1030    
1031 pcg 1.2 f->set_term (r);
1032 pcg 1.1 f->set_name (strdup (name));
1033    
1034     f->cs = cs;
1035     f->loaded = false;
1036    
1037     return f;
1038     }
1039    
1040     /////////////////////////////////////////////////////////////////////////////
1041    
1042     void
1043     rxvt_fontset::add_fonts (const char *desc)
1044     {
1045     if (desc)
1046     {
1047     char buf[512];
1048     const char *end;
1049    
1050     do
1051     {
1052     while (*desc <= ' ') desc++;
1053    
1054     if (*desc == '[')
1055     {
1056     fprintf (stderr, "extra font parameters not yet supported, skipping.\n");
1057    
1058 pcg 1.16 //const char *extra = desc++; // not yet used
1059 pcg 1.1
1060     desc = strchr (desc, ']');
1061    
1062     if (!desc)
1063     {
1064     fprintf (stderr, "ERROR: opening '[' without closing ']' in font specification.\n");
1065     break;
1066     }
1067    
1068     desc++;
1069     while (*desc <= ' ') desc++;
1070     }
1071    
1072     end = strchr (desc, ',');
1073     if (!end)
1074     end = desc + strlen (desc);
1075    
1076     if (end - desc < 511)
1077     {
1078     strncpy (buf, desc, end - desc);
1079     buf[end - desc] = 0;
1080    
1081     fonts.push_back (new_font (buf, CS_UNICODE));
1082     }
1083    
1084     desc = end + 1;
1085     }
1086     while (*end);
1087     }
1088     }
1089    
1090     bool
1091     rxvt_fontset::realize_font (int i)
1092     {
1093     if (fonts[i]->loaded)
1094     return true;
1095    
1096 pcg 1.5 fonts[i]->loaded = true;
1097 pcg 1.1
1098 pcg 1.7 if (!fonts[i]->load (base_prop))
1099 pcg 1.5 {
1100     fonts[i]->cs = CS_UNKNOWN;
1101     return false;
1102     }
1103 pcg 1.1
1104 pcg 1.5 return true;
1105 pcg 1.1 }
1106    
1107 pcg 1.23 bool
1108 pcg 1.1 rxvt_fontset::populate (const char *desc)
1109     {
1110     clear ();
1111    
1112     fonts.push_back (new_font (0, CS_UNICODE));
1113     realize_font (0);
1114    
1115     add_fonts (desc);
1116    
1117     if (!base_id)
1118     base_id = 1;
1119    
1120     // we currently need a base-font, no matter what
1121 pcg 1.16 if ((int)fonts.size () <= base_id || !realize_font (base_id))
1122 pcg 1.1 {
1123 pcg 1.18 puts ("unable to load specified font (s), falling back to 'fixed'\n");
1124 pcg 1.1 add_fonts ("fixed");
1125 pcg 1.7 base_id = fonts.size () - 1;
1126 pcg 1.1 }
1127    
1128 pcg 1.16 if ((int)fonts.size () <= base_id || !realize_font (base_id))
1129 pcg 1.23 return false;
1130 pcg 1.1
1131 pcg 1.7 base_prop = fonts[base_id]->properties ();
1132 pcg 1.23
1133     return true;
1134 pcg 1.1 }
1135    
1136     int
1137     rxvt_fontset::find_font (uint32_t unicode)
1138     {
1139 pcg 1.16 for (unsigned int i = 0; i < fonts.size (); i++)
1140 pcg 1.1 {
1141     rxvt_font *f = fonts[i];
1142    
1143     if (!f->loaded)
1144     {
1145     if (FROM_UNICODE (f->cs, unicode) == NOCHAR)
1146     goto next_font;
1147    
1148     if (!realize_font (i))
1149 pcg 1.5 goto next_font;
1150 pcg 1.1 }
1151    
1152 pcg 1.5 if (f->cs != CS_UNKNOWN && f->has_codepoint (unicode))
1153 pcg 1.1 return i;
1154    
1155     next_font:
1156     if (i == fonts.size () - 1 && fallback->name)
1157     {
1158     fonts.push_back (new_font (fallback->name, fallback->cs));
1159     fallback++;
1160 pcg 1.5 i = 0;
1161 pcg 1.1 }
1162     }
1163    
1164     return 0; /* we must return SOME font */
1165     }
1166    
1167    
1168