Variadic C functions now count arguments with size_t, not int.
[bpt/emacs.git] / src / font.c
CommitLineData
c2f5bfd6 1/* font.c -- "Font" primitives.
e9bffc61 2
95df8112
GM
3Copyright (C) 2006-2011 Free Software Foundation, Inc.
4Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011
5 National Institute of Advanced Industrial Science and Technology (AIST)
6 Registration Number H13PRO009
c2f5bfd6
KH
7
8This file is part of GNU Emacs.
9
9ec0b715 10GNU Emacs is free software: you can redistribute it and/or modify
c2f5bfd6 11it under the terms of the GNU General Public License as published by
9ec0b715
GM
12the Free Software Foundation, either version 3 of the License, or
13(at your option) any later version.
c2f5bfd6
KH
14
15GNU Emacs is distributed in the hope that it will be useful,
16but WITHOUT ANY WARRANTY; without even the implied warranty of
17MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18GNU General Public License for more details.
19
20You should have received a copy of the GNU General Public License
9ec0b715 21along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
c2f5bfd6
KH
22
23#include <config.h>
24#include <stdio.h>
c2f5bfd6 25#include <ctype.h>
d7306fe6 26#include <setjmp.h>
c2f5bfd6
KH
27
28#include "lisp.h"
29#include "buffer.h"
30#include "frame.h"
10d16101 31#include "window.h"
c2f5bfd6
KH
32#include "dispextern.h"
33#include "charset.h"
34#include "character.h"
35#include "composite.h"
36#include "fontset.h"
37#include "font.h"
38
43c0454d
KH
39#ifdef HAVE_X_WINDOWS
40#include "xterm.h"
41#endif /* HAVE_X_WINDOWS */
42
43#ifdef HAVE_NTGUI
44#include "w32term.h"
45#endif /* HAVE_NTGUI */
46
edfda783
AR
47#ifdef HAVE_NS
48#include "nsterm.h"
49#endif /* HAVE_NS */
50
e0708580
KH
51Lisp_Object Qopentype;
52
35027d0c 53/* Important character set strings. */
9e1bb909 54Lisp_Object Qascii_0, Qiso8859_1, Qiso10646_1, Qunicode_bmp, Qunicode_sip;
1bb1d99b 55
edfda783 56#define DEFAULT_ENCODING Qiso8859_1
edfda783 57
071132a9
KH
58/* Unicode category `Cf'. */
59static Lisp_Object QCf;
60
c2f5bfd6
KH
61/* Special vector of zero length. This is repeatedly used by (struct
62 font_driver *)->list when a specified font is not found. */
35027d0c 63static Lisp_Object null_vector;
c2f5bfd6 64
d0ab1ebe 65/* Vector of Vfont_weight_table, Vfont_slant_table, and Vfont_width_table. */
c2f5bfd6
KH
66static Lisp_Object font_style_table;
67
d0ab1ebe
KH
68/* Structure used for tables mapping weight, slant, and width numeric
69 values and their names. */
70
71struct table_entry
72{
73 int numeric;
74 /* The first one is a valid name as a face attribute.
75 The second one (if any) is a typical name in XLFD field. */
5e2327cf 76 const char *names[5];
d0ab1ebe
KH
77};
78
79/* Table of weight numeric values and their names. This table must be
80 sorted by numeric values in ascending order. */
81
5e2327cf 82static const struct table_entry weight_table[] =
d0ab1ebe
KH
83{
84 { 0, { "thin" }},
85 { 20, { "ultra-light", "ultralight" }},
86 { 40, { "extra-light", "extralight" }},
87 { 50, { "light" }},
88 { 75, { "semi-light", "semilight", "demilight", "book" }},
c2694a06 89 { 100, { "normal", "medium", "regular", "unspecified" }},
d0ab1ebe
KH
90 { 180, { "semi-bold", "semibold", "demibold", "demi" }},
91 { 200, { "bold" }},
92 { 205, { "extra-bold", "extrabold" }},
93 { 210, { "ultra-bold", "ultrabold", "black" }}
94};
95
96/* Table of slant numeric values and their names. This table must be
97 sorted by numeric values in ascending order. */
98
5e2327cf 99static const struct table_entry slant_table[] =
d0ab1ebe
KH
100{
101 { 0, { "reverse-oblique", "ro" }},
102 { 10, { "reverse-italic", "ri" }},
c2694a06 103 { 100, { "normal", "r", "unspecified" }},
d0ab1ebe
KH
104 { 200, { "italic" ,"i", "ot" }},
105 { 210, { "oblique", "o" }}
106};
107
108/* Table of width numeric values and their names. This table must be
109 sorted by numeric values in ascending order. */
110
5e2327cf 111static const struct table_entry width_table[] =
d0ab1ebe
KH
112{
113 { 50, { "ultra-condensed", "ultracondensed" }},
114 { 63, { "extra-condensed", "extracondensed" }},
115 { 75, { "condensed", "compressed", "narrow" }},
116 { 87, { "semi-condensed", "semicondensed", "demicondensed" }},
c2694a06 117 { 100, { "normal", "medium", "regular", "unspecified" }},
d0ab1ebe
KH
118 { 113, { "semi-expanded", "semiexpanded", "demiexpanded" }},
119 { 125, { "expanded" }},
120 { 150, { "extra-expanded", "extraexpanded" }},
121 { 200, { "ultra-expanded", "ultraexpanded", "wide" }}
122};
123
2f7c71a1
AS
124Lisp_Object QCfoundry;
125static Lisp_Object QCadstyle, QCregistry;
c2f5bfd6 126/* Symbols representing keys of font extra info. */
35027d0c
KH
127Lisp_Object QCspacing, QCdpi, QCscalable, QCotf, QClang, QCscript, QCavgwidth;
128Lisp_Object QCantialias, QCfont_entity, QCfc_unknown_spec;
ec6fe57c
KH
129/* Symbols representing values of font spacing property. */
130Lisp_Object Qc, Qm, Qp, Qd;
cf702558
CY
131/* Special ADSTYLE properties to avoid fonts used for Latin
132 characters; used in xfont.c and ftfont.c. */
133Lisp_Object Qja, Qko;
c2f5bfd6 134
42707278
JD
135Lisp_Object QCuser_spec;
136
1701724c
KH
137/* Alist of font registry symbol and the corresponding charsets
138 information. The information is retrieved from
139 Vfont_encoding_alist on demand.
140
141 Eash element has the form:
142 (REGISTRY . (ENCODING-CHARSET-ID . REPERTORY-CHARSET-ID))
143 or
144 (REGISTRY . nil)
145
146 In the former form, ENCODING-CHARSET-ID is an ID of a charset that
147 encodes a character code to a glyph code of a font, and
148 REPERTORY-CHARSET-ID is an ID of a charset that tells if a
149 character is supported by a font.
150
151 The latter form means that the information for REGISTRY couldn't be
152 retrieved. */
153static Lisp_Object font_charset_alist;
154
f697fff0
KH
155/* List of all font drivers. Each font-backend (XXXfont.c) calls
156 register_font_driver in syms_of_XXXfont to register its font-driver
c2f5bfd6
KH
157 here. */
158static struct font_driver_list *font_driver_list;
159
35027d0c
KH
160\f
161
162/* Creaters of font-related Lisp object. */
163
2f7c71a1 164static Lisp_Object
971de7fb 165font_make_spec (void)
35027d0c
KH
166{
167 Lisp_Object font_spec;
168 struct font_spec *spec
169 = ((struct font_spec *)
170 allocate_pseudovector (VECSIZE (struct font_spec),
171 FONT_SPEC_MAX, PVEC_FONT));
172 XSETFONT (font_spec, spec);
173 return font_spec;
174}
175
176Lisp_Object
971de7fb 177font_make_entity (void)
35027d0c
KH
178{
179 Lisp_Object font_entity;
180 struct font_entity *entity
181 = ((struct font_entity *)
182 allocate_pseudovector (VECSIZE (struct font_entity),
183 FONT_ENTITY_MAX, PVEC_FONT));
184 XSETFONT (font_entity, entity);
185 return font_entity;
186}
187
51c13510
KH
188/* Create a font-object whose structure size is SIZE. If ENTITY is
189 not nil, copy properties from ENTITY to the font-object. If
190 PIXELSIZE is positive, set the `size' property to PIXELSIZE. */
35027d0c 191Lisp_Object
971de7fb 192font_make_object (int size, Lisp_Object entity, int pixelsize)
35027d0c
KH
193{
194 Lisp_Object font_object;
195 struct font *font
196 = (struct font *) allocate_pseudovector (size, FONT_OBJECT_MAX, PVEC_FONT);
51c13510
KH
197 int i;
198
35027d0c
KH
199 XSETFONT (font_object, font);
200
51c13510
KH
201 if (! NILP (entity))
202 {
203 for (i = 1; i < FONT_SPEC_MAX; i++)
204 font->props[i] = AREF (entity, i);
205 if (! NILP (AREF (entity, FONT_EXTRA_INDEX)))
206 font->props[FONT_EXTRA_INDEX]
581e51e8 207 = Fcopy_alist (AREF (entity, FONT_EXTRA_INDEX));
51c13510
KH
208 }
209 if (size > 0)
210 font->props[FONT_SIZE_INDEX] = make_number (pixelsize);
35027d0c
KH
211 return font_object;
212}
213
214\f
215
f57e2426
J
216static int font_pixel_size (FRAME_PTR f, Lisp_Object);
217static Lisp_Object font_open_entity (FRAME_PTR, Lisp_Object, int);
218static Lisp_Object font_matching_entity (FRAME_PTR, Lisp_Object *,
219 Lisp_Object);
2f7c71a1 220static unsigned font_encode_char (Lisp_Object, int);
c2f5bfd6
KH
221
222/* Number of registered font drivers. */
223static int num_font_drivers;
224
35027d0c
KH
225
226/* Return a Lispy value of a font property value at STR and LEN bytes.
227 If STR is "*", it returns nil.
2f286d4f
KH
228 If FORCE_SYMBOL is zero and all characters in STR are digits, it
229 returns an integer. Otherwise, it returns a symbol interned from
230 STR. */
35027d0c
KH
231
232Lisp_Object
675e2c69 233font_intern_prop (const char *str, int len, int force_symbol)
35027d0c
KH
234{
235 int i;
d0ab1ebe 236 Lisp_Object tem;
35027d0c 237 Lisp_Object obarray;
14162469 238 EMACS_INT nbytes, nchars;
35027d0c
KH
239
240 if (len == 1 && *str == '*')
241 return Qnil;
2f286d4f 242 if (!force_symbol && len >=1 && isdigit (*str))
35027d0c
KH
243 {
244 for (i = 1; i < len; i++)
245 if (! isdigit (str[i]))
246 break;
247 if (i == len)
248 return make_number (atoi (str));
249 }
250
545312c2
KH
251 /* The following code is copied from the function intern (in
252 lread.c), and modified to suite our purpose. */
35027d0c
KH
253 obarray = Vobarray;
254 if (!VECTORP (obarray) || XVECTOR (obarray)->size == 0)
255 obarray = check_obarray (obarray);
72d36834 256 parse_str_as_multibyte ((unsigned char *) str, len, &nchars, &nbytes);
545312c2
KH
257 if (len == nchars || len != nbytes)
258 /* CONTENTS contains no multibyte sequences or contains an invalid
259 multibyte sequence. We'll make a unibyte string. */
260 tem = oblookup (obarray, str, len, len);
261 else
262 tem = oblookup (obarray, str, nchars, len);
35027d0c
KH
263 if (SYMBOLP (tem))
264 return tem;
545312c2
KH
265 if (len == nchars || len != nbytes)
266 tem = make_unibyte_string (str, len);
267 else
268 tem = make_multibyte_string (str, nchars, len);
269 return Fintern (tem, obarray);
35027d0c
KH
270}
271
9331887d 272/* Return a pixel size of font-spec SPEC on frame F. */
ec6fe57c 273
9331887d 274static int
971de7fb 275font_pixel_size (FRAME_PTR f, Lisp_Object spec)
9331887d 276{
819e81df 277#ifdef HAVE_WINDOW_SYSTEM
9331887d
KH
278 Lisp_Object size = AREF (spec, FONT_SIZE_INDEX);
279 double point_size;
35027d0c 280 int dpi, pixel_size;
d0ab1ebe 281 Lisp_Object val;
51c01100 282
9331887d
KH
283 if (INTEGERP (size))
284 return XINT (size);
285 if (NILP (size))
819e81df 286 return 0;
d0ab1ebe 287 font_assert (FLOATP (size));
9331887d 288 point_size = XFLOAT_DATA (size);
35027d0c
KH
289 val = AREF (spec, FONT_DPI_INDEX);
290 if (INTEGERP (val))
17e28f6d 291 dpi = XINT (val);
9331887d
KH
292 else
293 dpi = f->resy;
294 pixel_size = POINT_TO_PIXEL (point_size, dpi);
295 return pixel_size;
819e81df
KH
296#else
297 return 1;
298#endif
9331887d
KH
299}
300
c2f5bfd6 301
35027d0c
KH
302/* Return a value of PROP's VAL (symbol or integer) to be stored in a
303 font vector. If VAL is not valid (i.e. not registered in
304 font_style_table), return -1 if NOERROR is zero, and return a
305 proper index if NOERROR is nonzero. In that case, register VAL in
306 font_style_table if VAL is a symbol, and return a closest index if
307 VAL is an integer. */
c2f5bfd6 308
35027d0c 309int
971de7fb 310font_style_to_value (enum font_property_index prop, Lisp_Object val, int noerror)
c2f5bfd6 311{
35027d0c
KH
312 Lisp_Object table = AREF (font_style_table, prop - FONT_WEIGHT_INDEX);
313 int len = ASIZE (table);
c2f5bfd6 314
35027d0c 315 if (SYMBOLP (val))
c2f5bfd6 316 {
13a547c6 317 int i, j;
25a48bd0 318 char *s;
35027d0c
KH
319 Lisp_Object args[2], elt;
320
321 /* At first try exact match. */
322 for (i = 0; i < len; i++)
d0ab1ebe
KH
323 for (j = 1; j < ASIZE (AREF (table, i)); j++)
324 if (EQ (val, AREF (AREF (table, i), j)))
325 return ((XINT (AREF (AREF (table, i), 0)) << 8)
326 | (i << 4) | (j - 1));
35027d0c 327 /* Try also with case-folding match. */
25a48bd0 328 s = SSDATA (SYMBOL_NAME (val));
35027d0c 329 for (i = 0; i < len; i++)
d0ab1ebe
KH
330 for (j = 1; j < ASIZE (AREF (table, i)); j++)
331 {
332 elt = AREF (AREF (table, i), j);
25a48bd0 333 if (xstrcasecmp (s, SSDATA (SYMBOL_NAME (elt))) == 0)
d0ab1ebe
KH
334 return ((XINT (AREF (AREF (table, i), 0)) << 8)
335 | (i << 4) | (j - 1));
336 }
35027d0c
KH
337 if (! noerror)
338 return -1;
339 if (len == 255)
340 abort ();
c2694a06 341 elt = Fmake_vector (make_number (2), make_number (100));
d0ab1ebe 342 ASET (elt, 1, val);
35027d0c 343 args[0] = table;
d0ab1ebe 344 args[1] = Fmake_vector (make_number (1), elt);
35027d0c 345 ASET (font_style_table, prop - FONT_WEIGHT_INDEX, Fvconcat (2, args));
c2694a06 346 return (100 << 8) | (i << 4);
c2f5bfd6 347 }
35027d0c
KH
348 else
349 {
d0ab1ebe 350 int i, last_n;
35027d0c 351 int numeric = XINT (val);
c2f5bfd6 352
d0ab1ebe 353 for (i = 0, last_n = -1; i < len; i++)
35027d0c 354 {
d0ab1ebe 355 int n = XINT (AREF (AREF (table, i), 0));
c2f5bfd6 356
35027d0c 357 if (numeric == n)
d0ab1ebe 358 return (n << 8) | (i << 4);
35027d0c
KH
359 if (numeric < n)
360 {
361 if (! noerror)
362 return -1;
d0ab1ebe
KH
363 return ((i == 0 || n - numeric < numeric - last_n)
364 ? (n << 8) | (i << 4): (last_n << 8 | ((i - 1) << 4)));
35027d0c 365 }
35027d0c 366 last_n = n;
35027d0c
KH
367 }
368 if (! noerror)
369 return -1;
d0ab1ebe 370 return ((last_n << 8) | ((i - 1) << 4));
35027d0c
KH
371 }
372}
c2f5bfd6
KH
373
374Lisp_Object
971de7fb 375font_style_symbolic (Lisp_Object font, enum font_property_index prop, int for_face)
c2f5bfd6 376{
3ef8c1b4 377 Lisp_Object val = AREF (font, prop);
d0ab1ebe
KH
378 Lisp_Object table, elt;
379 int i;
c2f5bfd6 380
35027d0c
KH
381 if (NILP (val))
382 return Qnil;
383 table = AREF (font_style_table, prop - FONT_WEIGHT_INDEX);
d0ab1ebe
KH
384 i = XINT (val) & 0xFF;
385 font_assert (((i >> 4) & 0xF) < ASIZE (table));
386 elt = AREF (table, ((i >> 4) & 0xF));
387 font_assert ((i & 0xF) + 1 < ASIZE (elt));
ba3de0e8 388 return (for_face ? AREF (elt, 1) : AREF (elt, (i & 0xF) + 1));
6fe9826d
JR
389}
390
819e81df
KH
391/* Return ENCODING or a cons of ENCODING and REPERTORY of the font
392 FONTNAME. ENCODING is a charset symbol that specifies the encoding
393 of the font. REPERTORY is a charset symbol or nil. */
394
395Lisp_Object
971de7fb 396find_font_encoding (Lisp_Object fontname)
819e81df
KH
397{
398 Lisp_Object tail, elt;
399
400 for (tail = Vfont_encoding_alist; CONSP (tail); tail = XCDR (tail))
401 {
402 elt = XCAR (tail);
403 if (CONSP (elt)
404 && STRINGP (XCAR (elt))
405 && fast_string_match_ignore_case (XCAR (elt), fontname) >= 0
406 && (SYMBOLP (XCDR (elt))
407 ? CHARSETP (XCDR (elt))
408 : CONSP (XCDR (elt)) && CHARSETP (XCAR (XCDR (elt)))))
409 return (XCDR (elt));
410 }
182ba28c 411 return Qnil;
819e81df
KH
412}
413
1701724c
KH
414/* Return encoding charset and repertory charset for REGISTRY in
415 ENCODING and REPERTORY correspondingly. If correct information for
416 REGISTRY is available, return 0. Otherwise return -1. */
417
418int
971de7fb 419font_registry_charsets (Lisp_Object registry, struct charset **encoding, struct charset **repertory)
1701724c
KH
420{
421 Lisp_Object val;
422 int encoding_id, repertory_id;
423
35027d0c 424 val = Fassoc_string (registry, font_charset_alist, Qt);
1701724c
KH
425 if (! NILP (val))
426 {
427 val = XCDR (val);
428 if (NILP (val))
429 return -1;
430 encoding_id = XINT (XCAR (val));
431 repertory_id = XINT (XCDR (val));
432 }
433 else
434 {
435 val = find_font_encoding (SYMBOL_NAME (registry));
436 if (SYMBOLP (val) && CHARSETP (val))
437 {
438 encoding_id = repertory_id = XINT (CHARSET_SYMBOL_ID (val));
439 }
440 else if (CONSP (val))
441 {
442 if (! CHARSETP (XCAR (val)))
443 goto invalid_entry;
444 encoding_id = XINT (CHARSET_SYMBOL_ID (XCAR (val)));
445 if (NILP (XCDR (val)))
446 repertory_id = -1;
447 else
448 {
449 if (! CHARSETP (XCDR (val)))
450 goto invalid_entry;
451 repertory_id = XINT (CHARSET_SYMBOL_ID (XCDR (val)));
452 }
51c01100 453 }
1701724c
KH
454 else
455 goto invalid_entry;
456 val = Fcons (make_number (encoding_id), make_number (repertory_id));
457 font_charset_alist
458 = nconc2 (font_charset_alist, Fcons (Fcons (registry, val), Qnil));
459 }
460
461 if (encoding)
462 *encoding = CHARSET_FROM_ID (encoding_id);
463 if (repertory)
464 *repertory = repertory_id >= 0 ? CHARSET_FROM_ID (repertory_id) : NULL;
465 return 0;
466
467 invalid_entry:
468 font_charset_alist
469 = nconc2 (font_charset_alist, Fcons (Fcons (registry, Qnil), Qnil));
470 return -1;
471}
472
c2f5bfd6 473\f
45eb10fb
KH
474/* Font property value validaters. See the comment of
475 font_property_table for the meaning of the arguments. */
476
f57e2426
J
477static Lisp_Object font_prop_validate (int, Lisp_Object, Lisp_Object);
478static Lisp_Object font_prop_validate_symbol (Lisp_Object, Lisp_Object);
479static Lisp_Object font_prop_validate_style (Lisp_Object, Lisp_Object);
480static Lisp_Object font_prop_validate_non_neg (Lisp_Object, Lisp_Object);
481static Lisp_Object font_prop_validate_spacing (Lisp_Object, Lisp_Object);
482static int get_font_prop_index (Lisp_Object);
c2f5bfd6
KH
483
484static Lisp_Object
971de7fb 485font_prop_validate_symbol (Lisp_Object prop, Lisp_Object val)
c2f5bfd6
KH
486{
487 if (STRINGP (val))
35027d0c
KH
488 val = Fintern (val, Qnil);
489 if (! SYMBOLP (val))
c2f5bfd6 490 val = Qerror;
35027d0c
KH
491 else if (EQ (prop, QCregistry))
492 val = Fintern (Fdowncase (SYMBOL_NAME (val)), Qnil);
c2f5bfd6
KH
493 return val;
494}
495
35027d0c 496
c2f5bfd6 497static Lisp_Object
971de7fb 498font_prop_validate_style (Lisp_Object style, Lisp_Object val)
c2f5bfd6 499{
35027d0c
KH
500 enum font_property_index prop = (EQ (style, QCweight) ? FONT_WEIGHT_INDEX
501 : EQ (style, QCslant) ? FONT_SLANT_INDEX
502 : FONT_WIDTH_INDEX);
35027d0c 503 if (INTEGERP (val))
c2f5bfd6 504 {
13a547c6 505 int n = XINT (val);
64b900e3 506 if (((n >> 4) & 0xF)
35027d0c 507 >= ASIZE (AREF (font_style_table, prop - FONT_WEIGHT_INDEX)))
c2f5bfd6
KH
508 val = Qerror;
509 else
510 {
64b900e3
KH
511 Lisp_Object elt = AREF (AREF (font_style_table, prop - FONT_WEIGHT_INDEX), (n >> 4) & 0xF);
512
513 if ((n & 0xF) + 1 >= ASIZE (elt))
514 val = Qerror;
515 else if (XINT (AREF (elt, 0)) != (n >> 8))
c2f5bfd6
KH
516 val = Qerror;
517 }
518 }
35027d0c
KH
519 else if (SYMBOLP (val))
520 {
521 int n = font_style_to_value (prop, val, 0);
522
523 val = n >= 0 ? make_number (n) : Qerror;
524 }
525 else
526 val = Qerror;
c2f5bfd6
KH
527 return val;
528}
529
530static Lisp_Object
971de7fb 531font_prop_validate_non_neg (Lisp_Object prop, Lisp_Object val)
c2f5bfd6
KH
532{
533 return (NATNUMP (val) || (FLOATP (val) && XFLOAT_DATA (val) >= 0)
534 ? val : Qerror);
535}
536
537static Lisp_Object
971de7fb 538font_prop_validate_spacing (Lisp_Object prop, Lisp_Object val)
ec6fe57c
KH
539{
540 if (NILP (val) || (NATNUMP (val) && XINT (val) <= FONT_SPACING_CHARCELL))
541 return val;
3692570f
KH
542 if (SYMBOLP (val) && SBYTES (SYMBOL_NAME (val)) == 1)
543 {
544 char spacing = SDATA (SYMBOL_NAME (val))[0];
545
546 if (spacing == 'c' || spacing == 'C')
547 return make_number (FONT_SPACING_CHARCELL);
548 if (spacing == 'm' || spacing == 'M')
549 return make_number (FONT_SPACING_MONO);
0615d903 550 if (spacing == 'p' || spacing == 'P')
3692570f
KH
551 return make_number (FONT_SPACING_PROPORTIONAL);
552 if (spacing == 'd' || spacing == 'D')
553 return make_number (FONT_SPACING_DUAL);
554 }
ec6fe57c
KH
555 return Qerror;
556}
557
1701724c 558static Lisp_Object
971de7fb 559font_prop_validate_otf (Lisp_Object prop, Lisp_Object val)
1701724c
KH
560{
561 Lisp_Object tail, tmp;
562 int i;
563
564 /* VAL = (SCRIPT [ LANGSYS [ GSUB-FEATURES [ GPOS-FEATURES ]]])
565 GSUB-FEATURES = (FEATURE ... [ nil FEATURE ... ]) | nil
566 GPOS-FEATURES = (FEATURE ... [ nil FEATURE ... ]) | nil */
567 if (! CONSP (val))
568 return Qerror;
569 if (! SYMBOLP (XCAR (val)))
570 return Qerror;
571 tail = XCDR (val);
572 if (NILP (tail))
573 return val;
574 if (! CONSP (tail) || ! SYMBOLP (XCAR (val)))
575 return Qerror;
576 for (i = 0; i < 2; i++)
577 {
578 tail = XCDR (tail);
579 if (NILP (tail))
580 return val;
581 if (! CONSP (tail))
582 return Qerror;
583 for (tmp = XCAR (tail); CONSP (tmp); tmp = XCDR (tmp))
584 if (! SYMBOLP (XCAR (tmp)))
585 return Qerror;
586 if (! NILP (tmp))
587 return Qerror;
588 }
589 return val;
590}
591
ec6fe57c
KH
592/* Structure of known font property keys and validater of the
593 values. */
04bab72c 594static const struct
c2f5bfd6 595{
ec6fe57c 596 /* Pointer to the key symbol. */
c2f5bfd6 597 Lisp_Object *key;
45eb10fb
KH
598 /* Function to validate PROP's value VAL, or NULL if any value is
599 ok. The value is VAL or its regularized value if VAL is valid,
600 and Qerror if not. */
f57e2426 601 Lisp_Object (*validater) (Lisp_Object prop, Lisp_Object val);
ec6fe57c
KH
602} font_property_table[] =
603 { { &QCtype, font_prop_validate_symbol },
c2f5bfd6
KH
604 { &QCfoundry, font_prop_validate_symbol },
605 { &QCfamily, font_prop_validate_symbol },
606 { &QCadstyle, font_prop_validate_symbol },
607 { &QCregistry, font_prop_validate_symbol },
608 { &QCweight, font_prop_validate_style },
609 { &QCslant, font_prop_validate_style },
610 { &QCwidth, font_prop_validate_style },
ec6fe57c 611 { &QCsize, font_prop_validate_non_neg },
ec6fe57c
KH
612 { &QCdpi, font_prop_validate_non_neg },
613 { &QCspacing, font_prop_validate_spacing },
35027d0c
KH
614 { &QCavgwidth, font_prop_validate_non_neg },
615 /* The order of the above entries must match with enum
616 font_property_index. */
617 { &QClang, font_prop_validate_symbol },
618 { &QCscript, font_prop_validate_symbol },
619 { &QCotf, font_prop_validate_otf }
c2f5bfd6
KH
620 };
621
45eb10fb 622/* Size (number of elements) of the above table. */
ec6fe57c
KH
623#define FONT_PROPERTY_TABLE_SIZE \
624 ((sizeof font_property_table) / (sizeof *font_property_table))
625
45eb10fb 626/* Return an index number of font property KEY or -1 if KEY is not an
35027d0c 627 already known property. */
45eb10fb 628
ec6fe57c 629static int
971de7fb 630get_font_prop_index (Lisp_Object key)
c2f5bfd6 631{
35027d0c
KH
632 int i;
633
634 for (i = 0; i < FONT_PROPERTY_TABLE_SIZE; i++)
635 if (EQ (key, *font_property_table[i].key))
636 return i;
ec6fe57c 637 return -1;
c2f5bfd6
KH
638}
639
35027d0c
KH
640/* Validate the font property. The property key is specified by the
641 symbol PROP, or the index IDX (if PROP is nil). If VAL is invalid,
642 signal an error. The value is VAL or the regularized one. */
45eb10fb 643
c2f5bfd6 644static Lisp_Object
971de7fb 645font_prop_validate (int idx, Lisp_Object prop, Lisp_Object val)
c2f5bfd6 646{
35027d0c 647 Lisp_Object validated;
c2f5bfd6 648
1f09f444
KH
649 if (NILP (val))
650 return val;
35027d0c
KH
651 if (NILP (prop))
652 prop = *font_property_table[idx].key;
653 else
ec6fe57c 654 {
35027d0c
KH
655 idx = get_font_prop_index (prop);
656 if (idx < 0)
657 return val;
ec6fe57c 658 }
35027d0c
KH
659 validated = (font_property_table[idx].validater) (prop, val);
660 if (EQ (validated, Qerror))
661 signal_error ("invalid font property", Fcons (prop, val));
662 return validated;
c2f5bfd6 663}
51c01100 664
35027d0c
KH
665
666/* Store VAL as a value of extra font property PROP in FONT while
667 keeping the sorting order. Don't check the validity of VAL. */
45eb10fb 668
01dbeb0b 669Lisp_Object
971de7fb 670font_put_extra (Lisp_Object font, Lisp_Object prop, Lisp_Object val)
9331887d
KH
671{
672 Lisp_Object extra = AREF (font, FONT_EXTRA_INDEX);
ec6fe57c 673 Lisp_Object slot = (NILP (extra) ? Qnil : assq_no_quit (prop, extra));
9331887d
KH
674
675 if (NILP (slot))
676 {
35027d0c
KH
677 Lisp_Object prev = Qnil;
678
679 while (CONSP (extra)
680 && NILP (Fstring_lessp (prop, XCAR (XCAR (extra)))))
681 prev = extra, extra = XCDR (extra);
581e51e8 682
ce75f06e 683 if (NILP (prev))
581e51e8 684 ASET (font, FONT_EXTRA_INDEX, Fcons (Fcons (prop, val), extra));
ce75f06e 685 else
581e51e8 686 XSETCDR (prev, Fcons (Fcons (prop, val), extra));
ce75f06e 687
ec6fe57c 688 return val;
9331887d 689 }
9331887d 690 XSETCDR (slot, val);
483670b5
KH
691 if (NILP (val))
692 ASET (font, FONT_EXTRA_INDEX, Fdelq (slot, extra));
ec6fe57c 693 return val;
9331887d
KH
694}
695
c2f5bfd6
KH
696\f
697/* Font name parser and unparser */
698
8ea90aa3 699static int parse_matrix (const char *);
f57e2426 700static int font_expand_wildcards (Lisp_Object *, int);
09d93395 701static int font_parse_name (char *, Lisp_Object);
c2f5bfd6 702
ec6fe57c 703/* An enumerator for each field of an XLFD font name. */
c2f5bfd6
KH
704enum xlfd_field_index
705{
706 XLFD_FOUNDRY_INDEX,
707 XLFD_FAMILY_INDEX,
708 XLFD_WEIGHT_INDEX,
709 XLFD_SLANT_INDEX,
710 XLFD_SWIDTH_INDEX,
711 XLFD_ADSTYLE_INDEX,
4485a28e
KH
712 XLFD_PIXEL_INDEX,
713 XLFD_POINT_INDEX,
c2f5bfd6
KH
714 XLFD_RESX_INDEX,
715 XLFD_RESY_INDEX,
716 XLFD_SPACING_INDEX,
717 XLFD_AVGWIDTH_INDEX,
718 XLFD_REGISTRY_INDEX,
719 XLFD_ENCODING_INDEX,
720 XLFD_LAST_INDEX
721};
722
ec6fe57c 723/* An enumerator for mask bit corresponding to each XLFD field. */
4485a28e
KH
724enum xlfd_field_mask
725{
726 XLFD_FOUNDRY_MASK = 0x0001,
727 XLFD_FAMILY_MASK = 0x0002,
728 XLFD_WEIGHT_MASK = 0x0004,
729 XLFD_SLANT_MASK = 0x0008,
730 XLFD_SWIDTH_MASK = 0x0010,
731 XLFD_ADSTYLE_MASK = 0x0020,
732 XLFD_PIXEL_MASK = 0x0040,
733 XLFD_POINT_MASK = 0x0080,
734 XLFD_RESX_MASK = 0x0100,
735 XLFD_RESY_MASK = 0x0200,
736 XLFD_SPACING_MASK = 0x0400,
737 XLFD_AVGWIDTH_MASK = 0x0800,
738 XLFD_REGISTRY_MASK = 0x1000,
739 XLFD_ENCODING_MASK = 0x2000
740};
741
742
c2f5bfd6
KH
743/* Parse P pointing the pixel/point size field of the form
744 `[A B C D]' which specifies a transformation matrix:
745
746 A B 0
747 C D 0
748 0 0 1
749
750 by which all glyphs of the font are transformed. The spec says
751 that scalar value N for the pixel/point size is equivalent to:
752 A = N * resx/resy, B = C = 0, D = N.
753
754 Return the scalar value N if the form is valid. Otherwise return
755 -1. */
756
757static int
8ea90aa3 758parse_matrix (const char *p)
c2f5bfd6
KH
759{
760 double matrix[4];
761 char *end;
762 int i;
763
764 for (i = 0, p++; i < 4 && *p && *p != ']'; i++)
765 {
766 if (*p == '~')
767 matrix[i] = - strtod (p + 1, &end);
768 else
769 matrix[i] = strtod (p, &end);
770 p = end;
771 }
772 return (i == 4 ? (int) matrix[3] : -1);
773}
774
4485a28e
KH
775/* Expand a wildcard field in FIELD (the first N fields are filled) to
776 multiple fields to fill in all 14 XLFD fields while restring a
777 field position by its contents. */
778
ec6fe57c 779static int
971de7fb 780font_expand_wildcards (Lisp_Object *field, int n)
4485a28e
KH
781{
782 /* Copy of FIELD. */
783 Lisp_Object tmp[XLFD_LAST_INDEX];
784 /* Array of information about where this element can go. Nth
785 element is for Nth element of FIELD. */
786 struct {
787 /* Minimum possible field. */
788 int from;
789 /* Maxinum possible field. */
790 int to;
791 /* Bit mask of possible field. Nth bit corresponds to Nth field. */
792 int mask;
793 } range[XLFD_LAST_INDEX];
794 int i, j;
ec6fe57c 795 int range_from, range_to;
4485a28e
KH
796 unsigned range_mask;
797
798#define XLFD_SYMBOL_MASK (XLFD_FOUNDRY_MASK | XLFD_FAMILY_MASK \
799 | XLFD_ADSTYLE_MASK | XLFD_REGISTRY_MASK)
800#define XLFD_NULL_MASK (XLFD_FOUNDRY_MASK | XLFD_ADSTYLE_MASK)
4485a28e 801#define XLFD_LARGENUM_MASK (XLFD_POINT_MASK | XLFD_RESX_MASK | XLFD_RESY_MASK \
ef18374f 802 | XLFD_AVGWIDTH_MASK)
4485a28e
KH
803#define XLFD_REGENC_MASK (XLFD_REGISTRY_MASK | XLFD_ENCODING_MASK)
804
805 /* Initialize RANGE_MASK for FIELD[0] which can be 0th to (14 - N)th
806 field. The value is shifted to left one bit by one in the
807 following loop. */
808 for (i = 0, range_mask = 0; i <= 14 - n; i++)
809 range_mask = (range_mask << 1) | 1;
810
ec6fe57c
KH
811 /* The triplet RANGE_FROM, RANGE_TO, and RANGE_MASK is a
812 position-based retriction for FIELD[I]. */
813 for (i = 0, range_from = 0, range_to = 14 - n; i < n;
814 i++, range_from++, range_to++, range_mask <<= 1)
4485a28e 815 {
4485a28e
KH
816 Lisp_Object val = field[i];
817
818 tmp[i] = val;
819 if (NILP (val))
820 {
821 /* Wildcard. */
822 range[i].from = range_from;
823 range[i].to = range_to;
824 range[i].mask = range_mask;
825 }
826 else
827 {
828 /* The triplet FROM, TO, and MASK is a value-based
829 retriction for FIELD[I]. */
830 int from, to;
831 unsigned mask;
832
833 if (INTEGERP (val))
834 {
835 int numeric = XINT (val);
836
ef18374f
KH
837 if (i + 1 == n)
838 from = to = XLFD_ENCODING_INDEX,
839 mask = XLFD_ENCODING_MASK;
ec6fe57c
KH
840 else if (numeric == 0)
841 from = XLFD_PIXEL_INDEX, to = XLFD_AVGWIDTH_INDEX,
842 mask = XLFD_PIXEL_MASK | XLFD_LARGENUM_MASK;
ef18374f
KH
843 else if (numeric <= 48)
844 from = to = XLFD_PIXEL_INDEX,
845 mask = XLFD_PIXEL_MASK;
51c01100 846 else
ec6fe57c 847 from = XLFD_POINT_INDEX, to = XLFD_AVGWIDTH_INDEX,
4485a28e
KH
848 mask = XLFD_LARGENUM_MASK;
849 }
35027d0c 850 else if (SBYTES (SYMBOL_NAME (val)) == 0)
4485a28e
KH
851 from = XLFD_FOUNDRY_INDEX, to = XLFD_ADSTYLE_INDEX,
852 mask = XLFD_NULL_MASK;
853 else if (i == 0)
854 from = to = XLFD_FOUNDRY_INDEX, mask = XLFD_FOUNDRY_MASK;
855 else if (i + 1 == n)
856 {
857 Lisp_Object name = SYMBOL_NAME (val);
858
859 if (SDATA (name)[SBYTES (name) - 1] == '*')
860 from = XLFD_REGISTRY_INDEX, to = XLFD_ENCODING_INDEX,
861 mask = XLFD_REGENC_MASK;
862 else
863 from = to = XLFD_ENCODING_INDEX,
864 mask = XLFD_ENCODING_MASK;
865 }
ef18374f
KH
866 else if (range_from <= XLFD_WEIGHT_INDEX
867 && range_to >= XLFD_WEIGHT_INDEX
35027d0c 868 && FONT_WEIGHT_NAME_NUMERIC (val) >= 0)
4485a28e 869 from = to = XLFD_WEIGHT_INDEX, mask = XLFD_WEIGHT_MASK;
ef18374f
KH
870 else if (range_from <= XLFD_SLANT_INDEX
871 && range_to >= XLFD_SLANT_INDEX
35027d0c 872 && FONT_SLANT_NAME_NUMERIC (val) >= 0)
4485a28e 873 from = to = XLFD_SLANT_INDEX, mask = XLFD_SLANT_MASK;
ef18374f
KH
874 else if (range_from <= XLFD_SWIDTH_INDEX
875 && range_to >= XLFD_SWIDTH_INDEX
35027d0c 876 && FONT_WIDTH_NAME_NUMERIC (val) >= 0)
4485a28e
KH
877 from = to = XLFD_SWIDTH_INDEX, mask = XLFD_SWIDTH_MASK;
878 else
879 {
ec6fe57c 880 if (EQ (val, Qc) || EQ (val, Qm) || EQ (val, Qp) || EQ (val, Qd))
4485a28e
KH
881 from = to = XLFD_SPACING_INDEX, mask = XLFD_SPACING_MASK;
882 else
883 from = XLFD_FOUNDRY_INDEX, to = XLFD_ENCODING_INDEX,
884 mask = XLFD_SYMBOL_MASK;
885 }
886
887 /* Merge position-based and value-based restrictions. */
888 mask &= range_mask;
889 while (from < range_from)
890 mask &= ~(1 << from++);
891 while (from < 14 && ! (mask & (1 << from)))
892 from++;
893 while (to > range_to)
894 mask &= ~(1 << to--);
895 while (to >= 0 && ! (mask & (1 << to)))
896 to--;
897 if (from > to)
898 return -1;
899 range[i].from = from;
900 range[i].to = to;
901 range[i].mask = mask;
902
903 if (from > range_from || to < range_to)
ec6fe57c
KH
904 {
905 /* The range is narrowed by value-based restrictions.
906 Reflect it to the other fields. */
907
908 /* Following fields should be after FROM. */
909 range_from = from;
910 /* Preceding fields should be before TO. */
911 for (j = i - 1, from--, to--; j >= 0; j--, from--, to--)
912 {
913 /* Check FROM for non-wildcard field. */
914 if (! NILP (tmp[j]) && range[j].from < from)
915 {
916 while (range[j].from < from)
917 range[j].mask &= ~(1 << range[j].from++);
918 while (from < 14 && ! (range[j].mask & (1 << from)))
919 from++;
920 range[j].from = from;
921 }
922 else
923 from = range[j].from;
924 if (range[j].to > to)
925 {
926 while (range[j].to > to)
927 range[j].mask &= ~(1 << range[j].to--);
928 while (to >= 0 && ! (range[j].mask & (1 << to)))
929 to--;
930 range[j].to = to;
931 }
932 else
933 to = range[j].to;
934 if (from > to)
935 return -1;
936 }
937 }
4485a28e
KH
938 }
939 }
940
941 /* Decide all fileds from restrictions in RANGE. */
942 for (i = j = 0; i < n ; i++)
943 {
944 if (j < range[i].from)
945 {
946 if (i == 0 || ! NILP (tmp[i - 1]))
947 /* None of TMP[X] corresponds to Jth field. */
948 return -1;
949 for (; j < range[i].from; j++)
950 field[j] = Qnil;
951 }
952 field[j++] = tmp[i];
953 }
954 if (! NILP (tmp[n - 1]) && j < XLFD_REGISTRY_INDEX)
955 return -1;
956 for (; j < XLFD_LAST_INDEX; j++)
957 field[j] = Qnil;
958 if (INTEGERP (field[XLFD_ENCODING_INDEX]))
959 field[XLFD_ENCODING_INDEX]
960 = Fintern (Fnumber_to_string (field[XLFD_ENCODING_INDEX]), Qnil);
961 return 0;
962}
963
43a1d19b 964
ef18374f 965/* Parse NAME (null terminated) as XLFD and store information in FONT
9331887d
KH
966 (font-spec or font-entity). Size property of FONT is set as
967 follows:
968 specified XLFD fields FONT property
969 --------------------- -------------
970 PIXEL_SIZE PIXEL_SIZE (Lisp integer)
971 POINT_SIZE and RESY calculated pixel size (Lisp integer)
972 POINT_SIZE POINT_SIZE/10 (Lisp float)
973
ec6fe57c 974 If NAME is successfully parsed, return 0. Otherwise return -1.
9331887d 975
ec6fe57c
KH
976 FONT is usually a font-spec, but when this function is called from
977 X font backend driver, it is a font-entity. In that case, NAME is
35027d0c 978 a fully specified XLFD. */
c2f5bfd6
KH
979
980int
09d93395 981font_parse_xlfd (char *name, Lisp_Object font)
c2f5bfd6
KH
982{
983 int len = strlen (name);
35027d0c 984 int i, j, n;
cf23b845 985 char *f[XLFD_LAST_INDEX + 1];
c2f5bfd6 986 Lisp_Object val;
4485a28e 987 char *p;
c2f5bfd6 988
e3928081 989 if (len > 255 || !len)
c2f5bfd6
KH
990 /* Maximum XLFD name length is 255. */
991 return -1;
ec6fe57c 992 /* Accept "*-.." as a fully specified XLFD. */
e3928081 993 if (name[0] == '*' && (len == 1 || name[1] == '-'))
ec6fe57c
KH
994 i = 1, f[XLFD_FOUNDRY_INDEX] = name;
995 else
996 i = 0;
997 for (p = name + i; *p; p++)
35027d0c
KH
998 if (*p == '-')
999 {
1000 f[i++] = p + 1;
1001 if (i == XLFD_LAST_INDEX)
1002 break;
1003 }
1004 f[i] = name + len;
c2f5bfd6 1005
2f286d4f
KH
1006#define INTERN_FIELD(N) font_intern_prop (f[N], f[(N) + 1] - 1 - f[N], 0)
1007#define INTERN_FIELD_SYM(N) font_intern_prop (f[N], f[(N) + 1] - 1 - f[N], 1)
4485a28e 1008
ec6fe57c 1009 if (i == XLFD_LAST_INDEX)
4485a28e 1010 {
35027d0c 1011 /* Fully specified XLFD. */
ec6fe57c
KH
1012 int pixel_size;
1013
2f286d4f
KH
1014 ASET (font, FONT_FOUNDRY_INDEX, INTERN_FIELD_SYM (XLFD_FOUNDRY_INDEX));
1015 ASET (font, FONT_FAMILY_INDEX, INTERN_FIELD_SYM (XLFD_FAMILY_INDEX));
35027d0c
KH
1016 for (i = XLFD_WEIGHT_INDEX, j = FONT_WEIGHT_INDEX;
1017 i <= XLFD_SWIDTH_INDEX; i++, j++)
4485a28e 1018 {
2f286d4f 1019 val = INTERN_FIELD_SYM (i);
ec6fe57c 1020 if (! NILP (val))
4485a28e 1021 {
2f286d4f 1022 if ((n = font_style_to_value (j, INTERN_FIELD_SYM (i), 0)) < 0)
35027d0c
KH
1023 return -1;
1024 ASET (font, j, make_number (n));
ec6fe57c
KH
1025 }
1026 }
2f286d4f 1027 ASET (font, FONT_ADSTYLE_INDEX, INTERN_FIELD_SYM (XLFD_ADSTYLE_INDEX));
35027d0c
KH
1028 if (strcmp (f[XLFD_REGISTRY_INDEX], "*-*") == 0)
1029 ASET (font, FONT_REGISTRY_INDEX, Qnil);
1030 else
1031 ASET (font, FONT_REGISTRY_INDEX,
1032 font_intern_prop (f[XLFD_REGISTRY_INDEX],
2f286d4f
KH
1033 f[XLFD_LAST_INDEX] - f[XLFD_REGISTRY_INDEX],
1034 1));
ec6fe57c
KH
1035 p = f[XLFD_PIXEL_INDEX];
1036 if (*p == '[' && (pixel_size = parse_matrix (p)) >= 0)
51c01100 1037 ASET (font, FONT_SIZE_INDEX, make_number (pixel_size));
ec6fe57c
KH
1038 else
1039 {
35027d0c
KH
1040 val = INTERN_FIELD (XLFD_PIXEL_INDEX);
1041 if (INTEGERP (val))
ec6fe57c 1042 ASET (font, FONT_SIZE_INDEX, val);
b57d9029
KH
1043 else if (FONT_ENTITY_P (font))
1044 return -1;
ec6fe57c
KH
1045 else
1046 {
1047 double point_size = -1;
1048
d0ab1ebe 1049 font_assert (FONT_SPEC_P (font));
ec6fe57c
KH
1050 p = f[XLFD_POINT_INDEX];
1051 if (*p == '[')
1052 point_size = parse_matrix (p);
1053 else if (isdigit (*p))
1054 point_size = atoi (p), point_size /= 10;
1055 if (point_size >= 0)
1056 ASET (font, FONT_SIZE_INDEX, make_float (point_size));
4485a28e
KH
1057 }
1058 }
ec6fe57c 1059
087048cd
KH
1060 val = INTERN_FIELD (XLFD_RESY_INDEX);
1061 if (! NILP (val) && ! INTEGERP (val))
1062 return -1;
1063 ASET (font, FONT_DPI_INDEX, val);
35027d0c
KH
1064 val = INTERN_FIELD (XLFD_SPACING_INDEX);
1065 if (! NILP (val))
ec6fe57c 1066 {
35027d0c
KH
1067 val = font_prop_validate_spacing (QCspacing, val);
1068 if (! INTEGERP (val))
1069 return -1;
1070 ASET (font, FONT_SPACING_INDEX, val);
ec6fe57c 1071 }
ec6fe57c
KH
1072 p = f[XLFD_AVGWIDTH_INDEX];
1073 if (*p == '~')
1074 p++;
087048cd
KH
1075 val = font_intern_prop (p, f[XLFD_REGISTRY_INDEX] - 1 - p, 0);
1076 if (! NILP (val) && ! INTEGERP (val))
1077 return -1;
1078 ASET (font, FONT_AVGWIDTH_INDEX, val);
4485a28e
KH
1079 }
1080 else
c2f5bfd6 1081 {
4485a28e 1082 int wild_card_found = 0;
ec6fe57c 1083 Lisp_Object prop[XLFD_LAST_INDEX];
4485a28e 1084
35027d0c
KH
1085 if (FONT_ENTITY_P (font))
1086 return -1;
ec6fe57c 1087 for (j = 0; j < i; j++)
4485a28e 1088 {
ec6fe57c 1089 if (*f[j] == '*')
4485a28e 1090 {
ec6fe57c
KH
1091 if (f[j][1] && f[j][1] != '-')
1092 return -1;
1093 prop[j] = Qnil;
1094 wild_card_found = 1;
1095 }
ec6fe57c 1096 else if (j + 1 < i)
35027d0c 1097 prop[j] = INTERN_FIELD (j);
ec6fe57c 1098 else
2f286d4f 1099 prop[j] = font_intern_prop (f[j], f[i] - f[j], 0);
4485a28e
KH
1100 }
1101 if (! wild_card_found)
c2f5bfd6 1102 return -1;
ec6fe57c 1103 if (font_expand_wildcards (prop, i) < 0)
4485a28e 1104 return -1;
ec6fe57c 1105
35027d0c
KH
1106 ASET (font, FONT_FOUNDRY_INDEX, prop[XLFD_FOUNDRY_INDEX]);
1107 ASET (font, FONT_FAMILY_INDEX, prop[XLFD_FAMILY_INDEX]);
1108 for (i = XLFD_WEIGHT_INDEX, j = FONT_WEIGHT_INDEX;
1109 i <= XLFD_SWIDTH_INDEX; i++, j++)
ec6fe57c 1110 if (! NILP (prop[i]))
35027d0c
KH
1111 {
1112 if ((n = font_style_to_value (j, prop[i], 1)) < 0)
1113 return -1;
1114 ASET (font, j, make_number (n));
1115 }
1116 ASET (font, FONT_ADSTYLE_INDEX, prop[XLFD_ADSTYLE_INDEX]);
ec6fe57c
KH
1117 val = prop[XLFD_REGISTRY_INDEX];
1118 if (NILP (val))
c2f5bfd6 1119 {
ec6fe57c
KH
1120 val = prop[XLFD_ENCODING_INDEX];
1121 if (! NILP (val))
35027d0c 1122 val = concat2 (build_string ("*-"), SYMBOL_NAME (val));
4485a28e 1123 }
ec6fe57c 1124 else if (NILP (prop[XLFD_ENCODING_INDEX]))
35027d0c 1125 val = concat2 (SYMBOL_NAME (val), build_string ("-*"));
4485a28e 1126 else
35027d0c
KH
1127 val = concat3 (SYMBOL_NAME (val), build_string ("-"),
1128 SYMBOL_NAME (prop[XLFD_ENCODING_INDEX]));
ec6fe57c 1129 if (! NILP (val))
35027d0c 1130 ASET (font, FONT_REGISTRY_INDEX, Fintern (val, Qnil));
ec6fe57c
KH
1131
1132 if (INTEGERP (prop[XLFD_PIXEL_INDEX]))
1133 ASET (font, FONT_SIZE_INDEX, prop[XLFD_PIXEL_INDEX]);
1134 else if (INTEGERP (prop[XLFD_POINT_INDEX]))
4485a28e 1135 {
ec6fe57c 1136 double point_size = XINT (prop[XLFD_POINT_INDEX]);
c2f5bfd6 1137
ec6fe57c
KH
1138 ASET (font, FONT_SIZE_INDEX, make_float (point_size / 10));
1139 }
c2f5bfd6 1140
35027d0c
KH
1141 if (INTEGERP (prop[XLFD_RESX_INDEX]))
1142 ASET (font, FONT_DPI_INDEX, prop[XLFD_RESY_INDEX]);
1143 if (! NILP (prop[XLFD_SPACING_INDEX]))
1144 {
1145 val = font_prop_validate_spacing (QCspacing,
1146 prop[XLFD_SPACING_INDEX]);
1147 if (! INTEGERP (val))
1148 return -1;
1149 ASET (font, FONT_SPACING_INDEX, val);
1150 }
ec6fe57c 1151 if (INTEGERP (prop[XLFD_AVGWIDTH_INDEX]))
35027d0c 1152 ASET (font, FONT_AVGWIDTH_INDEX, prop[XLFD_AVGWIDTH_INDEX]);
c2f5bfd6
KH
1153 }
1154
ec6fe57c 1155 return 0;
c2f5bfd6
KH
1156}
1157
1158/* Store XLFD name of FONT (font-spec or font-entity) in NAME (NBYTES
1159 length), and return the name length. If FONT_SIZE_INDEX of FONT is
1160 0, use PIXEL_SIZE instead. */
1161
1162int
971de7fb 1163font_unparse_xlfd (Lisp_Object font, int pixel_size, char *name, int nbytes)
c2f5bfd6 1164{
e663c700
PE
1165 char *p;
1166 const char *f[XLFD_REGISTRY_INDEX + 1];
c2f5bfd6
KH
1167 Lisp_Object val;
1168 int i, j, len = 0;
1169
d0ab1ebe 1170 font_assert (FONTP (font));
c2f5bfd6
KH
1171
1172 for (i = FONT_FOUNDRY_INDEX, j = XLFD_FOUNDRY_INDEX; i <= FONT_REGISTRY_INDEX;
1173 i++, j++)
1174 {
1175 if (i == FONT_ADSTYLE_INDEX)
1176 j = XLFD_ADSTYLE_INDEX;
1177 else if (i == FONT_REGISTRY_INDEX)
1178 j = XLFD_REGISTRY_INDEX;
1179 val = AREF (font, i);
1180 if (NILP (val))
1bb1d99b
KH
1181 {
1182 if (j == XLFD_REGISTRY_INDEX)
1183 f[j] = "*-*", len += 4;
1184 else
1185 f[j] = "*", len += 2;
1186 }
c2f5bfd6
KH
1187 else
1188 {
1189 if (SYMBOLP (val))
1190 val = SYMBOL_NAME (val);
1bb1d99b 1191 if (j == XLFD_REGISTRY_INDEX
51b59d79 1192 && ! strchr (SSDATA (val), '-'))
1bb1d99b
KH
1193 {
1194 /* Change "jisx0208*" and "jisx0208" to "jisx0208*-*". */
1195 if (SDATA (val)[SBYTES (val) - 1] == '*')
1196 {
e663c700
PE
1197 f[j] = p = alloca (SBYTES (val) + 3);
1198 sprintf (p, "%s-*", SDATA (val));
1bb1d99b
KH
1199 len += SBYTES (val) + 3;
1200 }
1201 else
1202 {
e663c700
PE
1203 f[j] = p = alloca (SBYTES (val) + 4);
1204 sprintf (p, "%s*-*", SDATA (val));
1bb1d99b
KH
1205 len += SBYTES (val) + 4;
1206 }
1207 }
1208 else
51b59d79 1209 f[j] = SSDATA (val), len += SBYTES (val) + 1;
c2f5bfd6
KH
1210 }
1211 }
1212
1213 for (i = FONT_WEIGHT_INDEX, j = XLFD_WEIGHT_INDEX; i <= FONT_WIDTH_INDEX;
1214 i++, j++)
1215 {
35027d0c 1216 val = font_style_symbolic (font, i, 0);
c2f5bfd6
KH
1217 if (NILP (val))
1218 f[j] = "*", len += 2;
1219 else
1220 {
35027d0c 1221 val = SYMBOL_NAME (val);
51b59d79 1222 f[j] = SSDATA (val), len += SBYTES (val) + 1;
c2f5bfd6
KH
1223 }
1224 }
1225
1226 val = AREF (font, FONT_SIZE_INDEX);
d0ab1ebe 1227 font_assert (NUMBERP (val) || NILP (val));
c2f5bfd6
KH
1228 if (INTEGERP (val))
1229 {
35027d0c 1230 i = XINT (val);
81aefea4
SM
1231 if (i <= 0)
1232 i = pixel_size;
c2f5bfd6 1233 if (i > 0)
81aefea4 1234 {
e663c700
PE
1235 f[XLFD_PIXEL_INDEX] = p = alloca (22);
1236 len += sprintf (p, "%d-*", i) + 1;
81aefea4
SM
1237 }
1238 else
1239 f[XLFD_PIXEL_INDEX] = "*-*", len += 4;
c2f5bfd6
KH
1240 }
1241 else if (FLOATP (val))
1242 {
35027d0c 1243 i = XFLOAT_DATA (val) * 10;
e663c700
PE
1244 f[XLFD_PIXEL_INDEX] = p = alloca (12);
1245 len += sprintf (p, "*-%d", i) + 1;
c2f5bfd6
KH
1246 }
1247 else
ec6fe57c
KH
1248 f[XLFD_PIXEL_INDEX] = "*-*", len += 4;
1249
35027d0c 1250 if (INTEGERP (AREF (font, FONT_DPI_INDEX)))
c2f5bfd6 1251 {
35027d0c 1252 i = XINT (AREF (font, FONT_DPI_INDEX));
e663c700
PE
1253 f[XLFD_RESX_INDEX] = p = alloca (22);
1254 len += sprintf (p, "%d-%d", i, i) + 1;
c2f5bfd6
KH
1255 }
1256 else
35027d0c
KH
1257 f[XLFD_RESX_INDEX] = "*-*", len += 4;
1258 if (INTEGERP (AREF (font, FONT_SPACING_INDEX)))
ec6fe57c 1259 {
35027d0c 1260 int spacing = XINT (AREF (font, FONT_SPACING_INDEX));
ec6fe57c 1261
35027d0c
KH
1262 f[XLFD_SPACING_INDEX] = (spacing <= FONT_SPACING_PROPORTIONAL ? "p"
1263 : spacing <= FONT_SPACING_DUAL ? "d"
1264 : spacing <= FONT_SPACING_MONO ? "m"
1265 : "c");
1266 len += 2;
ec6fe57c 1267 }
35027d0c
KH
1268 else
1269 f[XLFD_SPACING_INDEX] = "*", len += 2;
1270 if (INTEGERP (AREF (font, FONT_AVGWIDTH_INDEX)))
1271 {
e663c700
PE
1272 f[XLFD_AVGWIDTH_INDEX] = p = alloca (11);
1273 len += sprintf (p, "%ld",
c56c14a1 1274 (long) XINT (AREF (font, FONT_AVGWIDTH_INDEX))) + 1;
35027d0c
KH
1275 }
1276 else
1277 f[XLFD_AVGWIDTH_INDEX] = "*", len += 2;
ec6fe57c 1278 len++; /* for terminating '\0'. */
c2f5bfd6
KH
1279 if (len >= nbytes)
1280 return -1;
35027d0c 1281 return sprintf (name, "-%s-%s-%s-%s-%s-%s-%s-%s-%s-%s-%s",
c2f5bfd6
KH
1282 f[XLFD_FOUNDRY_INDEX], f[XLFD_FAMILY_INDEX],
1283 f[XLFD_WEIGHT_INDEX], f[XLFD_SLANT_INDEX],
35027d0c
KH
1284 f[XLFD_SWIDTH_INDEX], f[XLFD_ADSTYLE_INDEX],
1285 f[XLFD_PIXEL_INDEX], f[XLFD_RESX_INDEX],
1286 f[XLFD_SPACING_INDEX], f[XLFD_AVGWIDTH_INDEX],
1287 f[XLFD_REGISTRY_INDEX]);
c2f5bfd6
KH
1288}
1289
8c102d5b
CY
1290/* Parse NAME (null terminated) and store information in FONT
1291 (font-spec or font-entity). NAME is supplied in either the
1292 Fontconfig or GTK font name format. If NAME is successfully
1293 parsed, return 0. Otherwise return -1.
1294
1295 The fontconfig format is
1296
1297 FAMILY[-SIZE][:PROP1[=VAL1][:PROP2[=VAL2]...]]
1298
1299 The GTK format is
1300
1301 FAMILY [PROPS...] [SIZE]
1302
1303 This function tries to guess which format it is. */
ef18374f 1304
2f7c71a1 1305static int
09d93395 1306font_parse_fcname (char *name, Lisp_Object font)
ef18374f 1307{
8c102d5b
CY
1308 char *p, *q;
1309 char *size_beg = NULL, *size_end = NULL;
1310 char *props_beg = NULL, *family_end = NULL;
9331887d 1311 int len = strlen (name);
ef18374f 1312
ec6fe57c
KH
1313 if (len == 0)
1314 return -1;
8c102d5b
CY
1315
1316 for (p = name; *p; p++)
ef18374f 1317 {
8c102d5b
CY
1318 if (*p == '\\' && p[1])
1319 p++;
1320 else if (*p == ':')
ef18374f 1321 {
59facb78 1322 props_beg = family_end = p;
8c102d5b
CY
1323 break;
1324 }
1325 else if (*p == '-')
1326 {
b1868a1a 1327 int decimal = 0, size_found = 1;
8c102d5b 1328 for (q = p + 1; *q && *q != ':'; q++)
b1868a1a 1329 if (! isdigit(*q))
8c102d5b 1330 {
b1868a1a
CY
1331 if (*q != '.' || decimal)
1332 {
1333 size_found = 0;
1334 break;
1335 }
1336 decimal = 1;
8c102d5b
CY
1337 }
1338 if (size_found)
1339 {
1340 family_end = p;
1341 size_beg = p + 1;
1342 size_end = q;
1343 break;
1344 }
ef18374f 1345 }
ef18374f 1346 }
9331887d 1347
8c102d5b
CY
1348 if (family_end)
1349 {
637fa988
JD
1350 Lisp_Object extra_props = Qnil;
1351
8c102d5b
CY
1352 /* A fontconfig name with size and/or property data. */
1353 if (family_end > name)
1354 {
1355 Lisp_Object family;
1356 family = font_intern_prop (name, family_end - name, 1);
1357 ASET (font, FONT_FAMILY_INDEX, family);
1358 }
1359 if (size_beg)
1360 {
1361 double point_size = strtod (size_beg, &size_end);
1362 ASET (font, FONT_SIZE_INDEX, make_float (point_size));
1363 if (*size_end == ':' && size_end[1])
59facb78 1364 props_beg = size_end;
8c102d5b
CY
1365 }
1366 if (props_beg)
1367 {
d26424c5 1368 /* Now parse ":KEY=VAL" patterns. */
59facb78 1369 Lisp_Object val;
8c102d5b 1370
59facb78 1371 for (p = props_beg; *p; p = q)
8c102d5b 1372 {
8c102d5b 1373 for (q = p + 1; *q && *q != '=' && *q != ':'; q++);
8c102d5b
CY
1374 if (*q != '=')
1375 {
1376 /* Must be an enumerated value. */
59facb78
CY
1377 int word_len;
1378 p = p + 1;
1379 word_len = q - p;
8c102d5b 1380 val = font_intern_prop (p, q - p, 1);
9277a69d 1381
4ec88040
AS
1382#define PROP_MATCH(STR) (word_len == strlen (STR) \
1383 && memcmp (p, STR, strlen (STR)) == 0)
1384
1385 if (PROP_MATCH ("light")
1386 || PROP_MATCH ("medium")
1387 || PROP_MATCH ("demibold")
1388 || PROP_MATCH ("bold")
1389 || PROP_MATCH ("black"))
8c102d5b 1390 FONT_SET_STYLE (font, FONT_WEIGHT_INDEX, val);
4ec88040
AS
1391 else if (PROP_MATCH ("roman")
1392 || PROP_MATCH ("italic")
1393 || PROP_MATCH ("oblique"))
8c102d5b 1394 FONT_SET_STYLE (font, FONT_SLANT_INDEX, val);
4ec88040 1395 else if (PROP_MATCH ("charcell"))
8c102d5b
CY
1396 ASET (font, FONT_SPACING_INDEX,
1397 make_number (FONT_SPACING_CHARCELL));
4ec88040 1398 else if (PROP_MATCH ("mono"))
8c102d5b
CY
1399 ASET (font, FONT_SPACING_INDEX,
1400 make_number (FONT_SPACING_MONO));
4ec88040 1401 else if (PROP_MATCH ("proportional"))
8c102d5b
CY
1402 ASET (font, FONT_SPACING_INDEX,
1403 make_number (FONT_SPACING_PROPORTIONAL));
9277a69d 1404#undef PROP_MATCH
8c102d5b 1405 }
59facb78 1406 else
8c102d5b 1407 {
59facb78 1408 /* KEY=VAL pairs */
8c102d5b 1409 Lisp_Object key;
59facb78 1410 int prop;
51c01100 1411
59facb78 1412 if (q - p == 10 && memcmp (p + 1, "pixelsize", 9) == 0)
8c102d5b
CY
1413 prop = FONT_SIZE_INDEX;
1414 else
1415 {
1416 key = font_intern_prop (p, q - p, 1);
1417 prop = get_font_prop_index (key);
1418 }
77989187 1419
8c102d5b
CY
1420 p = q + 1;
1421 for (q = p; *q && *q != ':'; q++);
90c00b01 1422 val = font_intern_prop (p, q - p, 0);
77989187 1423
d26424c5
KH
1424 if (prop >= FONT_FOUNDRY_INDEX
1425 && prop < FONT_EXTRA_INDEX)
637fa988 1426 ASET (font, prop, font_prop_validate (prop, Qnil, val));
ce75f06e 1427 else
637fa988
JD
1428 {
1429 extra_props = nconc2 (extra_props,
1430 Fcons (Fcons (key, val), Qnil));
1431 }
8c102d5b 1432 }
d26424c5 1433 p = q;
8c102d5b 1434 }
8c102d5b 1435 }
637fa988
JD
1436
1437 if (! NILP (extra_props))
1438 {
1439 struct font_driver_list *driver_list = font_driver_list;
1440 for ( ; driver_list; driver_list = driver_list->next)
1441 if (driver_list->driver->filter_properties)
1442 (*driver_list->driver->filter_properties) (font, extra_props);
1443 }
ce75f06e 1444
8c102d5b
CY
1445 }
1446 else
ef18374f 1447 {
8c102d5b
CY
1448 /* Either a fontconfig-style name with no size and property
1449 data, or a GTK-style name. */
6608a7d8
CY
1450 Lisp_Object weight = Qnil, slant = Qnil;
1451 Lisp_Object width = Qnil, size = Qnil;
1452 char *word_start;
1453 int word_len;
6608a7d8
CY
1454
1455 /* Scan backwards from the end, looking for a size. */
1456 for (p = name + len - 1; p >= name; p--)
1457 if (!isdigit (*p))
1458 break;
1459
1460 if ((p < name + len - 1) && ((p + 1 == name) || *p == ' '))
1461 /* Found a font size. */
1462 size = make_float (strtod (p + 1, NULL));
1463 else
1464 p = name + len;
ef18374f 1465
6608a7d8
CY
1466 /* Now P points to the termination of the string, sans size.
1467 Scan backwards, looking for font properties. */
1468 for (; p > name; p = q)
ef18374f 1469 {
6608a7d8 1470 for (q = p - 1; q >= name; q--)
9331887d 1471 {
6608a7d8
CY
1472 if (q > name && *(q-1) == '\\')
1473 --q; /* Skip quoting backslashes. */
1474 else if (*q == ' ')
1475 break;
027a33c0 1476 }
8c102d5b 1477
6608a7d8
CY
1478 word_start = q + 1;
1479 word_len = p - word_start;
8c102d5b 1480
4ec88040
AS
1481#define PROP_MATCH(STR) \
1482 (word_len == strlen (STR) \
1483 && memcmp (word_start, STR, strlen (STR)) == 0)
1484#define PROP_SAVE(VAR, STR) \
1485 (VAR = NILP (VAR) ? font_intern_prop (STR, strlen (STR), 1) : VAR)
1486
1487 if (PROP_MATCH ("Ultra-Light"))
1488 PROP_SAVE (weight, "ultra-light");
1489 else if (PROP_MATCH ("Light"))
1490 PROP_SAVE (weight, "light");
1491 else if (PROP_MATCH ("Book"))
1492 PROP_SAVE (weight, "book");
1493 else if (PROP_MATCH ("Medium"))
1494 PROP_SAVE (weight, "medium");
1495 else if (PROP_MATCH ("Semi-Bold"))
1496 PROP_SAVE (weight, "semi-bold");
1497 else if (PROP_MATCH ("Bold"))
1498 PROP_SAVE (weight, "bold");
1499 else if (PROP_MATCH ("Italic"))
1500 PROP_SAVE (slant, "italic");
1501 else if (PROP_MATCH ("Oblique"))
1502 PROP_SAVE (slant, "oblique");
1503 else if (PROP_MATCH ("Semi-Condensed"))
1504 PROP_SAVE (width, "semi-condensed");
1505 else if (PROP_MATCH ("Condensed"))
1506 PROP_SAVE (width, "condensed");
6608a7d8
CY
1507 /* An unknown word must be part of the font name. */
1508 else
fe69a722 1509 {
6608a7d8
CY
1510 family_end = p;
1511 break;
fe69a722 1512 }
ef18374f 1513 }
8c102d5b 1514#undef PROP_MATCH
372fb76b 1515#undef PROP_SAVE
9ba6fd41 1516
8c102d5b 1517 if (family_end)
6608a7d8
CY
1518 ASET (font, FONT_FAMILY_INDEX,
1519 font_intern_prop (name, family_end - name, 1));
1520 if (!NILP (size))
1521 ASET (font, FONT_SIZE_INDEX, size);
1522 if (!NILP (weight))
1523 FONT_SET_STYLE (font, FONT_WEIGHT_INDEX, weight);
1524 if (!NILP (slant))
1525 FONT_SET_STYLE (font, FONT_SLANT_INDEX, slant);
1526 if (!NILP (width))
1527 FONT_SET_STYLE (font, FONT_WIDTH_INDEX, width);
8c102d5b 1528 }
17ab8f5d 1529
9331887d 1530 return 0;
ef18374f
KH
1531}
1532
1533/* Store fontconfig's font name of FONT (font-spec or font-entity) in
1534 NAME (NBYTES length), and return the name length. If
1535 FONT_SIZE_INDEX of FONT is 0, use PIXEL_SIZE instead. */
1536
1537int
09d93395 1538font_unparse_fcname (Lisp_Object font, int pixel_size, char *name, int nbytes)
ef18374f 1539{
b1868a1a 1540 Lisp_Object family, foundry;
35027d0c 1541 Lisp_Object tail, val;
ec6fe57c 1542 int point_size;
ec6fe57c 1543 int i, len = 1;
ef18374f 1544 char *p;
a9262bb8 1545 Lisp_Object styles[3];
675e2c69 1546 const char *style_names[3] = { "weight", "slant", "width" };
35027d0c 1547 char work[256];
ef18374f 1548
b1868a1a
CY
1549 family = AREF (font, FONT_FAMILY_INDEX);
1550 if (! NILP (family))
1551 {
1552 if (SYMBOLP (family))
1553 {
1554 family = SYMBOL_NAME (family);
1555 len += SBYTES (family);
1556 }
1557 else
1558 family = Qnil;
1559 }
ec6fe57c
KH
1560
1561 val = AREF (font, FONT_SIZE_INDEX);
1562 if (INTEGERP (val))
ef18374f 1563 {
ec6fe57c
KH
1564 if (XINT (val) != 0)
1565 pixel_size = XINT (val);
1566 point_size = -1;
1567 len += 21; /* for ":pixelsize=NUM" */
ef18374f 1568 }
3ddb0639 1569 else
ef18374f 1570 {
3ddb0639
PE
1571 if (! FLOATP (val))
1572 abort ();
ec6fe57c
KH
1573 pixel_size = -1;
1574 point_size = (int) XFLOAT_DATA (val);
1575 len += 11; /* for "-NUM" */
ef18374f 1576 }
ec6fe57c 1577
b1868a1a
CY
1578 foundry = AREF (font, FONT_FOUNDRY_INDEX);
1579 if (! NILP (foundry))
1580 {
1581 if (SYMBOLP (foundry))
1582 {
1583 foundry = SYMBOL_NAME (foundry);
1584 len += 9 + SBYTES (foundry); /* ":foundry=NAME" */
1585 }
1586 else
1587 foundry = Qnil;
1588 }
ec6fe57c 1589
35027d0c 1590 for (i = 0; i < 3; i++)
a9262bb8 1591 {
35027d0c
KH
1592 styles[i] = font_style_symbolic (font, FONT_WEIGHT_INDEX + i, 0);
1593 if (! NILP (styles[i]))
1594 len += sprintf (work, ":%s=%s", style_names[i],
1595 SDATA (SYMBOL_NAME (styles[i])));
ec6fe57c 1596 }
35027d0c
KH
1597
1598 if (INTEGERP (AREF (font, FONT_DPI_INDEX)))
c56c14a1 1599 len += sprintf (work, ":dpi=%ld", (long)XINT (AREF (font, FONT_DPI_INDEX)));
35027d0c
KH
1600 if (INTEGERP (AREF (font, FONT_SPACING_INDEX)))
1601 len += strlen (":spacing=100");
1602 if (INTEGERP (AREF (font, FONT_AVGWIDTH_INDEX)))
1603 len += strlen (":scalable=false"); /* or ":scalable=true" */
1604 for (tail = AREF (font, FONT_EXTRA_INDEX); CONSP (tail); tail = XCDR (tail))
ec6fe57c 1605 {
13a547c6 1606 Lisp_Object key = XCAR (XCAR (tail)), value = XCDR (XCAR (tail));
35027d0c
KH
1607
1608 len += SBYTES (SYMBOL_NAME (key)) + 1; /* for :KEY= */
13a547c6
PE
1609 if (STRINGP (value))
1610 len += SBYTES (value);
1611 else if (INTEGERP (value))
1612 len += sprintf (work, "%ld", (long) XINT (value));
1613 else if (SYMBOLP (value))
1614 len += (NILP (value) ? 5 : 4); /* for "false" or "true" */
ec6fe57c
KH
1615 }
1616
ef18374f
KH
1617 if (len > nbytes)
1618 return -1;
1619 p = name;
b1868a1a
CY
1620 if (! NILP (family))
1621 p += sprintf (p, "%s", SDATA (family));
ec6fe57c
KH
1622 if (point_size > 0)
1623 {
1624 if (p == name)
1625 p += sprintf (p, "%d", point_size);
1626 else
1627 p += sprintf (p, "-%d", point_size);
1628 }
ef18374f
KH
1629 else if (pixel_size > 0)
1630 p += sprintf (p, ":pixelsize=%d", pixel_size);
35027d0c 1631 if (! NILP (AREF (font, FONT_FOUNDRY_INDEX)))
a9262bb8
KH
1632 p += sprintf (p, ":foundry=%s",
1633 SDATA (SYMBOL_NAME (AREF (font, FONT_FOUNDRY_INDEX))));
1634 for (i = 0; i < 3; i++)
35027d0c 1635 if (! NILP (styles[i]))
a9262bb8 1636 p += sprintf (p, ":%s=%s", style_names[i],
35027d0c
KH
1637 SDATA (SYMBOL_NAME (styles[i])));
1638 if (INTEGERP (AREF (font, FONT_DPI_INDEX)))
c56c14a1 1639 p += sprintf (p, ":dpi=%ld", (long) XINT (AREF (font, FONT_DPI_INDEX)));
35027d0c 1640 if (INTEGERP (AREF (font, FONT_SPACING_INDEX)))
c56c14a1
AR
1641 p += sprintf (p, ":spacing=%ld",
1642 (long) XINT (AREF (font, FONT_SPACING_INDEX)));
35027d0c
KH
1643 if (INTEGERP (AREF (font, FONT_AVGWIDTH_INDEX)))
1644 {
1645 if (XINT (AREF (font, FONT_AVGWIDTH_INDEX)) == 0)
1646 p += sprintf (p, ":scalable=true");
1647 else
1648 p += sprintf (p, ":scalable=false");
1649 }
ef18374f
KH
1650 return (p - name);
1651}
1652
1653/* Parse NAME (null terminated) and store information in FONT
1654 (font-spec or font-entity). If NAME is successfully parsed, return
35027d0c 1655 0. Otherwise return -1. */
ef18374f
KH
1656
1657static int
09d93395 1658font_parse_name (char *name, Lisp_Object font)
ef18374f 1659{
8966b757 1660 if (name[0] == '-' || strchr (name, '*') || strchr (name, '?'))
e950d6f1 1661 return font_parse_xlfd (name, font);
ec6fe57c 1662 return font_parse_fcname (name, font);
ef18374f
KH
1663}
1664
35027d0c
KH
1665
1666/* Merge FAMILY and REGISTRY into FONT_SPEC. FAMILY may have the form
1667 "FAMILY-FOUNDRY". REGISTRY may not contain charset-encoding
1668 part. */
45eb10fb 1669
c2f5bfd6 1670void
971de7fb 1671font_parse_family_registry (Lisp_Object family, Lisp_Object registry, Lisp_Object font_spec)
c2f5bfd6 1672{
35027d0c
KH
1673 int len;
1674 char *p0, *p1;
1675
d0ab1ebe
KH
1676 if (! NILP (family)
1677 && NILP (AREF (font_spec, FONT_FAMILY_INDEX)))
c2f5bfd6 1678 {
35027d0c
KH
1679 CHECK_STRING (family);
1680 len = SBYTES (family);
51b59d79 1681 p0 = SSDATA (family);
8966b757 1682 p1 = strchr (p0, '-');
35027d0c 1683 if (p1)
c2f5bfd6 1684 {
9903d1e6 1685 if ((*p0 != '*' && p1 - p0 > 0)
d0ab1ebe 1686 && NILP (AREF (font_spec, FONT_FOUNDRY_INDEX)))
2f286d4f 1687 Ffont_put (font_spec, QCfoundry, font_intern_prop (p0, p1 - p0, 1));
35027d0c
KH
1688 p1++;
1689 len -= p1 - p0;
2f286d4f 1690 Ffont_put (font_spec, QCfamily, font_intern_prop (p1, len, 1));
c2f5bfd6 1691 }
35027d0c
KH
1692 else
1693 ASET (font_spec, FONT_FAMILY_INDEX, Fintern (family, Qnil));
c2f5bfd6 1694 }
35027d0c 1695 if (! NILP (registry))
c2f5bfd6 1696 {
35027d0c
KH
1697 /* Convert "XXX" and "XXX*" to "XXX*-*". */
1698 CHECK_STRING (registry);
1699 len = SBYTES (registry);
51b59d79 1700 p0 = SSDATA (registry);
8966b757 1701 p1 = strchr (p0, '-');
35027d0c 1702 if (! p1)
c2f5bfd6 1703 {
35027d0c
KH
1704 if (SDATA (registry)[len - 1] == '*')
1705 registry = concat2 (registry, build_string ("-*"));
1706 else
1707 registry = concat2 (registry, build_string ("*-*"));
c2f5bfd6 1708 }
35027d0c
KH
1709 registry = Fdowncase (registry);
1710 ASET (font_spec, FONT_REGISTRY_INDEX, Fintern (registry, Qnil));
c2f5bfd6
KH
1711 }
1712}
1713
45eb10fb 1714\f
35027d0c
KH
1715/* This part (through the next ^L) is still experimental and not
1716 tested much. We may drastically change codes. */
10d16101 1717
45eb10fb 1718/* OTF handler */
10d16101 1719
6a3dadd2
KH
1720#if 0
1721
e950d6f1
KH
1722#define LGSTRING_HEADER_SIZE 6
1723#define LGSTRING_GLYPH_SIZE 8
1724
1725static int
1726check_gstring (gstring)
1727 Lisp_Object gstring;
1728{
1729 Lisp_Object val;
1730 int i, j;
1731
1732 CHECK_VECTOR (gstring);
1733 val = AREF (gstring, 0);
1734 CHECK_VECTOR (val);
1735 if (ASIZE (val) < LGSTRING_HEADER_SIZE)
1736 goto err;
1737 CHECK_FONT_OBJECT (LGSTRING_FONT (gstring));
f9ffa1ea
SM
1738 if (!NILP (LGSTRING_SLOT (gstring, LGSTRING_IX_LBEARING)))
1739 CHECK_NUMBER (LGSTRING_SLOT (gstring, LGSTRING_IX_LBEARING));
1740 if (!NILP (LGSTRING_SLOT (gstring, LGSTRING_IX_RBEARING)))
1741 CHECK_NUMBER (LGSTRING_SLOT (gstring, LGSTRING_IX_RBEARING));
1742 if (!NILP (LGSTRING_SLOT (gstring, LGSTRING_IX_WIDTH)))
1743 CHECK_NATNUM (LGSTRING_SLOT (gstring, LGSTRING_IX_WIDTH));
1744 if (!NILP (LGSTRING_SLOT (gstring, LGSTRING_IX_ASCENT)))
1745 CHECK_NUMBER (LGSTRING_SLOT (gstring, LGSTRING_IX_ASCENT));
1746 if (!NILP (LGSTRING_SLOT (gstring, LGSTRING_IX_ASCENT)))
1747 CHECK_NUMBER (LGSTRING_SLOT (gstring, LGSTRING_IX_ASCENT));
e950d6f1 1748
071132a9 1749 for (i = 0; i < LGSTRING_GLYPH_LEN (gstring); i++)
e950d6f1
KH
1750 {
1751 val = LGSTRING_GLYPH (gstring, i);
1752 CHECK_VECTOR (val);
1753 if (ASIZE (val) < LGSTRING_GLYPH_SIZE)
1754 goto err;
f9ffa1ea 1755 if (NILP (AREF (val, LGLYPH_IX_CHAR)))
e950d6f1 1756 break;
f9ffa1ea
SM
1757 CHECK_NATNUM (AREF (val, LGLYPH_IX_FROM));
1758 CHECK_NATNUM (AREF (val, LGLYPH_IX_TO));
1759 CHECK_CHARACTER (AREF (val, LGLYPH_IX_CHAR));
1760 if (!NILP (AREF (val, LGLYPH_IX_CODE)))
1761 CHECK_NATNUM (AREF (val, LGLYPH_IX_CODE));
1762 if (!NILP (AREF (val, LGLYPH_IX_WIDTH)))
1763 CHECK_NATNUM (AREF (val, LGLYPH_IX_WIDTH));
1764 if (!NILP (AREF (val, LGLYPH_IX_ADJUSTMENT)))
e950d6f1 1765 {
f9ffa1ea 1766 val = AREF (val, LGLYPH_IX_ADJUSTMENT);
e950d6f1
KH
1767 CHECK_VECTOR (val);
1768 if (ASIZE (val) < 3)
1769 goto err;
1770 for (j = 0; j < 3; j++)
1771 CHECK_NUMBER (AREF (val, j));
1772 }
1773 }
1774 return i;
1775 err:
1776 error ("Invalid glyph-string format");
1777 return -1;
1778}
1779
cf385d93
KH
1780static void
1781check_otf_features (otf_features)
1782 Lisp_Object otf_features;
1783{
35027d0c 1784 Lisp_Object val;
cf385d93
KH
1785
1786 CHECK_CONS (otf_features);
1787 CHECK_SYMBOL (XCAR (otf_features));
1788 otf_features = XCDR (otf_features);
1789 CHECK_CONS (otf_features);
1790 CHECK_SYMBOL (XCAR (otf_features));
1791 otf_features = XCDR (otf_features);
1792 for (val = Fcar (otf_features); ! NILP (val); val = Fcdr (val))
1793 {
1794 CHECK_SYMBOL (Fcar (val));
1795 if (SBYTES (SYMBOL_NAME (XCAR (val))) > 4)
1796 error ("Invalid OTF GSUB feature: %s", SYMBOL_NAME (XCAR (val)));
1797 }
1798 otf_features = XCDR (otf_features);
1799 for (val = Fcar (otf_features); ! NILP (val); val = Fcdr (val))
1800 {
1801 CHECK_SYMBOL (Fcar (val));
1802 if (SBYTES (SYMBOL_NAME (XCAR (val))) > 4)
1803 error ("Invalid OTF GPOS feature: %s", SYMBOL_NAME (XCAR (val)));
1804 }
1805}
1806
c2f5bfd6
KH
1807#ifdef HAVE_LIBOTF
1808#include <otf.h>
1809
733fd013 1810Lisp_Object otf_list;
c2f5bfd6
KH
1811
1812static Lisp_Object
1813otf_tag_symbol (tag)
1814 OTF_Tag tag;
1815{
1816 char name[5];
1817
1818 OTF_tag_name (tag, name);
1819 return Fintern (make_unibyte_string (name, 4), Qnil);
1820}
1821
1822static OTF *
35027d0c
KH
1823otf_open (file)
1824 Lisp_Object file;
c2f5bfd6 1825{
35027d0c 1826 Lisp_Object val = Fassoc (file, otf_list);
733fd013
KH
1827 OTF *otf;
1828
1829 if (! NILP (val))
1830 otf = XSAVE_VALUE (XCDR (val))->pointer;
1831 else
c2f5bfd6 1832 {
51b59d79 1833 otf = STRINGP (file) ? OTF_open (SSDATA (file)) : NULL;
733fd013 1834 val = make_save_value (otf, 0);
35027d0c 1835 otf_list = Fcons (Fcons (file, val), otf_list);
c2f5bfd6 1836 }
733fd013 1837 return otf;
c2f5bfd6
KH
1838}
1839
1840
1841/* Return a list describing which scripts/languages FONT supports by
1842 which GSUB/GPOS features of OpenType tables. See the comment of
51c01100 1843 (struct font_driver).otf_capability. */
c2f5bfd6
KH
1844
1845Lisp_Object
1846font_otf_capability (font)
1847 struct font *font;
1848{
1849 OTF *otf;
1850 Lisp_Object capability = Fcons (Qnil, Qnil);
1851 int i;
1852
35027d0c 1853 otf = otf_open (font->props[FONT_FILE_INDEX]);
c2f5bfd6
KH
1854 if (! otf)
1855 return Qnil;
1856 for (i = 0; i < 2; i++)
1857 {
1858 OTF_GSUB_GPOS *gsub_gpos;
1859 Lisp_Object script_list = Qnil;
1860 int j;
1861
1862 if (OTF_get_features (otf, i == 0) < 0)
1863 continue;
1864 gsub_gpos = i == 0 ? otf->gsub : otf->gpos;
1865 for (j = gsub_gpos->ScriptList.ScriptCount - 1; j >= 0; j--)
1866 {
1867 OTF_Script *script = gsub_gpos->ScriptList.Script + j;
1868 Lisp_Object langsys_list = Qnil;
1869 Lisp_Object script_tag = otf_tag_symbol (script->ScriptTag);
1870 int k;
1871
1872 for (k = script->LangSysCount; k >= 0; k--)
1873 {
1874 OTF_LangSys *langsys;
1875 Lisp_Object feature_list = Qnil;
1876 Lisp_Object langsys_tag;
1877 int l;
1878
e80e09b4 1879 if (k == script->LangSysCount)
c2f5bfd6
KH
1880 {
1881 langsys = &script->DefaultLangSys;
1882 langsys_tag = Qnil;
1883 }
1884 else
1885 {
1886 langsys = script->LangSys + k;
1887 langsys_tag
1888 = otf_tag_symbol (script->LangSysRecord[k].LangSysTag);
1889 }
e80e09b4 1890 for (l = langsys->FeatureCount - 1; l >= 0; l--)
c2f5bfd6
KH
1891 {
1892 OTF_Feature *feature
1893 = gsub_gpos->FeatureList.Feature + langsys->FeatureIndex[l];
1894 Lisp_Object feature_tag
1895 = otf_tag_symbol (feature->FeatureTag);
1896
1897 feature_list = Fcons (feature_tag, feature_list);
1898 }
1899 langsys_list = Fcons (Fcons (langsys_tag, feature_list),
1900 langsys_list);
1901 }
1902 script_list = Fcons (Fcons (script_tag, langsys_list),
1903 script_list);
1904 }
1905
1906 if (i == 0)
1907 XSETCAR (capability, script_list);
1908 else
1909 XSETCDR (capability, script_list);
1910 }
1911
1912 return capability;
1913}
1914
733fd013
KH
1915/* Parse OTF features in SPEC and write a proper features spec string
1916 in FEATURES for the call of OTF_drive_gsub/gpos (of libotf). It is
1917 assured that the sufficient memory has already allocated for
1918 FEATURES. */
1919
e80e09b4 1920static void
733fd013 1921generate_otf_features (spec, features)
c2f5bfd6 1922 Lisp_Object spec;
733fd013 1923 char *features;
c2f5bfd6
KH
1924{
1925 Lisp_Object val;
35027d0c 1926 char *p;
c2f5bfd6
KH
1927 int asterisk;
1928
733fd013 1929 p = features;
e80e09b4 1930 *p = '\0';
c2f5bfd6
KH
1931 for (asterisk = 0; CONSP (spec); spec = XCDR (spec))
1932 {
1933 val = XCAR (spec);
e80e09b4
KH
1934 CHECK_SYMBOL (val);
1935 if (p > features)
733fd013 1936 *p++ = ',';
c2f5bfd6
KH
1937 if (SREF (SYMBOL_NAME (val), 0) == '*')
1938 {
1939 asterisk = 1;
e80e09b4 1940 *p++ = '*';
c2f5bfd6
KH
1941 }
1942 else if (! asterisk)
e80e09b4
KH
1943 {
1944 val = SYMBOL_NAME (val);
e80e09b4
KH
1945 p += sprintf (p, "%s", SDATA (val));
1946 }
c2f5bfd6 1947 else
e80e09b4
KH
1948 {
1949 val = SYMBOL_NAME (val);
e80e09b4
KH
1950 p += sprintf (p, "~%s", SDATA (val));
1951 }
c2f5bfd6 1952 }
e80e09b4
KH
1953 if (CONSP (spec))
1954 error ("OTF spec too long");
1955}
1956
733fd013
KH
1957Lisp_Object
1958font_otf_DeviceTable (device_table)
1959 OTF_DeviceTable *device_table;
1960{
1961 int len = device_table->StartSize - device_table->EndSize + 1;
1962
1963 return Fcons (make_number (len),
1964 make_unibyte_string (device_table->DeltaValue, len));
1965}
1966
1967Lisp_Object
1968font_otf_ValueRecord (value_format, value_record)
1969 int value_format;
1970 OTF_ValueRecord *value_record;
1971{
1972 Lisp_Object val = Fmake_vector (make_number (8), Qnil);
1973
1974 if (value_format & OTF_XPlacement)
43c0454d 1975 ASET (val, 0, make_number (value_record->XPlacement));
733fd013 1976 if (value_format & OTF_YPlacement)
43c0454d 1977 ASET (val, 1, make_number (value_record->YPlacement));
733fd013 1978 if (value_format & OTF_XAdvance)
43c0454d 1979 ASET (val, 2, make_number (value_record->XAdvance));
733fd013 1980 if (value_format & OTF_YAdvance)
43c0454d 1981 ASET (val, 3, make_number (value_record->YAdvance));
733fd013
KH
1982 if (value_format & OTF_XPlaDevice)
1983 ASET (val, 4, font_otf_DeviceTable (&value_record->XPlaDevice));
1984 if (value_format & OTF_YPlaDevice)
1985 ASET (val, 4, font_otf_DeviceTable (&value_record->YPlaDevice));
1986 if (value_format & OTF_XAdvDevice)
1987 ASET (val, 4, font_otf_DeviceTable (&value_record->XAdvDevice));
1988 if (value_format & OTF_YAdvDevice)
1989 ASET (val, 4, font_otf_DeviceTable (&value_record->YAdvDevice));
1990 return val;
1991}
1992
1993Lisp_Object
1994font_otf_Anchor (anchor)
1995 OTF_Anchor *anchor;
1996{
1997 Lisp_Object val;
1998
1999 val = Fmake_vector (make_number (anchor->AnchorFormat + 1), Qnil);
2000 ASET (val, 0, make_number (anchor->XCoordinate));
2001 ASET (val, 1, make_number (anchor->YCoordinate));
2002 if (anchor->AnchorFormat == 2)
2003 ASET (val, 2, make_number (anchor->f.f1.AnchorPoint));
2004 else
2005 {
2006 ASET (val, 3, font_otf_DeviceTable (&anchor->f.f2.XDeviceTable));
2007 ASET (val, 4, font_otf_DeviceTable (&anchor->f.f2.YDeviceTable));
2008 }
2009 return val;
2010}
c2f5bfd6 2011#endif /* HAVE_LIBOTF */
6a3dadd2 2012#endif /* 0 */
c2f5bfd6 2013
c2f5bfd6
KH
2014\f
2015/* Font sorting */
2016
f57e2426
J
2017static unsigned font_score (Lisp_Object, Lisp_Object *);
2018static int font_compare (const void *, const void *);
2019static Lisp_Object font_sort_entities (Lisp_Object, Lisp_Object,
2020 Lisp_Object, int);
c2f5bfd6 2021
55e41770 2022static double
971de7fb 2023font_rescale_ratio (Lisp_Object font_entity)
55e41770
KH
2024{
2025 Lisp_Object tail, elt;
2026 Lisp_Object name = Qnil;
2027
2028 for (tail = Vface_font_rescale_alist; CONSP (tail); tail = XCDR (tail))
2029 {
2030 elt = XCAR (tail);
2031 if (FLOATP (XCDR (elt)))
2032 {
2033 if (STRINGP (XCAR (elt)))
2034 {
2035 if (NILP (name))
2036 name = Ffont_xlfd_name (font_entity, Qnil);
2037 if (fast_string_match_ignore_case (XCAR (elt), name) >= 0)
2038 return XFLOAT_DATA (XCDR (elt));
2039 }
2040 else if (FONT_SPEC_P (XCAR (elt)))
2041 {
2042 if (font_match_p (XCAR (elt), font_entity))
2043 return XFLOAT_DATA (XCDR (elt));
2044 }
2045 }
2046 }
2047 return 1.0;
2048}
2049
c2f5bfd6
KH
2050/* We sort fonts by scoring each of them against a specified
2051 font-spec. The score value is 32 bit (`unsigned'), and the smaller
2052 the value is, the closer the font is to the font-spec.
2053
4007dd1c
KH
2054 The lowest 2 bits of the score is used for driver type. The font
2055 available by the most preferred font driver is 0.
35027d0c 2056
4007dd1c 2057 Each 7-bit in the higher 28 bits are used for numeric properties
c2f5bfd6
KH
2058 WEIGHT, SLANT, WIDTH, and SIZE. */
2059
2060/* How many bits to shift to store the difference value of each font
35027d0c
KH
2061 property in a score. Note that flots for FONT_TYPE_INDEX and
2062 FONT_REGISTRY_INDEX are not used. */
c2f5bfd6
KH
2063static int sort_shift_bits[FONT_SIZE_INDEX + 1];
2064
9331887d
KH
2065/* Score font-entity ENTITY against properties of font-spec SPEC_PROP.
2066 The return value indicates how different ENTITY is compared with
51c13510 2067 SPEC_PROP. */
c2f5bfd6
KH
2068
2069static unsigned
971de7fb 2070font_score (Lisp_Object entity, Lisp_Object *spec_prop)
c2f5bfd6
KH
2071{
2072 unsigned score = 0;
2073 int i;
c2f5bfd6 2074
35027d0c
KH
2075 /* Score three style numeric fields. Maximum difference is 127. */
2076 for (i = FONT_WEIGHT_INDEX; i <= FONT_WIDTH_INDEX; i++)
2077 if (! NILP (spec_prop[i]) && ! EQ (AREF (entity, i), spec_prop[i]))
2078 {
2079 int diff = (XINT (AREF (entity, i)) >> 8) - (XINT (spec_prop[i]) >> 8);
2080
2081 if (diff < 0)
2082 diff = - diff;
f4cc0153
KH
2083 if (diff > 0)
2084 score |= min (diff, 127) << sort_shift_bits[i];
35027d0c
KH
2085 }
2086
2087 /* Score the size. Maximum difference is 127. */
2088 i = FONT_SIZE_INDEX;
55e41770
KH
2089 if (! NILP (spec_prop[FONT_SIZE_INDEX])
2090 && XINT (AREF (entity, FONT_SIZE_INDEX)) > 0)
35027d0c
KH
2091 {
2092 /* We use the higher 6-bit for the actual size difference. The
2093 lowest bit is set if the DPI is different. */
55e41770
KH
2094 int diff;
2095 int pixel_size = XINT (spec_prop[FONT_SIZE_INDEX]);
35027d0c 2096
55e41770
KH
2097 if (CONSP (Vface_font_rescale_alist))
2098 pixel_size *= font_rescale_ratio (entity);
2099 diff = pixel_size - XINT (AREF (entity, FONT_SIZE_INDEX));
35027d0c
KH
2100 if (diff < 0)
2101 diff = - diff;
d0ab1ebe 2102 diff <<= 1;
35027d0c
KH
2103 if (! NILP (spec_prop[FONT_DPI_INDEX])
2104 && ! EQ (spec_prop[FONT_DPI_INDEX], AREF (entity, FONT_DPI_INDEX)))
2105 diff |= 1;
c0a6070d
KH
2106 if (! NILP (spec_prop[FONT_AVGWIDTH_INDEX])
2107 && ! EQ (spec_prop[FONT_AVGWIDTH_INDEX], AREF (entity, FONT_AVGWIDTH_INDEX)))
2108 diff |= 1;
35027d0c 2109 score |= min (diff, 127) << sort_shift_bits[FONT_SIZE_INDEX];
c2f5bfd6
KH
2110 }
2111
2112 return score;
2113}
2114
2115
72d36834
KH
2116/* Concatenate all elements of LIST into one vector. LIST is a list
2117 of font-entity vectors. */
c2f5bfd6 2118
72d36834
KH
2119static Lisp_Object
2120font_vconcat_entity_vectors (Lisp_Object list)
c2f5bfd6 2121{
72d36834
KH
2122 int nargs = XINT (Flength (list));
2123 Lisp_Object *args = alloca (sizeof (Lisp_Object) * nargs);
2124 int i;
2125
2126 for (i = 0; i < nargs; i++, list = XCDR (list))
2127 args[i] = XCAR (list);
2128 return Fvconcat (nargs, args);
c2f5bfd6
KH
2129}
2130
2131
2132/* The structure for elements being sorted by qsort. */
2133struct font_sort_data
2134{
2135 unsigned score;
72d36834 2136 int font_driver_preference;
c2f5bfd6
KH
2137 Lisp_Object entity;
2138};
2139
2140
72d36834
KH
2141/* The comparison function for qsort. */
2142
2143static int
971de7fb 2144font_compare (const void *d1, const void *d2)
72d36834
KH
2145{
2146 const struct font_sort_data *data1 = d1;
2147 const struct font_sort_data *data2 = d2;
2148
2149 if (data1->score < data2->score)
2150 return -1;
2151 else if (data1->score > data2->score)
2152 return 1;
2153 return (data1->font_driver_preference - data2->font_driver_preference);
2154}
2155
2156
2157/* Sort each font-entity vector in LIST by closeness to font-spec PREFER.
c2f5bfd6 2158 If PREFER specifies a point-size, calculate the corresponding
9331887d 2159 pixel-size from QCdpi property of PREFER or from the Y-resolution
7181ea6a 2160 of FRAME before sorting.
35027d0c 2161
c9477f01
KH
2162 If BEST-ONLY is nonzero, return the best matching entity (that
2163 supports the character BEST-ONLY if BEST-ONLY is positive, or any
72d36834
KH
2164 if BEST-ONLY is negative). Otherwise, return the sorted result as
2165 a single vector of font-entities.
c9477f01 2166
72d36834
KH
2167 This function does no optimization for the case that the total
2168 number of elements is 1. The caller should avoid calling this in
2169 such a case. */
c2f5bfd6
KH
2170
2171static Lisp_Object
971de7fb 2172font_sort_entities (Lisp_Object list, Lisp_Object prefer, Lisp_Object frame, int best_only)
c2f5bfd6 2173{
9331887d 2174 Lisp_Object prefer_prop[FONT_SPEC_MAX];
72d36834 2175 int len, maxlen, i;
c2f5bfd6 2176 struct font_sort_data *data;
35027d0c 2177 unsigned best_score;
72d36834 2178 Lisp_Object best_entity;
4007dd1c 2179 struct frame *f = XFRAME (frame);
5ad03b97 2180 Lisp_Object tail, vec IF_LINT (= Qnil);
c2f5bfd6
KH
2181 USE_SAFE_ALLOCA;
2182
9903d1e6 2183 for (i = FONT_WEIGHT_INDEX; i <= FONT_AVGWIDTH_INDEX; i++)
9331887d 2184 prefer_prop[i] = AREF (prefer, i);
9331887d
KH
2185 if (FLOATP (prefer_prop[FONT_SIZE_INDEX]))
2186 prefer_prop[FONT_SIZE_INDEX]
2187 = make_number (font_pixel_size (XFRAME (frame), prefer));
2188
72d36834
KH
2189 if (NILP (XCDR (list)))
2190 {
2191 /* What we have to take care of is this single vector. */
2192 vec = XCAR (list);
2193 maxlen = ASIZE (vec);
2194 }
2195 else if (best_only)
2196 {
2197 /* We don't have to perform sort, so there's no need of creating
2198 a single vector. But, we must find the length of the longest
2199 vector. */
2200 maxlen = 0;
2201 for (tail = list; CONSP (tail); tail = XCDR (tail))
2202 if (maxlen < ASIZE (XCAR (tail)))
2203 maxlen = ASIZE (XCAR (tail));
2204 }
2205 else
2206 {
2207 /* We have to create a single vector to sort it. */
2208 vec = font_vconcat_entity_vectors (list);
2209 maxlen = ASIZE (vec);
2210 }
2211
2212 SAFE_ALLOCA (data, struct font_sort_data *, (sizeof *data) * maxlen);
c9477f01
KH
2213 best_score = 0xFFFFFFFF;
2214 best_entity = Qnil;
72d36834
KH
2215
2216 for (tail = list; CONSP (tail); tail = XCDR (tail))
c2f5bfd6 2217 {
72d36834
KH
2218 int font_driver_preference = 0;
2219 Lisp_Object current_font_driver;
ce75f06e 2220
72d36834
KH
2221 if (best_only)
2222 vec = XCAR (tail);
2223 len = ASIZE (vec);
2224
2225 /* We are sure that the length of VEC > 0. */
2226 current_font_driver = AREF (AREF (vec, 0), FONT_TYPE_INDEX);
2227 /* Score the elements. */
2228 for (i = 0; i < len; i++)
35027d0c 2229 {
72d36834
KH
2230 data[i].entity = AREF (vec, i);
2231 data[i].score
2232 = ((best_only <= 0 || font_has_char (f, data[i].entity, best_only)
2233 > 0)
2234 ? font_score (data[i].entity, prefer_prop)
2235 : 0xFFFFFFFF);
2236 if (best_only && best_score > data[i].score)
2237 {
2238 best_score = data[i].score;
2239 best_entity = data[i].entity;
2240 if (best_score == 0)
2241 break;
2242 }
2243 if (! EQ (current_font_driver, AREF (AREF (vec, i), FONT_TYPE_INDEX)))
2244 {
2245 current_font_driver = AREF (AREF (vec, i), FONT_TYPE_INDEX);
2246 font_driver_preference++;
2247 }
2248 data[i].font_driver_preference = font_driver_preference;
35027d0c 2249 }
72d36834
KH
2250
2251 /* Sort if necessary. */
2252 if (! best_only)
2253 {
2254 qsort (data, len, sizeof *data, font_compare);
2255 for (i = 0; i < len; i++)
2256 ASET (vec, i, data[i].entity);
2257 break;
2258 }
2259 else
2260 vec = best_entity;
c2f5bfd6 2261 }
72d36834 2262
c2f5bfd6
KH
2263 SAFE_FREE ();
2264
652b9560 2265 FONT_ADD_LOG ("sort-by", prefer, vec);
c2f5bfd6
KH
2266 return vec;
2267}
2268
2269\f
2270/* API of Font Service Layer. */
2271
45eb10fb
KH
2272/* Reflect ORDER (see the variable font_sort_order in xfaces.c) to
2273 sort_shift_bits. Finternal_set_font_selection_order calls this
2274 function with font_sort_order after setting up it. */
2275
c2f5bfd6 2276void
971de7fb 2277font_update_sort_order (int *order)
c2f5bfd6 2278{
35027d0c 2279 int i, shift_bits;
c2f5bfd6 2280
943b7eea 2281 for (i = 0, shift_bits = 23; i < 4; i++, shift_bits -= 7)
c2f5bfd6
KH
2282 {
2283 int xlfd_idx = order[i];
2284
2285 if (xlfd_idx == XLFD_WEIGHT_INDEX)
2286 sort_shift_bits[FONT_WEIGHT_INDEX] = shift_bits;
2287 else if (xlfd_idx == XLFD_SLANT_INDEX)
2288 sort_shift_bits[FONT_SLANT_INDEX] = shift_bits;
2289 else if (xlfd_idx == XLFD_SWIDTH_INDEX)
2290 sort_shift_bits[FONT_WIDTH_INDEX] = shift_bits;
2291 else
2292 sort_shift_bits[FONT_SIZE_INDEX] = shift_bits;
2293 }
2294}
2295
51c13510 2296static int
971de7fb 2297font_check_otf_features (Lisp_Object script, Lisp_Object langsys, Lisp_Object features, Lisp_Object table)
51c13510
KH
2298{
2299 Lisp_Object val;
2300 int negative;
2301
2302 table = assq_no_quit (script, table);
2303 if (NILP (table))
2304 return 0;
2305 table = XCDR (table);
2306 if (! NILP (langsys))
2307 {
2308 table = assq_no_quit (langsys, table);
2309 if (NILP (table))
2310 return 0;
2311 }
2312 else
2313 {
2314 val = assq_no_quit (Qnil, table);
2315 if (NILP (val))
2316 table = XCAR (table);
2317 else
2318 table = val;
2319 }
2320 table = XCDR (table);
2321 for (negative = 0; CONSP (features); features = XCDR (features))
2322 {
2323 if (NILP (XCAR (features)))
c423ecca
KH
2324 {
2325 negative = 1;
2326 continue;
2327 }
51c13510
KH
2328 if (NILP (Fmemq (XCAR (features), table)) != negative)
2329 return 0;
2330 }
2331 return 1;
2332}
2333
2334/* Check if OTF_CAPABILITY satisfies SPEC (otf-spec). */
2335
2336static int
3cba9369 2337font_check_otf (Lisp_Object spec, Lisp_Object otf_capability)
51c13510
KH
2338{
2339 Lisp_Object script, langsys = Qnil, gsub = Qnil, gpos = Qnil;
2340
2341 script = XCAR (spec);
2342 spec = XCDR (spec);
2343 if (! NILP (spec))
2344 {
2345 langsys = XCAR (spec);
2346 spec = XCDR (spec);
2347 if (! NILP (spec))
2348 {
2349 gsub = XCAR (spec);
2350 spec = XCDR (spec);
2351 if (! NILP (spec))
2352 gpos = XCAR (spec);
2353 }
2354 }
2355
2356 if (! NILP (gsub) && ! font_check_otf_features (script, langsys, gsub,
2357 XCAR (otf_capability)))
2358 return 0;
2359 if (! NILP (gpos) && ! font_check_otf_features (script, langsys, gpos,
2360 XCDR (otf_capability)))
2361 return 0;
2362 return 1;
2363}
2364
45eb10fb 2365
51c13510
KH
2366
2367/* Check if FONT (font-entity or font-object) matches with the font
2368 specification SPEC. */
45eb10fb 2369
ef18374f 2370int
971de7fb 2371font_match_p (Lisp_Object spec, Lisp_Object font)
ef18374f 2372{
51c13510
KH
2373 Lisp_Object prop[FONT_SPEC_MAX], *props;
2374 Lisp_Object extra, font_extra;
ef18374f
KH
2375 int i;
2376
51c13510
KH
2377 for (i = FONT_FOUNDRY_INDEX; i <= FONT_REGISTRY_INDEX; i++)
2378 if (! NILP (AREF (spec, i))
2379 && ! NILP (AREF (font, i))
2380 && ! EQ (AREF (spec, i), AREF (font, i)))
2381 return 0;
2382 props = XFONT_SPEC (spec)->props;
2383 if (FLOATP (props[FONT_SIZE_INDEX]))
2384 {
2385 for (i = FONT_FOUNDRY_INDEX; i < FONT_SIZE_INDEX; i++)
2386 prop[i] = AREF (spec, i);
2387 prop[FONT_SIZE_INDEX]
2388 = make_number (font_pixel_size (XFRAME (selected_frame), spec));
2389 props = prop;
2390 }
2391
2392 if (font_score (font, props) > 0)
2393 return 0;
2394 extra = AREF (spec, FONT_EXTRA_INDEX);
2395 font_extra = AREF (font, FONT_EXTRA_INDEX);
2396 for (; CONSP (extra); extra = XCDR (extra))
35027d0c 2397 {
51c13510
KH
2398 Lisp_Object key = XCAR (XCAR (extra));
2399 Lisp_Object val = XCDR (XCAR (extra)), val2;
2400
2401 if (EQ (key, QClang))
2402 {
2403 val2 = assq_no_quit (key, font_extra);
2404 if (NILP (val2))
2405 return 0;
2406 val2 = XCDR (val2);
2407 if (CONSP (val))
2408 {
2409 if (! CONSP (val2))
2410 return 0;
2411 while (CONSP (val))
2412 if (NILP (Fmemq (val, val2)))
2413 return 0;
2414 }
2415 else
2416 if (CONSP (val2)
2417 ? NILP (Fmemq (val, XCDR (val2)))
2418 : ! EQ (val, val2))
2419 return 0;
2420 }
2421 else if (EQ (key, QCscript))
2422 {
2423 val2 = assq_no_quit (val, Vscript_representative_chars);
5bdd4dd2
KH
2424 if (CONSP (val2))
2425 {
2426 val2 = XCDR (val2);
2427 if (CONSP (val2))
2428 {
2429 /* All characters in the list must be supported. */
2430 for (; CONSP (val2); val2 = XCDR (val2))
2431 {
2432 if (! NATNUMP (XCAR (val2)))
2433 continue;
2434 if (font_encode_char (font, XFASTINT (XCAR (val2)))
2435 == FONT_INVALID_CODE)
2436 return 0;
2437 }
2438 }
2439 else if (VECTORP (val2))
2440 {
2441 /* At most one character in the vector must be supported. */
2442 for (i = 0; i < ASIZE (val2); i++)
2443 {
2444 if (! NATNUMP (AREF (val2, i)))
2445 continue;
2446 if (font_encode_char (font, XFASTINT (AREF (val2, i)))
2447 != FONT_INVALID_CODE)
f5485732 2448 break;
5bdd4dd2
KH
2449 }
2450 if (i == ASIZE (val2))
2451 return 0;
2452 }
2453 }
51c13510
KH
2454 }
2455 else if (EQ (key, QCotf))
2456 {
2457 struct font *fontp;
2458
2459 if (! FONT_OBJECT_P (font))
2460 return 0;
2461 fontp = XFONT_OBJECT (font);
2462 if (! fontp->driver->otf_capability)
2463 return 0;
2464 val2 = fontp->driver->otf_capability (fontp);
2465 if (NILP (val2) || ! font_check_otf (val, val2))
2466 return 0;
2467 }
35027d0c
KH
2468 }
2469
51c13510 2470 return 1;
ef18374f 2471}
ca4da08a 2472\f
819e81df 2473
ca4da08a
KH
2474/* Font cache
2475
2476 Each font backend has the callback function get_cache, and it
2477 returns a cons cell of which cdr part can be freely used for
2478 caching fonts. The cons cell may be shared by multiple frames
2479 and/or multiple font drivers. So, we arrange the cdr part as this:
2480
2481 ((DRIVER-TYPE NUM-FRAMES FONT-CACHE-DATA ...) ...)
2482
2483 where DRIVER-TYPE is a symbol such as `x', `xft', etc., NUM-FRAMES
2484 is a number frames sharing this cache, and FONT-CACHE-DATA is a
2485 cons (FONT-SPEC FONT-ENTITY ...). */
2486
f57e2426
J
2487static void font_prepare_cache (FRAME_PTR, struct font_driver *);
2488static void font_finish_cache (FRAME_PTR, struct font_driver *);
2489static Lisp_Object font_get_cache (FRAME_PTR, struct font_driver *);
2490static void font_clear_cache (FRAME_PTR, Lisp_Object,
2491 struct font_driver *);
ca4da08a
KH
2492
2493static void
971de7fb 2494font_prepare_cache (FRAME_PTR f, struct font_driver *driver)
ca4da08a
KH
2495{
2496 Lisp_Object cache, val;
2497
2498 cache = driver->get_cache (f);
2499 val = XCDR (cache);
2500 while (CONSP (val) && ! EQ (XCAR (XCAR (val)), driver->type))
2501 val = XCDR (val);
2502 if (NILP (val))
2503 {
2504 val = Fcons (driver->type, Fcons (make_number (1), Qnil));
2505 XSETCDR (cache, Fcons (val, XCDR (cache)));
2506 }
2507 else
2508 {
2509 val = XCDR (XCAR (val));
2510 XSETCAR (val, make_number (XINT (XCAR (val)) + 1));
2511 }
2512}
2513
43c0454d 2514
ca4da08a 2515static void
971de7fb 2516font_finish_cache (FRAME_PTR f, struct font_driver *driver)
ca4da08a
KH
2517{
2518 Lisp_Object cache, val, tmp;
2519
2520
2521 cache = driver->get_cache (f);
2522 val = XCDR (cache);
2523 while (CONSP (val) && ! EQ (XCAR (XCAR (val)), driver->type))
2524 cache = val, val = XCDR (val);
d0ab1ebe 2525 font_assert (! NILP (val));
ca4da08a 2526 tmp = XCDR (XCAR (val));
43c0454d 2527 XSETCAR (tmp, make_number (XINT (XCAR (tmp)) - 1));
ca4da08a
KH
2528 if (XINT (XCAR (tmp)) == 0)
2529 {
2530 font_clear_cache (f, XCAR (val), driver);
2531 XSETCDR (cache, XCDR (val));
2532 }
ca4da08a
KH
2533}
2534
43c0454d 2535
ca4da08a 2536static Lisp_Object
971de7fb 2537font_get_cache (FRAME_PTR f, struct font_driver *driver)
ca4da08a
KH
2538{
2539 Lisp_Object val = driver->get_cache (f);
2540 Lisp_Object type = driver->type;
2541
d0ab1ebe 2542 font_assert (CONSP (val));
ca4da08a 2543 for (val = XCDR (val); ! EQ (XCAR (XCAR (val)), type); val = XCDR (val));
d0ab1ebe 2544 font_assert (CONSP (val));
ca4da08a
KH
2545 /* VAL = ((DRIVER-TYPE NUM-FRAMES FONT-CACHE-DATA ...) ...) */
2546 val = XCDR (XCAR (val));
2547 return val;
2548}
2549
43c0454d
KH
2550static int num_fonts;
2551
ca4da08a 2552static void
971de7fb 2553font_clear_cache (FRAME_PTR f, Lisp_Object cache, struct font_driver *driver)
ca4da08a
KH
2554{
2555 Lisp_Object tail, elt;
6136b72f 2556 Lisp_Object tail2, entity;
51c01100 2557
ca4da08a
KH
2558 /* CACHE = (DRIVER-TYPE NUM-FRAMES FONT-CACHE-DATA ...) */
2559 for (tail = XCDR (XCDR (cache)); CONSP (tail); tail = XCDR (tail))
2560 {
2561 elt = XCAR (tail);
6136b72f
CY
2562 /* elt should have the form (FONT-SPEC FONT-ENTITY ...) */
2563 if (CONSP (elt) && FONT_SPEC_P (XCAR (elt)))
ca4da08a 2564 {
6136b72f 2565 for (tail2 = XCDR (elt); CONSP (tail2); tail2 = XCDR (tail2))
ca4da08a 2566 {
6136b72f 2567 entity = XCAR (tail2);
ca4da08a 2568
6136b72f
CY
2569 if (FONT_ENTITY_P (entity)
2570 && EQ (driver->type, AREF (entity, FONT_TYPE_INDEX)))
ca4da08a
KH
2571 {
2572 Lisp_Object objlist = AREF (entity, FONT_OBJLIST_INDEX);
2573
2574 for (; CONSP (objlist); objlist = XCDR (objlist))
2575 {
2576 Lisp_Object val = XCAR (objlist);
35027d0c 2577 struct font *font = XFONT_OBJECT (val);
ca4da08a 2578
5e634ec9
KH
2579 if (! NILP (AREF (val, FONT_TYPE_INDEX)))
2580 {
2581 font_assert (font && driver == font->driver);
2582 driver->close (f, font);
2583 num_fonts--;
2584 }
ca4da08a
KH
2585 }
2586 if (driver->free_entity)
2587 driver->free_entity (entity);
2588 }
2589 }
2590 }
2591 }
2592 XSETCDR (cache, Qnil);
2593}
2594\f
2595
c2f5bfd6
KH
2596static Lisp_Object scratch_font_spec, scratch_font_prefer;
2597
7d56b2dd
KH
2598/* Check each font-entity in VEC, and return a list of font-entities
2599 that satisfy this condition:
2600 (1) matches with SPEC and SIZE if SPEC is not nil, and
2601 (2) doesn't match with any regexps in Vface_ignored_fonts (if non-nil).
2602*/
2603
7b81e2d0 2604static Lisp_Object
971de7fb 2605font_delete_unmatched (Lisp_Object vec, Lisp_Object spec, int size)
35027d0c 2606{
d0ab1ebe 2607 Lisp_Object entity, val;
35027d0c 2608 enum font_property_index prop;
72d36834 2609 int i;
45eb10fb 2610
72d36834 2611 for (val = Qnil, i = ASIZE (vec) - 1; i >= 0; i--)
35027d0c 2612 {
72d36834 2613 entity = AREF (vec, i);
7d56b2dd
KH
2614 if (! NILP (Vface_ignored_fonts))
2615 {
2616 char name[256];
2617 Lisp_Object tail, regexp;
2618
2619 if (font_unparse_xlfd (entity, 0, name, 256) >= 0)
2620 {
2621 for (tail = Vface_ignored_fonts; CONSP (tail); tail = XCDR (tail))
2622 {
2623 regexp = XCAR (tail);
2624 if (STRINGP (regexp)
2625 && fast_c_string_match_ignore_case (regexp, name) >= 0)
2626 break;
2627 }
2628 if (CONSP (tail))
2629 continue;
2630 }
2631 }
2632 if (NILP (spec))
2633 {
2634 val = Fcons (entity, val);
2635 continue;
2636 }
35027d0c
KH
2637 for (prop = FONT_WEIGHT_INDEX; prop < FONT_SIZE_INDEX; prop++)
2638 if (INTEGERP (AREF (spec, prop))
2639 && ((XINT (AREF (spec, prop)) >> 8)
2640 != (XINT (AREF (entity, prop)) >> 8)))
2641 prop = FONT_SPEC_MAX;
7181ea6a 2642 if (prop < FONT_SPEC_MAX
35027d0c
KH
2643 && size
2644 && XINT (AREF (entity, FONT_SIZE_INDEX)) > 0)
2645 {
2646 int diff = XINT (AREF (entity, FONT_SIZE_INDEX)) - size;
c2f5bfd6 2647
35027d0c
KH
2648 if (diff != 0
2649 && (diff < 0 ? -diff > FONT_PIXEL_SIZE_QUANTUM
2650 : diff > FONT_PIXEL_SIZE_QUANTUM))
2651 prop = FONT_SPEC_MAX;
2652 }
7181ea6a
KH
2653 if (prop < FONT_SPEC_MAX
2654 && INTEGERP (AREF (spec, FONT_DPI_INDEX))
2655 && INTEGERP (AREF (entity, FONT_DPI_INDEX))
c576d6dc 2656 && XINT (AREF (entity, FONT_DPI_INDEX)) != 0
7181ea6a
KH
2657 && ! EQ (AREF (spec, FONT_DPI_INDEX), AREF (entity, FONT_DPI_INDEX)))
2658 prop = FONT_SPEC_MAX;
2659 if (prop < FONT_SPEC_MAX
2660 && INTEGERP (AREF (spec, FONT_AVGWIDTH_INDEX))
2661 && INTEGERP (AREF (entity, FONT_AVGWIDTH_INDEX))
c576d6dc 2662 && XINT (AREF (entity, FONT_AVGWIDTH_INDEX)) != 0
7181ea6a
KH
2663 && ! EQ (AREF (spec, FONT_AVGWIDTH_INDEX),
2664 AREF (entity, FONT_AVGWIDTH_INDEX)))
2665 prop = FONT_SPEC_MAX;
35027d0c 2666 if (prop < FONT_SPEC_MAX)
d0ab1ebe 2667 val = Fcons (entity, val);
35027d0c 2668 }
72d36834 2669 return (Fvconcat (1, &val));
35027d0c
KH
2670}
2671
2672
72d36834 2673/* Return a list of vectors of font-entities matching with SPEC on
ce75f06e
CY
2674 FRAME. Each elements in the list is a vector of entities from the
2675 same font-driver. */
35027d0c
KH
2676
2677Lisp_Object
971de7fb 2678font_list_entities (Lisp_Object frame, Lisp_Object spec)
c2f5bfd6
KH
2679{
2680 FRAME_PTR f = XFRAME (frame);
2681 struct font_driver_list *driver_list = f->font_driver_list;
4007dd1c 2682 Lisp_Object ftype, val;
72d36834 2683 Lisp_Object list = Qnil;
35027d0c
KH
2684 int size;
2685 int need_filtering = 0;
c2f5bfd6
KH
2686 int i;
2687
d0ab1ebe 2688 font_assert (FONT_SPEC_P (spec));
c2f5bfd6 2689
35027d0c
KH
2690 if (INTEGERP (AREF (spec, FONT_SIZE_INDEX)))
2691 size = XINT (AREF (spec, FONT_SIZE_INDEX));
2692 else if (FLOATP (AREF (spec, FONT_SIZE_INDEX)))
2693 size = font_pixel_size (f, spec);
2694 else
2695 size = 0;
2696
c2f5bfd6 2697 ftype = AREF (spec, FONT_TYPE_INDEX);
4007dd1c 2698 for (i = FONT_FOUNDRY_INDEX; i <= FONT_REGISTRY_INDEX; i++)
35027d0c 2699 ASET (scratch_font_spec, i, AREF (spec, i));
4007dd1c 2700 for (i = FONT_WEIGHT_INDEX; i < FONT_EXTRA_INDEX; i++)
35027d0c
KH
2701 {
2702 ASET (scratch_font_spec, i, Qnil);
2703 if (! NILP (AREF (spec, i)))
2704 need_filtering = 1;
4007dd1c
KH
2705 if (i == FONT_DPI_INDEX)
2706 /* Skip FONT_SPACING_INDEX */
2707 i++;
35027d0c 2708 }
aa50ca2f 2709 ASET (scratch_font_spec, FONT_SPACING_INDEX, AREF (spec, FONT_SPACING_INDEX));
35027d0c
KH
2710 ASET (scratch_font_spec, FONT_EXTRA_INDEX, AREF (spec, FONT_EXTRA_INDEX));
2711
c2f5bfd6 2712 for (i = 0; driver_list; driver_list = driver_list->next)
417a1b10
KH
2713 if (driver_list->on
2714 && (NILP (ftype) || EQ (driver_list->driver->type, ftype)))
c2f5bfd6 2715 {
ca4da08a 2716 Lisp_Object cache = font_get_cache (f, driver_list->driver);
c2f5bfd6 2717
e4c93315 2718 ASET (scratch_font_spec, FONT_TYPE_INDEX, driver_list->driver->type);
4007dd1c
KH
2719 val = assoc_no_quit (scratch_font_spec, XCDR (cache));
2720 if (CONSP (val))
2721 val = XCDR (val);
2722 else
c2f5bfd6 2723 {
4007dd1c 2724 Lisp_Object copy;
35027d0c 2725
4007dd1c 2726 val = driver_list->driver->list (frame, scratch_font_spec);
72d36834
KH
2727 if (NILP (val))
2728 val = null_vector;
2729 else
2730 val = Fvconcat (1, &val);
4007dd1c
KH
2731 copy = Fcopy_font_spec (scratch_font_spec);
2732 ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
2733 XSETCDR (cache, Fcons (Fcons (copy, val), XCDR (cache)));
c2f5bfd6 2734 }
7d56b2dd
KH
2735 if (ASIZE (val) > 0
2736 && (need_filtering
2737 || ! NILP (Vface_ignored_fonts)))
2738 val = font_delete_unmatched (val, need_filtering ? spec : Qnil, size);
72d36834
KH
2739 if (ASIZE (val) > 0)
2740 list = Fcons (val, list);
c2f5bfd6 2741 }
35027d0c 2742
72d36834
KH
2743 list = Fnreverse (list);
2744 FONT_ADD_LOG ("list", spec, list);
2745 return list;
c2f5bfd6
KH
2746}
2747
45eb10fb 2748
35027d0c
KH
2749/* Return a font entity matching with SPEC on FRAME. ATTRS, if non
2750 nil, is an array of face's attributes, which specifies preferred
2751 font-related attributes. */
45eb10fb 2752
e950d6f1 2753static Lisp_Object
971de7fb 2754font_matching_entity (FRAME_PTR f, Lisp_Object *attrs, Lisp_Object spec)
e950d6f1 2755{
e950d6f1
KH
2756 struct font_driver_list *driver_list = f->font_driver_list;
2757 Lisp_Object ftype, size, entity;
35027d0c 2758 Lisp_Object frame;
819ab95f 2759 Lisp_Object work = Fcopy_font_spec (spec);
e950d6f1 2760
35027d0c 2761 XSETFRAME (frame, f);
e950d6f1
KH
2762 ftype = AREF (spec, FONT_TYPE_INDEX);
2763 size = AREF (spec, FONT_SIZE_INDEX);
819ab95f 2764
8d0e382e
AR
2765 if (FLOATP (size))
2766 ASET (work, FONT_SIZE_INDEX, make_number (font_pixel_size (f, spec)));
819ab95f
KH
2767 FONT_SET_STYLE (work, FONT_WEIGHT_INDEX, attrs[LFACE_WEIGHT_INDEX]);
2768 FONT_SET_STYLE (work, FONT_SLANT_INDEX, attrs[LFACE_SLANT_INDEX]);
2769 FONT_SET_STYLE (work, FONT_WIDTH_INDEX, attrs[LFACE_SWIDTH_INDEX]);
2770
e950d6f1
KH
2771 entity = Qnil;
2772 for (; driver_list; driver_list = driver_list->next)
2773 if (driver_list->on
2774 && (NILP (ftype) || EQ (driver_list->driver->type, ftype)))
2775 {
ca4da08a 2776 Lisp_Object cache = font_get_cache (f, driver_list->driver);
7cee5d63 2777 Lisp_Object copy;
e950d6f1 2778
819ab95f
KH
2779 ASET (work, FONT_TYPE_INDEX, driver_list->driver->type);
2780 entity = assoc_no_quit (work, XCDR (cache));
7cee5d63 2781 if (CONSP (entity))
e950d6f1
KH
2782 entity = XCDR (entity);
2783 else
2784 {
819ab95f
KH
2785 entity = driver_list->driver->match (frame, work);
2786 copy = Fcopy_font_spec (work);
7cee5d63
KH
2787 ASET (copy, FONT_TYPE_INDEX, driver_list->driver->type);
2788 XSETCDR (cache, Fcons (Fcons (copy, entity), XCDR (cache)));
e950d6f1
KH
2789 }
2790 if (! NILP (entity))
2791 break;
2792 }
652b9560 2793 FONT_ADD_LOG ("match", work, entity);
e950d6f1
KH
2794 return entity;
2795}
2796
45eb10fb
KH
2797
2798/* Open a font of ENTITY and PIXEL_SIZE on frame F, and return the
2799 opened font object. */
2800
c2f5bfd6 2801static Lisp_Object
971de7fb 2802font_open_entity (FRAME_PTR f, Lisp_Object entity, int pixel_size)
c2f5bfd6
KH
2803{
2804 struct font_driver_list *driver_list;
43c0454d 2805 Lisp_Object objlist, size, val, font_object;
c2f5bfd6 2806 struct font *font;
d26424c5 2807 int min_width, height;
dbc05432 2808 int scaled_pixel_size = pixel_size;
c2f5bfd6 2809
d0ab1ebe 2810 font_assert (FONT_ENTITY_P (entity));
c2f5bfd6 2811 size = AREF (entity, FONT_SIZE_INDEX);
c2f5bfd6 2812 if (XINT (size) != 0)
a35dd56b 2813 scaled_pixel_size = pixel_size = XINT (size);
55e41770 2814 else if (CONSP (Vface_font_rescale_alist))
a35dd56b 2815 scaled_pixel_size = pixel_size * font_rescale_ratio (entity);
c2f5bfd6 2816
35027d0c
KH
2817 val = AREF (entity, FONT_TYPE_INDEX);
2818 for (driver_list = f->font_driver_list;
2819 driver_list && ! EQ (driver_list->driver->type, val);
2820 driver_list = driver_list->next);
2821 if (! driver_list)
2822 return Qnil;
c2f5bfd6 2823
d0cf45b7
JD
2824 for (objlist = AREF (entity, FONT_OBJLIST_INDEX); CONSP (objlist);
2825 objlist = XCDR (objlist))
2826 {
2827 Lisp_Object fn = XCAR (objlist);
2828 if (! NILP (AREF (fn, FONT_TYPE_INDEX))
2829 && XFONT_OBJECT (fn)->pixel_size == pixel_size)
2830 {
2831 if (driver_list->driver->cached_font_ok == NULL
2832 || driver_list->driver->cached_font_ok (f, fn, entity))
2833 return fn;
2834 }
2835 }
2836
a35dd56b 2837 font_object = driver_list->driver->open (f, entity, scaled_pixel_size);
66f5ced0
YM
2838 if (!NILP (font_object))
2839 ASET (font_object, FONT_SIZE_INDEX, make_number (pixel_size));
652b9560 2840 FONT_ADD_LOG ("open", entity, font_object);
43c0454d 2841 if (NILP (font_object))
35027d0c
KH
2842 return Qnil;
2843 ASET (entity, FONT_OBJLIST_INDEX,
2844 Fcons (font_object, AREF (entity, FONT_OBJLIST_INDEX)));
35027d0c
KH
2845 num_fonts++;
2846
2847 font = XFONT_OBJECT (font_object);
2848 min_width = (font->min_width ? font->min_width
2849 : font->average_width ? font->average_width
2850 : font->space_width ? font->space_width
2851 : 1);
d26424c5 2852 height = (font->height ? font->height : 1);
819e81df 2853#ifdef HAVE_WINDOW_SYSTEM
35027d0c
KH
2854 FRAME_X_DISPLAY_INFO (f)->n_fonts++;
2855 if (FRAME_X_DISPLAY_INFO (f)->n_fonts == 1)
43c0454d 2856 {
35027d0c 2857 FRAME_SMALLEST_CHAR_WIDTH (f) = min_width;
d26424c5 2858 FRAME_SMALLEST_FONT_HEIGHT (f) = height;
35027d0c
KH
2859 fonts_changed_p = 1;
2860 }
2861 else
2862 {
2863 if (FRAME_SMALLEST_CHAR_WIDTH (f) > min_width)
2864 FRAME_SMALLEST_CHAR_WIDTH (f) = min_width, fonts_changed_p = 1;
d26424c5
KH
2865 if (FRAME_SMALLEST_FONT_HEIGHT (f) > height)
2866 FRAME_SMALLEST_FONT_HEIGHT (f) = height, fonts_changed_p = 1;
43c0454d 2867 }
819e81df 2868#endif
43c0454d
KH
2869
2870 return font_object;
c2f5bfd6
KH
2871}
2872
45eb10fb
KH
2873
2874/* Close FONT_OBJECT that is opened on frame F. */
2875
c2f5bfd6 2876void
971de7fb 2877font_close_object (FRAME_PTR f, Lisp_Object font_object)
c2f5bfd6 2878{
35027d0c 2879 struct font *font = XFONT_OBJECT (font_object);
c2f5bfd6 2880
5e634ec9
KH
2881 if (NILP (AREF (font_object, FONT_TYPE_INDEX)))
2882 /* Already closed. */
2883 return;
652b9560 2884 FONT_ADD_LOG ("close", font_object, Qnil);
5e634ec9 2885 font->driver->close (f, font);
819e81df 2886#ifdef HAVE_WINDOW_SYSTEM
5e634ec9
KH
2887 font_assert (FRAME_X_DISPLAY_INFO (f)->n_fonts);
2888 FRAME_X_DISPLAY_INFO (f)->n_fonts--;
819e81df 2889#endif
5e634ec9 2890 num_fonts--;
c2f5bfd6
KH
2891}
2892
45eb10fb 2893
1701724c
KH
2894/* Return 1 if FONT on F has a glyph for character C, 0 if not, -1 if
2895 FONT is a font-entity and it must be opened to check. */
45eb10fb 2896
c2f5bfd6 2897int
971de7fb 2898font_has_char (FRAME_PTR f, Lisp_Object font, int c)
c2f5bfd6 2899{
1b834a8d 2900 struct font *fontp;
c2f5bfd6 2901
1b834a8d
KH
2902 if (FONT_ENTITY_P (font))
2903 {
2904 Lisp_Object type = AREF (font, FONT_TYPE_INDEX);
2905 struct font_driver_list *driver_list;
2906
2907 for (driver_list = f->font_driver_list;
2908 driver_list && ! EQ (driver_list->driver->type, type);
2909 driver_list = driver_list->next);
2910 if (! driver_list)
2911 return 0;
2912 if (! driver_list->driver->has_char)
2913 return -1;
2914 return driver_list->driver->has_char (font, c);
2915 }
2916
d0ab1ebe 2917 font_assert (FONT_OBJECT_P (font));
35027d0c 2918 fontp = XFONT_OBJECT (font);
1b834a8d
KH
2919 if (fontp->driver->has_char)
2920 {
35027d0c 2921 int result = fontp->driver->has_char (font, c);
1b834a8d
KH
2922
2923 if (result >= 0)
2924 return result;
2925 }
2926 return (fontp->driver->encode_char (fontp, c) != FONT_INVALID_CODE);
c2f5bfd6
KH
2927}
2928
45eb10fb
KH
2929
2930/* Return the glyph ID of FONT_OBJECT for character C. */
2931
2f7c71a1 2932static unsigned
971de7fb 2933font_encode_char (Lisp_Object font_object, int c)
c2f5bfd6 2934{
35027d0c 2935 struct font *font;
c2f5bfd6 2936
d0ab1ebe 2937 font_assert (FONT_OBJECT_P (font_object));
35027d0c 2938 font = XFONT_OBJECT (font_object);
c2f5bfd6
KH
2939 return font->driver->encode_char (font, c);
2940}
2941
45eb10fb
KH
2942
2943/* Return the name of FONT_OBJECT. */
2944
ef18374f 2945Lisp_Object
971de7fb 2946font_get_name (Lisp_Object font_object)
c2f5bfd6 2947{
d0ab1ebe 2948 font_assert (FONT_OBJECT_P (font_object));
35027d0c 2949 return AREF (font_object, FONT_NAME_INDEX);
ef18374f
KH
2950}
2951
45eb10fb 2952
05802645
CY
2953/* Create a new font spec from FONT_NAME, and return it. If FONT_NAME
2954 could not be parsed by font_parse_name, return Qnil. */
2955
35027d0c 2956Lisp_Object
971de7fb 2957font_spec_from_name (Lisp_Object font_name)
35027d0c 2958{
05802645 2959 Lisp_Object spec = Ffont_spec (0, NULL);
35027d0c 2960
05802645 2961 CHECK_STRING (font_name);
51b59d79 2962 if (font_parse_name (SSDATA (font_name), spec) == -1)
05802645
CY
2963 return Qnil;
2964 font_put_extra (spec, QCname, font_name);
42707278 2965 font_put_extra (spec, QCuser_spec, font_name);
05802645 2966 return spec;
35027d0c
KH
2967}
2968
45eb10fb 2969
35027d0c 2970void
971de7fb 2971font_clear_prop (Lisp_Object *attrs, enum font_property_index prop)
35027d0c
KH
2972{
2973 Lisp_Object font = attrs[LFACE_FONT_INDEX];
45eb10fb 2974
35027d0c
KH
2975 if (! FONTP (font))
2976 return;
42707278 2977
483670b5
KH
2978 if (! NILP (Ffont_get (font, QCname)))
2979 {
2980 font = Fcopy_font_spec (font);
2981 font_put_extra (font, QCname, Qnil);
2982 }
2983
35027d0c 2984 if (NILP (AREF (font, prop))
e234927a
CY
2985 && prop != FONT_FAMILY_INDEX
2986 && prop != FONT_FOUNDRY_INDEX
2987 && prop != FONT_WIDTH_INDEX
4007dd1c 2988 && prop != FONT_SIZE_INDEX)
35027d0c 2989 return;
483670b5
KH
2990 if (EQ (font, attrs[LFACE_FONT_INDEX]))
2991 font = Fcopy_font_spec (font);
35027d0c 2992 ASET (font, prop, Qnil);
4007dd1c 2993 if (prop == FONT_FAMILY_INDEX || prop == FONT_FOUNDRY_INDEX)
35027d0c 2994 {
4007dd1c 2995 if (prop == FONT_FAMILY_INDEX)
962e8aa9
CY
2996 {
2997 ASET (font, FONT_FOUNDRY_INDEX, Qnil);
2998 /* If we are setting the font family, we must also clear
2999 FONT_WIDTH_INDEX to avoid rejecting families that lack
3000 support for some widths. */
3001 ASET (font, FONT_WIDTH_INDEX, Qnil);
3002 }
35027d0c 3003 ASET (font, FONT_ADSTYLE_INDEX, Qnil);
4007dd1c 3004 ASET (font, FONT_REGISTRY_INDEX, Qnil);
35027d0c
KH
3005 ASET (font, FONT_SIZE_INDEX, Qnil);
3006 ASET (font, FONT_DPI_INDEX, Qnil);
3007 ASET (font, FONT_SPACING_INDEX, Qnil);
3008 ASET (font, FONT_AVGWIDTH_INDEX, Qnil);
3009 }
3010 else if (prop == FONT_SIZE_INDEX)
3011 {
3012 ASET (font, FONT_DPI_INDEX, Qnil);
3013 ASET (font, FONT_SPACING_INDEX, Qnil);
3014 ASET (font, FONT_AVGWIDTH_INDEX, Qnil);
3015 }
e234927a
CY
3016 else if (prop == FONT_WIDTH_INDEX)
3017 ASET (font, FONT_AVGWIDTH_INDEX, Qnil);
35027d0c
KH
3018 attrs[LFACE_FONT_INDEX] = font;
3019}
3020
72d36834
KH
3021/* Selecte a font from ENTITIES (list of font-entity vectors) that
3022 supports C and matches best with ATTRS and PIXEL_SIZE. */
988a7ddb
KH
3023
3024static Lisp_Object
971de7fb 3025font_select_entity (Lisp_Object frame, Lisp_Object entities, Lisp_Object *attrs, int pixel_size, int c)
988a7ddb
KH
3026{
3027 Lisp_Object font_entity;
3028 Lisp_Object prefer;
988a7ddb
KH
3029 int result, i;
3030 FRAME_PTR f = XFRAME (frame);
3031
72d36834
KH
3032 if (NILP (XCDR (entities))
3033 && ASIZE (XCAR (entities)) == 1)
988a7ddb 3034 {
72d36834 3035 font_entity = AREF (XCAR (entities), 0);
988a7ddb
KH
3036 if (c < 0
3037 || (result = font_has_char (f, font_entity, c)) > 0)
3038 return font_entity;
3039 return Qnil;
3040 }
3041
3042 /* Sort fonts by properties specified in ATTRS. */
3043 prefer = scratch_font_prefer;
3044
3045 for (i = FONT_WEIGHT_INDEX; i <= FONT_SIZE_INDEX; i++)
3046 ASET (prefer, i, Qnil);
3047 if (FONTP (attrs[LFACE_FONT_INDEX]))
3048 {
3049 Lisp_Object face_font = attrs[LFACE_FONT_INDEX];
3050
3051 for (i = FONT_WEIGHT_INDEX; i <= FONT_SIZE_INDEX; i++)
3052 ASET (prefer, i, AREF (face_font, i));
3053 }
3054 if (NILP (AREF (prefer, FONT_WEIGHT_INDEX)))
3055 FONT_SET_STYLE (prefer, FONT_WEIGHT_INDEX, attrs[LFACE_WEIGHT_INDEX]);
3056 if (NILP (AREF (prefer, FONT_SLANT_INDEX)))
3057 FONT_SET_STYLE (prefer, FONT_SLANT_INDEX, attrs[LFACE_SLANT_INDEX]);
3058 if (NILP (AREF (prefer, FONT_WIDTH_INDEX)))
3059 FONT_SET_STYLE (prefer, FONT_WIDTH_INDEX, attrs[LFACE_SWIDTH_INDEX]);
3060 ASET (prefer, FONT_SIZE_INDEX, make_number (pixel_size));
988a7ddb 3061
2645d15b 3062 return font_sort_entities (entities, prefer, frame, c);
988a7ddb
KH
3063}
3064
35027d0c
KH
3065/* Return a font-entity satisfying SPEC and best matching with face's
3066 font related attributes in ATTRS. C, if not negative, is a
1701724c 3067 character that the entity must support. */
c2f5bfd6
KH
3068
3069Lisp_Object
971de7fb 3070font_find_for_lface (FRAME_PTR f, Lisp_Object *attrs, Lisp_Object spec, int c)
c2f5bfd6 3071{
4007dd1c 3072 Lisp_Object work;
72d36834 3073 Lisp_Object frame, entities, val;
22459668 3074 Lisp_Object size, foundry[3], *family, registry[3], adstyle[3];
1d1e1245 3075 int pixel_size;
72d36834 3076 int i, j, k, l;
d0a47776
KH
3077
3078 registry[0] = AREF (spec, FONT_REGISTRY_INDEX);
3079 if (NILP (registry[0]))
3080 {
edfda783 3081 registry[0] = DEFAULT_ENCODING;
d0a47776
KH
3082 registry[1] = Qascii_0;
3083 registry[2] = null_vector;
3084 }
3085 else
3086 registry[1] = null_vector;
c2f5bfd6 3087
4007dd1c 3088 if (c >= 0 && ! NILP (AREF (spec, FONT_REGISTRY_INDEX)))
fe5ddfbc 3089 {
35027d0c 3090 struct charset *encoding, *repertory;
1701724c 3091
4007dd1c
KH
3092 if (font_registry_charsets (AREF (spec, FONT_REGISTRY_INDEX),
3093 &encoding, &repertory) < 0)
35027d0c 3094 return Qnil;
72d36834
KH
3095 if (repertory
3096 && ENCODE_CHAR (repertory, c) == CHARSET_INVALID_CODE (repertory))
3097 return Qnil;
35027d0c
KH
3098 else if (c > encoding->max_char)
3099 return Qnil;
c2f5bfd6
KH
3100 }
3101
4007dd1c 3102 work = Fcopy_font_spec (spec);
227f12fa 3103 ASET (work, FONT_TYPE_INDEX, AREF (spec, FONT_TYPE_INDEX));
35027d0c
KH
3104 XSETFRAME (frame, f);
3105 size = AREF (spec, FONT_SIZE_INDEX);
1d1e1245 3106 pixel_size = font_pixel_size (f, spec);
dbc05432 3107 if (pixel_size == 0 && INTEGERP (attrs[LFACE_HEIGHT_INDEX]))
1d1e1245
KH
3108 {
3109 double pt = XINT (attrs[LFACE_HEIGHT_INDEX]);
3110
3111 pixel_size = POINT_TO_PIXEL (pt / 10, f->resy);
3112 }
4007dd1c
KH
3113 ASET (work, FONT_SIZE_INDEX, Qnil);
3114 foundry[0] = AREF (work, FONT_FOUNDRY_INDEX);
3115 if (! NILP (foundry[0]))
3116 foundry[1] = null_vector;
3117 else if (STRINGP (attrs[LFACE_FOUNDRY_INDEX]))
3118 {
071132a9 3119 val = attrs[LFACE_FOUNDRY_INDEX];
51b59d79 3120 foundry[0] = font_intern_prop (SSDATA (val), SBYTES (val), 1);
4007dd1c
KH
3121 foundry[1] = Qnil;
3122 foundry[2] = null_vector;
3123 }
3124 else
3125 foundry[0] = Qnil, foundry[1] = null_vector;
3126
22459668
KH
3127 adstyle[0] = AREF (work, FONT_ADSTYLE_INDEX);
3128 if (! NILP (adstyle[0]))
3129 adstyle[1] = null_vector;
3130 else if (FONTP (attrs[LFACE_FONT_INDEX]))
3131 {
3132 Lisp_Object face_font = attrs[LFACE_FONT_INDEX];
3133
3134 if (! NILP (AREF (face_font, FONT_ADSTYLE_INDEX)))
3135 {
3136 adstyle[0] = AREF (face_font, FONT_ADSTYLE_INDEX);
3137 adstyle[1] = Qnil;
3138 adstyle[2] = null_vector;
3139 }
3140 else
3141 adstyle[0] = Qnil, adstyle[1] = null_vector;
3142 }
3143 else
3144 adstyle[0] = Qnil, adstyle[1] = null_vector;
3145
3146
4007dd1c
KH
3147 val = AREF (work, FONT_FAMILY_INDEX);
3148 if (NILP (val) && STRINGP (attrs[LFACE_FAMILY_INDEX]))
071132a9
KH
3149 {
3150 val = attrs[LFACE_FAMILY_INDEX];
51b59d79 3151 val = font_intern_prop (SSDATA (val), SBYTES (val), 1);
071132a9 3152 }
4007dd1c
KH
3153 if (NILP (val))
3154 {
3155 family = alloca ((sizeof family[0]) * 2);
3156 family[0] = Qnil;
3157 family[1] = null_vector; /* terminator. */
3158 }
3159 else
3160 {
3161 Lisp_Object alters
819ab95f 3162 = Fassoc_string (val, Vface_alternative_font_family_alist,
7107c29e 3163 /* Font family names are case-sensitive under NS. */
819ab95f
KH
3164#ifndef HAVE_NS
3165 Qt
3166#else
3167 Qnil
3168#endif
3169 );
4007dd1c
KH
3170
3171 if (! NILP (alters))
3172 {
3173 family = alloca ((sizeof family[0]) * (XINT (Flength (alters)) + 2));
3174 for (i = 0; CONSP (alters); i++, alters = XCDR (alters))
3175 family[i] = XCAR (alters);
3176 if (NILP (AREF (spec, FONT_FAMILY_INDEX)))
3177 family[i++] = Qnil;
3178 family[i] = null_vector;
3179 }
3180 else
3181 {
3182 family = alloca ((sizeof family[0]) * 3);
3183 i = 0;
3184 family[i++] = val;
3185 if (NILP (AREF (spec, FONT_FAMILY_INDEX)))
3186 family[i++] = Qnil;
3187 family[i] = null_vector;
3188 }
3189 }
3190
d0a47776 3191 for (i = 0; SYMBOLP (family[i]); i++)
4007dd1c 3192 {
d0a47776
KH
3193 ASET (work, FONT_FAMILY_INDEX, family[i]);
3194 for (j = 0; SYMBOLP (foundry[j]); j++)
4007dd1c 3195 {
d0a47776
KH
3196 ASET (work, FONT_FOUNDRY_INDEX, foundry[j]);
3197 for (k = 0; SYMBOLP (registry[k]); k++)
3198 {
904a2e0e 3199 ASET (work, FONT_REGISTRY_INDEX, registry[k]);
22459668
KH
3200 for (l = 0; SYMBOLP (adstyle[l]); l++)
3201 {
3202 ASET (work, FONT_ADSTYLE_INDEX, adstyle[l]);
3203 entities = font_list_entities (frame, work);
72d36834 3204 if (! NILP (entities))
988a7ddb
KH
3205 {
3206 val = font_select_entity (frame, entities,
3207 attrs, pixel_size, c);
3208 if (! NILP (val))
637fa988 3209 return val;
988a7ddb 3210 }
22459668 3211 }
d0a47776 3212 }
4007dd1c 3213 }
4007dd1c 3214 }
d0a47776 3215 return Qnil;
1701724c 3216}
45eb10fb
KH
3217
3218
c2f5bfd6 3219Lisp_Object
971de7fb 3220font_open_for_lface (FRAME_PTR f, Lisp_Object entity, Lisp_Object *attrs, Lisp_Object spec)
c2f5bfd6 3221{
9331887d 3222 int size;
c2f5bfd6 3223
4007dd1c
KH
3224 if (INTEGERP (AREF (entity, FONT_SIZE_INDEX))
3225 && XINT (AREF (entity, FONT_SIZE_INDEX)) > 0)
3226 size = XINT (AREF (entity, FONT_SIZE_INDEX));
3227 else if (FONT_SPEC_P (spec) && ! NILP (AREF (spec, FONT_SIZE_INDEX)))
1d1e1245 3228 size = font_pixel_size (f, spec);
733fd013
KH
3229 else
3230 {
50b0cd29
CY
3231 double pt;
3232 if (INTEGERP (attrs[LFACE_HEIGHT_INDEX]))
3233 pt = XINT (attrs[LFACE_HEIGHT_INDEX]);
3234 else
3235 {
3236 struct face *def = FACE_FROM_ID (f, DEFAULT_FACE_ID);
3237 Lisp_Object height = def->lface[LFACE_HEIGHT_INDEX];
3238 if (INTEGERP (height))
3239 pt = XINT (height);
3240 else
3241 abort(); /* We should never end up here. */
3242 }
733fd013
KH
3243
3244 pt /= 10;
3245 size = POINT_TO_PIXEL (pt, f->resy);
ed96cde8
AR
3246#ifdef HAVE_NS
3247 if (size == 0)
3248 {
3249 Lisp_Object ffsize = get_frame_param(f, Qfontsize);
3250 size = NUMBERP (ffsize) ? POINT_TO_PIXEL (XINT (ffsize), f->resy) : 0;
3251 }
3252#endif
733fd013 3253 }
c2f5bfd6
KH
3254 return font_open_entity (f, entity, size);
3255}
3256
45eb10fb 3257
35027d0c
KH
3258/* Find a font satisfying SPEC and best matching with face's
3259 attributes in ATTRS on FRAME, and return the opened
3260 font-object. */
45eb10fb 3261
35027d0c 3262Lisp_Object
971de7fb 3263font_load_for_lface (FRAME_PTR f, Lisp_Object *attrs, Lisp_Object spec)
c2f5bfd6 3264{
637fa988 3265 Lisp_Object entity, name;
ef18374f 3266
908567ef 3267 entity = font_find_for_lface (f, attrs, spec, -1);
35027d0c 3268 if (NILP (entity))
ef18374f 3269 {
35027d0c
KH
3270 /* No font is listed for SPEC, but each font-backend may have
3271 the different criteria about "font matching". So, try
3272 it. */
3273 entity = font_matching_entity (f, attrs, spec);
3274 if (NILP (entity))
3275 return Qnil;
c2f5bfd6 3276 }
537b04b9 3277 /* Don't lose the original name that was put in initially. We need
637fa988
JD
3278 it to re-apply the font when font parameters (like hinting or dpi) have
3279 changed. */
3280 entity = font_open_for_lface (f, entity, attrs, spec);
8096a0ff
YM
3281 if (!NILP (entity))
3282 {
42707278
JD
3283 name = Ffont_get (spec, QCuser_spec);
3284 if (STRINGP (name)) font_put_extra (entity, QCuser_spec, name);
8096a0ff 3285 }
637fa988 3286 return entity;
c2f5bfd6
KH
3287}
3288
45eb10fb
KH
3289
3290/* Make FACE on frame F ready to use the font opened for FACE. */
3291
c2f5bfd6 3292void
971de7fb 3293font_prepare_for_face (FRAME_PTR f, struct face *face)
c2f5bfd6 3294{
35027d0c
KH
3295 if (face->font->driver->prepare_face)
3296 face->font->driver->prepare_face (f, face);
c2f5bfd6
KH
3297}
3298
45eb10fb
KH
3299
3300/* Make FACE on frame F stop using the font opened for FACE. */
3301
c2f5bfd6 3302void
971de7fb 3303font_done_for_face (FRAME_PTR f, struct face *face)
c2f5bfd6 3304{
35027d0c
KH
3305 if (face->font->driver->done_face)
3306 face->font->driver->done_face (f, face);
c2f5bfd6
KH
3307 face->extra = NULL;
3308}
3309
45eb10fb 3310
c50b7e98
KH
3311/* Open a font matching with font-spec SPEC on frame F. If no proper
3312 font is found, return Qnil. */
45eb10fb 3313
c2f5bfd6 3314Lisp_Object
971de7fb 3315font_open_by_spec (FRAME_PTR f, Lisp_Object spec)
c2f5bfd6 3316{
c50b7e98 3317 Lisp_Object attrs[LFACE_VECTOR_SIZE];
a9262bb8 3318
4007dd1c
KH
3319 /* We set up the default font-related attributes of a face to prefer
3320 a moderate font. */
3321 attrs[LFACE_FAMILY_INDEX] = attrs[LFACE_FOUNDRY_INDEX] = Qnil;
3322 attrs[LFACE_SWIDTH_INDEX] = attrs[LFACE_WEIGHT_INDEX]
3323 = attrs[LFACE_SLANT_INDEX] = Qnormal;
ed96cde8 3324#ifndef HAVE_NS
4007dd1c 3325 attrs[LFACE_HEIGHT_INDEX] = make_number (120);
ed96cde8
AR
3326#else
3327 attrs[LFACE_HEIGHT_INDEX] = make_number (0);
3328#endif
4007dd1c
KH
3329 attrs[LFACE_FONT_INDEX] = Qnil;
3330
3331 return font_load_for_lface (f, attrs, spec);
c2f5bfd6
KH
3332}
3333
3334
c50b7e98
KH
3335/* Open a font matching with NAME on frame F. If no proper font is
3336 found, return Qnil. */
3337
3338Lisp_Object
42ca4633 3339font_open_by_name (FRAME_PTR f, const char *name)
c50b7e98
KH
3340{
3341 Lisp_Object args[2];
581e51e8 3342 Lisp_Object spec, ret;
c50b7e98
KH
3343
3344 args[0] = QCname;
3345 args[1] = make_unibyte_string (name, strlen (name));
3346 spec = Ffont_spec (2, args);
581e51e8 3347 ret = font_open_by_spec (f, spec);
537b04b9 3348 /* Do not lose name originally put in. */
8096a0ff 3349 if (!NILP (ret))
42707278 3350 font_put_extra (ret, QCuser_spec, args[1]);
581e51e8
JD
3351
3352 return ret;
c50b7e98
KH
3353}
3354
3355
c2f5bfd6
KH
3356/* Register font-driver DRIVER. This function is used in two ways.
3357
417a1b10
KH
3358 The first is with frame F non-NULL. In this case, make DRIVER
3359 available (but not yet activated) on F. All frame creaters
3360 (e.g. Fx_create_frame) must call this function at least once with
3361 an available font-driver.
c2f5bfd6
KH
3362
3363 The second is with frame F NULL. In this case, DRIVER is globally
3364 registered in the variable `font_driver_list'. All font-driver
3365 implementations must call this function in its syms_of_XXXX
3366 (e.g. syms_of_xfont). */
3367
3368void
971de7fb 3369register_font_driver (struct font_driver *driver, FRAME_PTR f)
c2f5bfd6
KH
3370{
3371 struct font_driver_list *root = f ? f->font_driver_list : font_driver_list;
3372 struct font_driver_list *prev, *list;
3373
3374 if (f && ! driver->draw)
43a1d19b 3375 error ("Unusable font driver for a frame: %s",
c2f5bfd6
KH
3376 SDATA (SYMBOL_NAME (driver->type)));
3377
3378 for (prev = NULL, list = root; list; prev = list, list = list->next)
cf23b845 3379 if (EQ (list->driver->type, driver->type))
c2f5bfd6
KH
3380 error ("Duplicated font driver: %s", SDATA (SYMBOL_NAME (driver->type)));
3381
c115043b 3382 list = xmalloc (sizeof (struct font_driver_list));
417a1b10 3383 list->on = 0;
c2f5bfd6
KH
3384 list->driver = driver;
3385 list->next = NULL;
3386 if (prev)
3387 prev->next = list;
3388 else if (f)
3389 f->font_driver_list = list;
3390 else
3391 font_driver_list = list;
72606e45
KH
3392 if (! f)
3393 num_font_drivers++;
c2f5bfd6
KH
3394}
3395
2ed98482 3396void
971de7fb 3397free_font_driver_list (FRAME_PTR f)
2ed98482
CY
3398{
3399 struct font_driver_list *list, *next;
3400
3401 for (list = f->font_driver_list; list; list = next)
3402 {
3403 next = list->next;
3404 xfree (list);
3405 }
3406 f->font_driver_list = NULL;
3407}
3408
45eb10fb 3409
f697fff0 3410/* Make the frame F use font backends listed in NEW_DRIVERS (list of
ca4da08a
KH
3411 symbols, e.g. xft, x). If NEW_DRIVERS is t, make F use all
3412 available font drivers. If NEW_DRIVERS is nil, finalize all drivers.
417a1b10 3413
ca4da08a
KH
3414 A caller must free all realized faces if any in advance. The
3415 return value is a list of font backends actually made used on
3416 F. */
e950d6f1
KH
3417
3418Lisp_Object
971de7fb 3419font_update_drivers (FRAME_PTR f, Lisp_Object new_drivers)
417a1b10
KH
3420{
3421 Lisp_Object active_drivers = Qnil;
417a1b10
KH
3422 struct font_driver_list *list;
3423
4007dd1c
KH
3424 /* At first, turn off non-requested drivers, and turn on requested
3425 drivers. */
f697fff0 3426 for (list = f->font_driver_list; list; list = list->next)
4007dd1c 3427 {
13a547c6 3428 struct font_driver *driver = list->driver;
4007dd1c
KH
3429 if ((EQ (new_drivers, Qt) || ! NILP (Fmemq (driver->type, new_drivers)))
3430 != list->on)
3431 {
3432 if (list->on)
3433 {
3434 if (driver->end_for_frame)
3435 driver->end_for_frame (f);
3436 font_finish_cache (f, driver);
3437 list->on = 0;
3438 }
3439 else
3440 {
3441 if (! driver->start_for_frame
3442 || driver->start_for_frame (f) == 0)
3443 {
3444 font_prepare_cache (f, driver);
3445 list->on = 1;
3446 }
3447 }
3448 }
3449 }
3450
3451 if (NILP (new_drivers))
3452 return Qnil;
3453
3454 if (! EQ (new_drivers, Qt))
3455 {
3456 /* Re-order the driver list according to new_drivers. */
3306c6dc 3457 struct font_driver_list **list_table, **next;
4007dd1c
KH
3458 Lisp_Object tail;
3459 int i;
3460
3461 list_table = alloca (sizeof list_table[0] * (num_font_drivers + 1));
3462 for (i = 0, tail = new_drivers; ! NILP (tail); tail = XCDR (tail))
3463 {
3464 for (list = f->font_driver_list; list; list = list->next)
3465 if (list->on && EQ (list->driver->type, XCAR (tail)))
3466 break;
3467 if (list)
3468 list_table[i++] = list;
3469 }
3470 for (list = f->font_driver_list; list; list = list->next)
3471 if (! list->on)
6136b72f 3472 list_table[i++] = list;
4007dd1c
KH
3473 list_table[i] = NULL;
3474
3306c6dc 3475 next = &f->font_driver_list;
4007dd1c
KH
3476 for (i = 0; list_table[i]; i++)
3477 {
3306c6dc
AS
3478 *next = list_table[i];
3479 next = &(*next)->next;
4007dd1c 3480 }
3306c6dc 3481 *next = NULL;
ba98e3a0
SM
3482
3483 if (! f->font_driver_list->on)
3484 { /* None of the drivers is enabled: enable them all.
3485 Happens if you set the list of drivers to (xft x) in your .emacs
3486 and then use it under w32 or ns. */
3487 for (list = f->font_driver_list; list; list = list->next)
3488 {
3489 struct font_driver *driver = list->driver;
3490 eassert (! list->on);
3491 if (! driver->start_for_frame
3492 || driver->start_for_frame (f) == 0)
3493 {
3494 font_prepare_cache (f, driver);
3495 list->on = 1;
3496 }
3497 }
3498 }
4007dd1c 3499 }
417a1b10 3500
4007dd1c
KH
3501 for (list = f->font_driver_list; list; list = list->next)
3502 if (list->on)
3503 active_drivers = nconc2 (active_drivers,
3504 Fcons (list->driver->type, Qnil));
e950d6f1 3505 return active_drivers;
417a1b10
KH
3506}
3507
f697fff0 3508int
971de7fb 3509font_put_frame_data (FRAME_PTR f, struct font_driver *driver, void *data)
f697fff0
KH
3510{
3511 struct font_data_list *list, *prev;
3512
3513 for (prev = NULL, list = f->font_data_list; list;
3514 prev = list, list = list->next)
3515 if (list->driver == driver)
3516 break;
3517 if (! data)
3518 {
3519 if (list)
3520 {
3521 if (prev)
3522 prev->next = list->next;
3523 else
3524 f->font_data_list = list->next;
973e7849 3525 xfree (list);
f697fff0
KH
3526 }
3527 return 0;
3528 }
3529
3530 if (! list)
3531 {
c115043b 3532 list = xmalloc (sizeof (struct font_data_list));
f697fff0
KH
3533 list->driver = driver;
3534 list->next = f->font_data_list;
3535 f->font_data_list = list;
3536 }
3537 list->data = data;
3538 return 0;
3539}
3540
3541
3542void *
971de7fb 3543font_get_frame_data (FRAME_PTR f, struct font_driver *driver)
f697fff0
KH
3544{
3545 struct font_data_list *list;
3546
3547 for (list = f->font_data_list; list; list = list->next)
3548 if (list->driver == driver)
3549 break;
3550 if (! list)
3551 return NULL;
3552 return list->data;
3553}
3554
417a1b10 3555
9fa82824
DP
3556/* Sets attributes on a font. Any properties that appear in ALIST and
3557 BOOLEAN_PROPERTIES or NON_BOOLEAN_PROPERTIES are set on the font.
3558 BOOLEAN_PROPERTIES and NON_BOOLEAN_PROPERTIES are NULL-terminated
3559 arrays of strings. This function is intended for use by the font
3560 drivers to implement their specific font_filter_properties. */
3561void
220d91b8
JB
3562font_filter_properties (Lisp_Object font,
3563 Lisp_Object alist,
3106121c
YM
3564 const char *const boolean_properties[],
3565 const char *const non_boolean_properties[])
9fa82824
DP
3566{
3567 Lisp_Object it;
3568 int i;
3569
3570 /* Set boolean values to Qt or Qnil */
3571 for (i = 0; boolean_properties[i] != NULL; ++i)
3572 for (it = alist; ! NILP (it); it = XCDR (it))
3573 {
3574 Lisp_Object key = XCAR (XCAR (it));
3575 Lisp_Object val = XCDR (XCAR (it));
42a5b22f 3576 char *keystr = SSDATA (SYMBOL_NAME (key));
9fa82824
DP
3577
3578 if (strcmp (boolean_properties[i], keystr) == 0)
3579 {
3580 const char *str = INTEGERP (val) ? (XINT (val) ? "true" : "false")
51b59d79 3581 : SYMBOLP (val) ? SSDATA (SYMBOL_NAME (val))
9fa82824
DP
3582 : "true";
3583
3584 if (strcmp ("false", str) == 0 || strcmp ("False", str) == 0
3585 || strcmp ("FALSE", str) == 0 || strcmp ("FcFalse", str) == 0
3586 || strcmp ("off", str) == 0 || strcmp ("OFF", str) == 0
3587 || strcmp ("Off", str) == 0)
3588 val = Qnil;
3589 else
3590 val = Qt;
3591
3592 Ffont_put (font, key, val);
3593 }
3594 }
3595
3596 for (i = 0; non_boolean_properties[i] != NULL; ++i)
3597 for (it = alist; ! NILP (it); it = XCDR (it))
3598 {
3599 Lisp_Object key = XCAR (XCAR (it));
3600 Lisp_Object val = XCDR (XCAR (it));
42a5b22f 3601 char *keystr = SSDATA (SYMBOL_NAME (key));
9fa82824
DP
3602 if (strcmp (non_boolean_properties[i], keystr) == 0)
3603 Ffont_put (font, key, val);
3604 }
3605}
3606
3607
45eb10fb 3608/* Return the font used to draw character C by FACE at buffer position
e3ee0340
KH
3609 POS in window W. If STRING is non-nil, it is a string containing C
3610 at index POS. If C is negative, get C from the current buffer or
3611 STRING. */
45eb10fb 3612
2f7c71a1
AS
3613static Lisp_Object
3614font_at (int c, EMACS_INT pos, struct face *face, struct window *w,
3615 Lisp_Object string)
10d16101
KH
3616{
3617 FRAME_PTR f;
e3ee0340 3618 int multibyte;
35027d0c 3619 Lisp_Object font_object;
e3ee0340 3620
e500c47d 3621 multibyte = (NILP (string)
4b4deea2 3622 ? ! NILP (BVAR (current_buffer, enable_multibyte_characters))
e500c47d 3623 : STRING_MULTIBYTE (string));
e3ee0340
KH
3624 if (c < 0)
3625 {
3626 if (NILP (string))
3627 {
e3ee0340
KH
3628 if (multibyte)
3629 {
3630 EMACS_INT pos_byte = CHAR_TO_BYTE (pos);
3631
3632 c = FETCH_CHAR (pos_byte);
3633 }
3634 else
3635 c = FETCH_BYTE (pos);
3636 }
3637 else
3638 {
3639 unsigned char *str;
3640
3641 multibyte = STRING_MULTIBYTE (string);
3642 if (multibyte)
3643 {
3644 EMACS_INT pos_byte = string_char_to_byte (string, pos);
3645
3646 str = SDATA (string) + pos_byte;
62a6e103 3647 c = STRING_CHAR (str);
e3ee0340
KH
3648 }
3649 else
3650 c = SDATA (string)[pos];
3651 }
3652 }
10d16101
KH
3653
3654 f = XFRAME (w->frame);
1385a806
KH
3655 if (! FRAME_WINDOW_P (f))
3656 return Qnil;
10d16101
KH
3657 if (! face)
3658 {
e3ee0340 3659 int face_id;
0f8b27ea 3660 EMACS_INT endptr;
e3ee0340
KH
3661
3662 if (STRINGP (string))
3663 face_id = face_at_string_position (w, string, pos, 0, -1, -1, &endptr,
10d16101
KH
3664 DEFAULT_FACE_ID, 0);
3665 else
e3ee0340 3666 face_id = face_at_buffer_position (w, pos, -1, -1, &endptr,
6970f632 3667 pos + 100, 0, -1);
10d16101
KH
3668 face = FACE_FROM_ID (f, face_id);
3669 }
e3ee0340
KH
3670 if (multibyte)
3671 {
3672 int face_id = FACE_FOR_CHAR (f, face, c, pos, string);
3673 face = FACE_FROM_ID (f, face_id);
3674 }
35027d0c 3675 if (! face->font)
10d16101 3676 return Qnil;
35027d0c 3677
35027d0c
KH
3678 XSETFONT (font_object, face->font);
3679 return font_object;
3680}
3681
3682
071132a9
KH
3683#ifdef HAVE_WINDOW_SYSTEM
3684
3685/* Check how many characters after POS (at most to *LIMIT) can be
3686 displayed by the same font on the window W. FACE, if non-NULL, is
3687 the face selected for the character at POS. If STRING is not nil,
3688 it is the string to check instead of the current buffer. In that
3689 case, FACE must be not NULL.
027a33c0 3690
071132a9
KH
3691 The return value is the font-object for the character at POS.
3692 *LIMIT is set to the position where that font can't be used.
35027d0c 3693
071132a9
KH
3694 It is assured that the current buffer (or STRING) is multibyte. */
3695
3696Lisp_Object
971de7fb 3697font_range (EMACS_INT pos, EMACS_INT *limit, struct window *w, struct face *face, Lisp_Object string)
35027d0c 3698{
0e5d7800 3699 EMACS_INT pos_byte, ignore;
35027d0c 3700 int c;
071132a9 3701 Lisp_Object font_object = Qnil;
35027d0c
KH
3702
3703 if (NILP (string))
3704 {
35027d0c 3705 pos_byte = CHAR_TO_BYTE (pos);
071132a9
KH
3706 if (! face)
3707 {
3708 int face_id;
3709
6970f632
CY
3710 face_id = face_at_buffer_position (w, pos, 0, 0, &ignore,
3711 *limit, 0, -1);
071132a9
KH
3712 face = FACE_FROM_ID (XFRAME (w->frame), face_id);
3713 }
35027d0c
KH
3714 }
3715 else
3716 {
071132a9 3717 font_assert (face);
35027d0c
KH
3718 pos_byte = string_char_to_byte (string, pos);
3719 }
3720
071132a9 3721 while (pos < *limit)
35027d0c 3722 {
071132a9 3723 Lisp_Object category;
35027d0c
KH
3724
3725 if (NILP (string))
3726 FETCH_CHAR_ADVANCE_NO_CHECK (c, pos, pos_byte);
3727 else
3728 FETCH_STRING_CHAR_ADVANCE_NO_CHECK (c, string, pos, pos_byte);
0e5d7800
KH
3729 category = CHAR_TABLE_REF (Vunicode_category_table, c);
3730 if (EQ (category, QCf)
3731 || CHAR_VARIATION_SELECTOR_P (c))
3732 continue;
071132a9 3733 if (NILP (font_object))
35027d0c 3734 {
071132a9
KH
3735 font_object = font_for_char (face, c, pos - 1, string);
3736 if (NILP (font_object))
3737 return Qnil;
35027d0c
KH
3738 continue;
3739 }
0e5d7800
KH
3740 if (font_encode_char (font_object, c) == FONT_INVALID_CODE)
3741 *limit = pos - 1;
35027d0c 3742 }
071132a9 3743 return font_object;
10d16101 3744}
071132a9 3745#endif
10d16101 3746
c2f5bfd6
KH
3747\f
3748/* Lisp API */
3749
35027d0c 3750DEFUN ("fontp", Ffontp, Sfontp, 1, 2, 0,
6c8ec042 3751 doc: /* Return t if OBJECT is a font-spec, font-entity, or font-object.
35027d0c
KH
3752Return nil otherwise.
3753Optional 2nd argument EXTRA-TYPE, if non-nil, specifies to check
027a33c0 3754which kind of font it is. It must be one of `font-spec', `font-entity',
35027d0c 3755`font-object'. */)
5842a27b 3756 (Lisp_Object object, Lisp_Object extra_type)
c2f5bfd6 3757{
35027d0c
KH
3758 if (NILP (extra_type))
3759 return (FONTP (object) ? Qt : Qnil);
3760 if (EQ (extra_type, Qfont_spec))
3761 return (FONT_SPEC_P (object) ? Qt : Qnil);
3762 if (EQ (extra_type, Qfont_entity))
3763 return (FONT_ENTITY_P (object) ? Qt : Qnil);
3764 if (EQ (extra_type, Qfont_object))
3765 return (FONT_OBJECT_P (object) ? Qt : Qnil);
3766 wrong_type_argument (intern ("font-extra-type"), extra_type);
c2f5bfd6
KH
3767}
3768
3769DEFUN ("font-spec", Ffont_spec, Sfont_spec, 0, MANY, 0,
45eb10fb
KH
3770 doc: /* Return a newly created font-spec with arguments as properties.
3771
3772ARGS must come in pairs KEY VALUE of font properties. KEY must be a
3773valid font property name listed below:
3774
3775`:family', `:weight', `:slant', `:width'
3776
3777They are the same as face attributes of the same name. See
51c01100 3778`set-face-attribute'.
45eb10fb
KH
3779
3780`:foundry'
3781
3782VALUE must be a string or a symbol specifying the font foundry, e.g. ``misc''.
3783
3784`:adstyle'
3785
3786VALUE must be a string or a symbol specifying the additional
35027d0c 3787typographic style information of a font, e.g. ``sans''.
45eb10fb
KH
3788
3789`:registry'
3790
3791VALUE must be a string or a symbol specifying the charset registry and
3792encoding of a font, e.g. ``iso8859-1''.
3793
3794`:size'
3795
3796VALUE must be a non-negative integer or a floating point number
c423ecca
KH
3797specifying the font size. It specifies the font size in pixels (if
3798VALUE is an integer), or in points (if VALUE is a float).
2babb359
KH
3799
3800`:name'
3801
7a18a178 3802VALUE must be a string of XLFD-style or fontconfig-style font name.
5bdd4dd2
KH
3803
3804`:script'
3805
3806VALUE must be a symbol representing a script that the font must
209f39ac
KH
3807support. It may be a symbol representing a subgroup of a script
3808listed in the variable `script-representative-chars'.
c423ecca
KH
3809
3810`:lang'
3811
3812VALUE must be a symbol of two-letter ISO-639 language names,
3813e.g. `ja'.
3814
3815`:otf'
3816
3817VALUE must be a list (SCRIPT-TAG LANGSYS-TAG GSUB [ GPOS ]) to specify
3818required OpenType features.
3819
3820 SCRIPT-TAG: OpenType script tag symbol (e.g. `deva').
3821 LANGSYS-TAG: OpenType language system tag symbol,
3822 or nil for the default language system.
3823 GSUB: List of OpenType GSUB feature tag symbols, or nil if none required.
3824 GPOS: List of OpenType GPOS feature tag symbols, or nil if none required.
3825
3826GSUB and GPOS may contain `nil' element. In such a case, the font
3827must not have any of the remaining elements.
3828
3829For instance, if the VALUE is `(thai nil nil (mark))', the font must
22f79966 3830be an OpenType font, and whose GPOS table of `thai' script's default
c423ecca
KH
3831language system must contain `mark' feature.
3832
ba3de0e8 3833usage: (font-spec ARGS...) */)
c5101a77 3834 (size_t nargs, Lisp_Object *args)
c2f5bfd6 3835{
35027d0c 3836 Lisp_Object spec = font_make_spec ();
c5101a77 3837 size_t i;
c2f5bfd6
KH
3838
3839 for (i = 0; i < nargs; i += 2)
3840 {
cccd42d5
KH
3841 Lisp_Object key = args[i], val;
3842
3843 CHECK_SYMBOL (key);
3844 if (i + 1 >= nargs)
3845 error ("No value for key `%s'", SDATA (SYMBOL_NAME (key)));
3846 val = args[i + 1];
c2f5bfd6 3847
35027d0c
KH
3848 if (EQ (key, QCname))
3849 {
3850 CHECK_STRING (val);
51b59d79 3851 font_parse_name (SSDATA (val), spec);
35027d0c
KH
3852 font_put_extra (spec, key, val);
3853 }
c2f5bfd6 3854 else
4485a28e 3855 {
35027d0c
KH
3856 int idx = get_font_prop_index (key);
3857
3858 if (idx >= 0)
ec6fe57c 3859 {
35027d0c
KH
3860 val = font_prop_validate (idx, Qnil, val);
3861 if (idx < FONT_EXTRA_INDEX)
3862 ASET (spec, idx, val);
3863 else
3864 font_put_extra (spec, key, val);
ec6fe57c 3865 }
35027d0c
KH
3866 else
3867 font_put_extra (spec, key, font_prop_validate (0, key, val));
4485a28e 3868 }
e950d6f1 3869 }
c2f5bfd6
KH
3870 return spec;
3871}
3872
35027d0c
KH
3873DEFUN ("copy-font-spec", Fcopy_font_spec, Scopy_font_spec, 1, 1, 0,
3874 doc: /* Return a copy of FONT as a font-spec. */)
5842a27b 3875 (Lisp_Object font)
35027d0c 3876{
d26424c5 3877 Lisp_Object new_spec, tail, prev, extra;
35027d0c
KH
3878 int i;
3879
3880 CHECK_FONT (font);
3881 new_spec = font_make_spec ();
3882 for (i = 1; i < FONT_EXTRA_INDEX; i++)
3883 ASET (new_spec, i, AREF (font, i));
581e51e8 3884 extra = Fcopy_alist (AREF (font, FONT_EXTRA_INDEX));
d26424c5
KH
3885 /* We must remove :font-entity property. */
3886 for (prev = Qnil, tail = extra; CONSP (tail); prev = tail, tail = XCDR (tail))
3887 if (EQ (XCAR (XCAR (tail)), QCfont_entity))
3888 {
3889 if (NILP (prev))
3890 extra = XCDR (extra);
3891 else
3892 XSETCDR (prev, XCDR (tail));
3893 break;
3894 }
35027d0c
KH
3895 ASET (new_spec, FONT_EXTRA_INDEX, extra);
3896 return new_spec;
3897}
3898
3899DEFUN ("merge-font-spec", Fmerge_font_spec, Smerge_font_spec, 2, 2, 0,
3900 doc: /* Merge font-specs FROM and TO, and return a new font-spec.
3901Every specified properties in FROM override the corresponding
3902properties in TO. */)
5842a27b 3903 (Lisp_Object from, Lisp_Object to)
35027d0c
KH
3904{
3905 Lisp_Object extra, tail;
3906 int i;
3907
3908 CHECK_FONT (from);
3909 CHECK_FONT (to);
3910 to = Fcopy_font_spec (to);
3911 for (i = 0; i < FONT_EXTRA_INDEX; i++)
3912 ASET (to, i, AREF (from, i));
3913 extra = AREF (to, FONT_EXTRA_INDEX);
3914 for (tail = AREF (from, FONT_EXTRA_INDEX); CONSP (tail); tail = XCDR (tail))
3915 if (! EQ (XCAR (XCAR (tail)), Qfont_entity))
3916 {
3917 Lisp_Object slot = assq_no_quit (XCAR (XCAR (tail)), extra);
3918
3919 if (! NILP (slot))
3920 XSETCDR (slot, XCDR (XCAR (tail)));
3921 else
3922 extra = Fcons (Fcons (XCAR (XCAR (tail)), XCDR (XCAR (tail))), extra);
3923 }
3924 ASET (to, FONT_EXTRA_INDEX, extra);
3925 return to;
3926}
c2f5bfd6
KH
3927
3928DEFUN ("font-get", Ffont_get, Sfont_get, 2, 2, 0,
45eb10fb 3929 doc: /* Return the value of FONT's property KEY.
5bdd4dd2 3930FONT is a font-spec, a font-entity, or a font-object.
a7840ffb 3931KEY is any symbol, but these are reserved for specific meanings:
5bdd4dd2 3932 :family, :weight, :slant, :width, :foundry, :adstyle, :registry,
a7840ffb 3933 :size, :name, :script, :otf
5bdd4dd2 3934See the documentation of `font-spec' for their meanings.
a7840ffb
KH
3935In addition, if FONT is a font-entity or a font-object, values of
3936:script and :otf are different from those of a font-spec as below:
3937
3938The value of :script may be a list of scripts that are supported by the font.
3939
3940The value of :otf is a cons (GSUB . GPOS) where GSUB and GPOS are lists
3941representing the OpenType features supported by the font by this form:
3942 ((SCRIPT (LANGSYS FEATURE ...) ...) ...)
3943SCRIPT, LANGSYS, and FEATURE are all symbols representing OpenType
3944Layout tags. */)
5842a27b 3945 (Lisp_Object font, Lisp_Object key)
c2f5bfd6 3946{
35027d0c 3947 int idx;
a7840ffb 3948 Lisp_Object val;
c2f5bfd6 3949
35027d0c
KH
3950 CHECK_FONT (font);
3951 CHECK_SYMBOL (key);
e80e09b4 3952
35027d0c 3953 idx = get_font_prop_index (key);
2babb359
KH
3954 if (idx >= FONT_WEIGHT_INDEX && idx <= FONT_WIDTH_INDEX)
3955 return font_style_symbolic (font, idx, 0);
35027d0c 3956 if (idx >= 0 && idx < FONT_EXTRA_INDEX)
c2f5bfd6 3957 return AREF (font, idx);
a7840ffb
KH
3958 val = Fassq (key, AREF (font, FONT_EXTRA_INDEX));
3959 if (NILP (val) && EQ (key, QCotf) && FONT_OBJECT_P (font))
3960 {
3961 struct font *fontp = XFONT_OBJECT (font);
a7840ffb 3962
f6c1c771
KH
3963 if (fontp->driver->otf_capability)
3964 val = fontp->driver->otf_capability (fontp);
a7840ffb 3965 else
f6c1c771 3966 val = Fcons (Qnil, Qnil);
a7840ffb
KH
3967 }
3968 else
3969 val = Fcdr (val);
3970 return val;
c2f5bfd6
KH
3971}
3972
51cf11be
AS
3973#ifdef HAVE_WINDOW_SYSTEM
3974
b1868a1a
CY
3975DEFUN ("font-face-attributes", Ffont_face_attributes, Sfont_face_attributes, 1, 2, 0,
3976 doc: /* Return a plist of face attributes generated by FONT.
3977FONT is a font name, a font-spec, a font-entity, or a font-object.
3978The return value is a list of the form
3979
6f568955 3980\(:family FAMILY :height HEIGHT :weight WEIGHT :slant SLANT :width WIDTH)
b1868a1a 3981
48105a6a 3982where FAMILY, HEIGHT, WEIGHT, SLANT, and WIDTH are face attribute values
5989ba2f
CY
3983compatible with `set-face-attribute'. Some of these key-attribute pairs
3984may be omitted from the list if they are not specified by FONT.
b1868a1a 3985
48105a6a
JB
3986The optional argument FRAME specifies the frame that the face attributes
3987are to be displayed on. If omitted, the selected frame is used. */)
5842a27b 3988 (Lisp_Object font, Lisp_Object frame)
b1868a1a
CY
3989{
3990 struct frame *f;
3991 Lisp_Object plist[10];
3992 Lisp_Object val;
5989ba2f 3993 int n = 0;
b1868a1a
CY
3994
3995 if (NILP (frame))
3996 frame = selected_frame;
3997 CHECK_LIVE_FRAME (frame);
3998 f = XFRAME (frame);
3999
4000 if (STRINGP (font))
4001 {
4002 int fontset = fs_query_fontset (font, 0);
4003 Lisp_Object name = font;
4004 if (fontset >= 0)
4005 font = fontset_ascii (fontset);
4006 font = font_spec_from_name (name);
4007 if (! FONTP (font))
4008 signal_error ("Invalid font name", name);
4009 }
4010 else if (! FONTP (font))
4011 signal_error ("Invalid font object", font);
4012
b1868a1a 4013 val = AREF (font, FONT_FAMILY_INDEX);
5989ba2f
CY
4014 if (! NILP (val))
4015 {
4016 plist[n++] = QCfamily;
4017 plist[n++] = SYMBOL_NAME (val);
4018 }
b1868a1a 4019
b1868a1a
CY
4020 val = AREF (font, FONT_SIZE_INDEX);
4021 if (INTEGERP (val))
4022 {
4023 Lisp_Object font_dpi = AREF (font, FONT_DPI_INDEX);
4024 int dpi = INTEGERP (font_dpi) ? XINT (font_dpi) : f->resy;
5989ba2f 4025 plist[n++] = QCheight;
c3bb5465 4026 plist[n++] = make_number (PIXEL_TO_POINT (XINT (val) * 10, dpi));
b1868a1a
CY
4027 }
4028 else if (FLOATP (val))
5989ba2f
CY
4029 {
4030 plist[n++] = QCheight;
4031 plist[n++] = make_number (10 * (int) XFLOAT_DATA (val));
4032 }
b1868a1a 4033
b1868a1a 4034 val = FONT_WEIGHT_FOR_FACE (font);
5989ba2f
CY
4035 if (! NILP (val))
4036 {
4037 plist[n++] = QCweight;
4038 plist[n++] = val;
4039 }
b1868a1a 4040
b1868a1a 4041 val = FONT_SLANT_FOR_FACE (font);
5989ba2f
CY
4042 if (! NILP (val))
4043 {
4044 plist[n++] = QCslant;
4045 plist[n++] = val;
4046 }
b1868a1a 4047
b1868a1a 4048 val = FONT_WIDTH_FOR_FACE (font);
5989ba2f
CY
4049 if (! NILP (val))
4050 {
4051 plist[n++] = QCwidth;
4052 plist[n++] = val;
4053 }
b1868a1a 4054
5989ba2f 4055 return Flist (n, plist);
b1868a1a 4056}
c2f5bfd6 4057
51cf11be
AS
4058#endif
4059
c2f5bfd6 4060DEFUN ("font-put", Ffont_put, Sfont_put, 3, 3, 0,
a7840ffb
KH
4061 doc: /* Set one property of FONT: give property KEY value VAL.
4062FONT is a font-spec, a font-entity, or a font-object.
4063
4064If FONT is a font-spec, KEY can be any symbol. But if KEY is the one
4065accepted by the function `font-spec' (which see), VAL must be what
4066allowed in `font-spec'.
4067
4068If FONT is a font-entity or a font-object, KEY must not be the one
4069accepted by `font-spec'. */)
e1ffae3b 4070 (Lisp_Object font, Lisp_Object prop, Lisp_Object val)
c2f5bfd6 4071{
35027d0c 4072 int idx;
c2f5bfd6 4073
35027d0c
KH
4074 idx = get_font_prop_index (prop);
4075 if (idx >= 0 && idx < FONT_EXTRA_INDEX)
a7840ffb
KH
4076 {
4077 CHECK_FONT_SPEC (font);
4078 ASET (font, idx, font_prop_validate (idx, Qnil, val));
4079 }
c2f5bfd6 4080 else
a7840ffb
KH
4081 {
4082 if (EQ (prop, QCname)
4083 || EQ (prop, QCscript)
4084 || EQ (prop, QClang)
4085 || EQ (prop, QCotf))
4086 CHECK_FONT_SPEC (font);
4087 else
4088 CHECK_FONT (font);
4089 font_put_extra (font, prop, font_prop_validate (0, prop, val));
4090 }
c2f5bfd6
KH
4091 return val;
4092}
4093
4094DEFUN ("list-fonts", Flist_fonts, Slist_fonts, 1, 4, 0,
4095 doc: /* List available fonts matching FONT-SPEC on the current frame.
4096Optional 2nd argument FRAME specifies the target frame.
4097Optional 3rd argument NUM, if non-nil, limits the number of returned fonts.
45eb10fb
KH
4098Optional 4th argument PREFER, if non-nil, is a font-spec to
4099control the order of the returned list. Fonts are sorted by
027a33c0 4100how close they are to PREFER. */)
5842a27b 4101 (Lisp_Object font_spec, Lisp_Object frame, Lisp_Object num, Lisp_Object prefer)
c2f5bfd6 4102{
72d36834
KH
4103 Lisp_Object vec, list;
4104 int n = 0;
c2f5bfd6
KH
4105
4106 if (NILP (frame))
4107 frame = selected_frame;
4108 CHECK_LIVE_FRAME (frame);
35027d0c 4109 CHECK_FONT_SPEC (font_spec);
c2f5bfd6
KH
4110 if (! NILP (num))
4111 {
4112 CHECK_NUMBER (num);
4113 n = XINT (num);
4114 if (n <= 0)
4115 return Qnil;
4116 }
4117 if (! NILP (prefer))
35027d0c 4118 CHECK_FONT_SPEC (prefer);
c2f5bfd6 4119
72d36834
KH
4120 list = font_list_entities (frame, font_spec);
4121 if (NILP (list))
c2f5bfd6 4122 return Qnil;
72d36834
KH
4123 if (NILP (XCDR (list))
4124 && ASIZE (XCAR (list)) == 1)
4125 return Fcons (AREF (XCAR (list), 0), Qnil);
c2f5bfd6
KH
4126
4127 if (! NILP (prefer))
72d36834
KH
4128 vec = font_sort_entities (list, prefer, frame, 0);
4129 else
4130 vec = font_vconcat_entity_vectors (list);
4131 if (n == 0 || n >= ASIZE (vec))
c2f5bfd6 4132 {
72d36834 4133 Lisp_Object args[2];
c2f5bfd6 4134
72d36834
KH
4135 args[0] = vec;
4136 args[1] = Qnil;
4137 list = Fappend (2, args);
4138 }
4139 else
4140 {
4141 for (list = Qnil, n--; n >= 0; n--)
4142 list = Fcons (AREF (vec, n), list);
c2f5bfd6
KH
4143 }
4144 return list;
4145}
4146
35027d0c 4147DEFUN ("font-family-list", Ffont_family_list, Sfont_family_list, 0, 1, 0,
c2f5bfd6 4148 doc: /* List available font families on the current frame.
027a33c0 4149Optional argument FRAME, if non-nil, specifies the target frame. */)
5842a27b 4150 (Lisp_Object frame)
c2f5bfd6
KH
4151{
4152 FRAME_PTR f;
4153 struct font_driver_list *driver_list;
4154 Lisp_Object list;
4155
4156 if (NILP (frame))
4157 frame = selected_frame;
4158 CHECK_LIVE_FRAME (frame);
4159 f = XFRAME (frame);
4160 list = Qnil;
4161 for (driver_list = f->font_driver_list; driver_list;
4162 driver_list = driver_list->next)
4163 if (driver_list->driver->list_family)
4164 {
4165 Lisp_Object val = driver_list->driver->list_family (frame);
13bf758b 4166 Lisp_Object tail = list;
c2f5bfd6 4167
13bf758b
CY
4168 for (; CONSP (val); val = XCDR (val))
4169 if (NILP (Fmemq (XCAR (val), tail))
4170 && SYMBOLP (XCAR (val)))
4171 list = Fcons (SYMBOL_NAME (XCAR (val)), list);
c2f5bfd6
KH
4172 }
4173 return list;
4174}
4175
4176DEFUN ("find-font", Ffind_font, Sfind_font, 1, 2, 0,
4177 doc: /* Return a font-entity matching with FONT-SPEC on the current frame.
4178Optional 2nd argument FRAME, if non-nil, specifies the target frame. */)
5842a27b 4179 (Lisp_Object font_spec, Lisp_Object frame)
c2f5bfd6
KH
4180{
4181 Lisp_Object val = Flist_fonts (font_spec, frame, make_number (1), Qnil);
4182
4183 if (CONSP (val))
4184 val = XCAR (val);
4185 return val;
4186}
4187
d0ab1ebe 4188DEFUN ("font-xlfd-name", Ffont_xlfd_name, Sfont_xlfd_name, 1, 2, 0,
c2f5bfd6
KH
4189 doc: /* Return XLFD name of FONT.
4190FONT is a font-spec, font-entity, or font-object.
d0ab1ebe
KH
4191If the name is too long for XLFD (maximum 255 chars), return nil.
4192If the 2nd optional arg FOLD-WILDCARDS is non-nil,
4193the consecutive wildcards are folded to one. */)
5842a27b 4194 (Lisp_Object font, Lisp_Object fold_wildcards)
c2f5bfd6
KH
4195{
4196 char name[256];
4197 int pixel_size = 0;
4198
35027d0c
KH
4199 CHECK_FONT (font);
4200
4201 if (FONT_OBJECT_P (font))
c2f5bfd6 4202 {
35027d0c 4203 Lisp_Object font_name = AREF (font, FONT_NAME_INDEX);
c2f5bfd6 4204
35027d0c
KH
4205 if (STRINGP (font_name)
4206 && SDATA (font_name)[0] == '-')
d0ab1ebe
KH
4207 {
4208 if (NILP (fold_wildcards))
4209 return font_name;
51b59d79 4210 strcpy (name, SSDATA (font_name));
d0ab1ebe
KH
4211 goto done;
4212 }
35027d0c 4213 pixel_size = XFONT_OBJECT (font)->pixel_size;
c2f5bfd6 4214 }
c2f5bfd6
KH
4215 if (font_unparse_xlfd (font, pixel_size, name, 256) < 0)
4216 return Qnil;
d0ab1ebe
KH
4217 done:
4218 if (! NILP (fold_wildcards))
4219 {
4220 char *p0 = name, *p1;
4221
4222 while ((p1 = strstr (p0, "-*-*")))
4223 {
4224 strcpy (p1, p1 + 2);
4225 p0 = p1;
4226 }
4227 }
4228
c2f5bfd6
KH
4229 return build_string (name);
4230}
4231
4232DEFUN ("clear-font-cache", Fclear_font_cache, Sclear_font_cache, 0, 0, 0,
4233 doc: /* Clear font cache. */)
5842a27b 4234 (void)
c2f5bfd6
KH
4235{
4236 Lisp_Object list, frame;
4237
4238 FOR_EACH_FRAME (list, frame)
4239 {
4240 FRAME_PTR f = XFRAME (frame);
4241 struct font_driver_list *driver_list = f->font_driver_list;
4242
4243 for (; driver_list; driver_list = driver_list->next)
417a1b10
KH
4244 if (driver_list->on)
4245 {
ca4da08a 4246 Lisp_Object cache = driver_list->driver->get_cache (f);
7a6f7fea 4247 Lisp_Object val, tmp;
51c01100 4248
ca4da08a 4249 val = XCDR (cache);
43c0454d
KH
4250 while (! NILP (val)
4251 && ! EQ (XCAR (XCAR (val)), driver_list->driver->type))
ca4da08a 4252 val = XCDR (val);
d0ab1ebe 4253 font_assert (! NILP (val));
7a6f7fea
AS
4254 tmp = XCDR (XCAR (val));
4255 if (XINT (XCAR (tmp)) == 0)
417a1b10 4256 {
ca4da08a
KH
4257 font_clear_cache (f, XCAR (val), driver_list->driver);
4258 XSETCDR (cache, XCDR (val));
417a1b10 4259 }
417a1b10 4260 }
c2f5bfd6
KH
4261 }
4262
4263 return Qnil;
4264}
4265
071132a9
KH
4266\f
4267void
971de7fb 4268font_fill_lglyph_metrics (Lisp_Object glyph, Lisp_Object font_object)
c2f5bfd6 4269{
071132a9 4270 struct font *font = XFONT_OBJECT (font_object);
f62ab7c5
EZ
4271 unsigned code;
4272 /* ecode used in LGLYPH_SET_CODE to avoid compiler warnings. */
4273 EMACS_INT ecode = font->driver->encode_char (font, LGLYPH_CHAR (glyph));
071132a9 4274 struct font_metrics metrics;
c2f5bfd6 4275
f62ab7c5
EZ
4276 LGLYPH_SET_CODE (glyph, ecode);
4277 code = ecode;
071132a9
KH
4278 font->driver->text_extents (font, &code, 1, &metrics);
4279 LGLYPH_SET_LBEARING (glyph, metrics.lbearing);
4280 LGLYPH_SET_RBEARING (glyph, metrics.rbearing);
4281 LGLYPH_SET_WIDTH (glyph, metrics.width);
4282 LGLYPH_SET_ASCENT (glyph, metrics.ascent);
4283 LGLYPH_SET_DESCENT (glyph, metrics.descent);
c2f5bfd6
KH
4284}
4285
c2f5bfd6 4286
071132a9
KH
4287DEFUN ("font-shape-gstring", Ffont_shape_gstring, Sfont_shape_gstring, 1, 1, 0,
4288 doc: /* Shape the glyph-string GSTRING.
4289Shaping means substituting glyphs and/or adjusting positions of glyphs
4290to get the correct visual image of character sequences set in the
4291header of the glyph-string.
1701724c 4292
071132a9
KH
4293If the shaping was successful, the value is GSTRING itself or a newly
4294created glyph-string. Otherwise, the value is nil. */)
5842a27b 4295 (Lisp_Object gstring)
1701724c
KH
4296{
4297 struct font *font;
071132a9 4298 Lisp_Object font_object, n, glyph;
fc3a285e 4299 int i, j, from, to;
ba3de0e8 4300
071132a9
KH
4301 if (! composition_gstring_p (gstring))
4302 signal_error ("Invalid glyph-string: ", gstring);
4303 if (! NILP (LGSTRING_ID (gstring)))
4304 return gstring;
4305 font_object = LGSTRING_FONT (gstring);
4306 CHECK_FONT_OBJECT (font_object);
35027d0c 4307 font = XFONT_OBJECT (font_object);
b876ea91
KH
4308 if (! font->driver->shape)
4309 return Qnil;
4310
40fb53d6
KH
4311 /* Try at most three times with larger gstring each time. */
4312 for (i = 0; i < 3; i++)
4313 {
40fb53d6
KH
4314 n = font->driver->shape (gstring);
4315 if (INTEGERP (n))
4316 break;
071132a9
KH
4317 gstring = larger_vector (gstring,
4318 ASIZE (gstring) + LGSTRING_GLYPH_LEN (gstring),
4319 Qnil);
40fb53d6 4320 }
071132a9 4321 if (i == 3 || XINT (n) == 0)
1701724c 4322 return Qnil;
dfe3c90f
KH
4323 if (XINT (n) < LGSTRING_GLYPH_LEN (gstring))
4324 LGSTRING_SET_GLYPH (gstring, XINT (n), Qnil);
ba3de0e8 4325
071132a9 4326 glyph = LGSTRING_GLYPH (gstring, 0);
fc3a285e
KH
4327 from = LGLYPH_FROM (glyph);
4328 to = LGLYPH_TO (glyph);
4329 for (i = 1, j = 0; i < LGSTRING_GLYPH_LEN (gstring); i++)
071132a9
KH
4330 {
4331 Lisp_Object this = LGSTRING_GLYPH (gstring, i);
10d16101 4332
071132a9
KH
4333 if (NILP (this))
4334 break;
4335 if (NILP (LGLYPH_ADJUSTMENT (this)))
fc3a285e
KH
4336 {
4337 if (j < i - 1)
4338 for (; j < i; j++)
4339 {
4340 glyph = LGSTRING_GLYPH (gstring, j);
4341 LGLYPH_SET_FROM (glyph, from);
4342 LGLYPH_SET_TO (glyph, to);
4343 }
4344 from = LGLYPH_FROM (this);
4345 to = LGLYPH_TO (this);
4346 j = i;
4347 }
071132a9 4348 else
b2937119 4349 {
fc3a285e
KH
4350 if (from > LGLYPH_FROM (this))
4351 from = LGLYPH_FROM (this);
4352 if (to < LGLYPH_TO (this))
4353 to = LGLYPH_TO (this);
b2937119 4354 }
10d16101 4355 }
fc3a285e
KH
4356 if (j < i - 1)
4357 for (; j < i; j++)
4358 {
4359 glyph = LGSTRING_GLYPH (gstring, j);
4360 LGLYPH_SET_FROM (glyph, from);
4361 LGLYPH_SET_TO (glyph, to);
4362 }
071132a9 4363 return composition_gstring_put_cache (gstring, XINT (n));
c2f5bfd6
KH
4364}
4365
78a2f9cd
KH
4366DEFUN ("font-variation-glyphs", Ffont_variation_glyphs, Sfont_variation_glyphs,
4367 2, 2, 0,
4368 doc: /* Return a list of variation glyphs for CHAR in FONT-OBJECT.
4369Each element of the value is a cons (VARIATION-SELECTOR . GLYPH-ID),
4370where
c0943d3d 4371 VARIATION-SELECTOR is a character code of variation selection
78a2f9cd
KH
4372 (#xFE00..#xFE0F or #xE0100..#xE01EF)
4373 GLYPH-ID is a glyph code of the corresponding variation glyph. */)
5842a27b 4374 (Lisp_Object font_object, Lisp_Object character)
78a2f9cd
KH
4375{
4376 unsigned variations[256];
4377 struct font *font;
4378 int i, n;
4379 Lisp_Object val;
4380
4381 CHECK_FONT_OBJECT (font_object);
4382 CHECK_CHARACTER (character);
4383 font = XFONT_OBJECT (font_object);
4384 if (! font->driver->get_variation_glyphs)
4385 return Qnil;
4386 n = font->driver->get_variation_glyphs (font, XINT (character), variations);
4387 if (! n)
4388 return Qnil;
4389 val = Qnil;
4390 for (i = 0; i < 255; i++)
4391 if (variations[i])
4392 {
4393 Lisp_Object code;
4394 int vs = (i < 16 ? 0xFE00 + i : 0xE0100 + (i - 16));
b60861e6
GM
4395 /* Stops GCC whining about limited range of data type. */
4396 EMACS_INT var = variations[i];
78a2f9cd 4397
b60861e6 4398 if (var > MOST_POSITIVE_FIXNUM)
78a2f9cd
KH
4399 code = Fcons (make_number ((variations[i]) >> 16),
4400 make_number ((variations[i]) & 0xFFFF));
4401 else
4402 code = make_number (variations[i]);
4403 val = Fcons (Fcons (make_number (vs), code), val);
4404 }
4405 return val;
4406}
4407
6a3dadd2
KH
4408#if 0
4409
733fd013
KH
4410DEFUN ("font-drive-otf", Ffont_drive_otf, Sfont_drive_otf, 6, 6, 0,
4411 doc: /* Apply OpenType features on glyph-string GSTRING-IN.
51c01100 4412OTF-FEATURES specifies which features to apply in this format:
733fd013 4413 (SCRIPT LANGSYS GSUB GPOS)
e80e09b4
KH
4414where
4415 SCRIPT is a symbol specifying a script tag of OpenType,
4416 LANGSYS is a symbol specifying a langsys tag of OpenType,
733fd013 4417 GSUB and GPOS, if non-nil, are lists of symbols specifying feature tags.
e80e09b4
KH
4418
4419If LANGYS is nil, the default langsys is selected.
4420
51c01100
JB
4421The features are applied in the order they appear in the list. The
4422symbol `*' means to apply all available features not present in this
733fd013
KH
4423list, and the remaining features are ignored. For instance, (vatu
4424pstf * haln) is to apply vatu and pstf in this order, then to apply
4425all available features other than vatu, pstf, and haln.
e80e09b4
KH
4426
4427The features are applied to the glyphs in the range FROM and TO of
733fd013 4428the glyph-string GSTRING-IN.
e80e09b4 4429
51c01100 4430If some feature is actually applicable, the resulting glyphs are
e80e09b4
KH
4431produced in the glyph-string GSTRING-OUT from the index INDEX. In
4432this case, the value is the number of produced glyphs.
4433
4434If no feature is applicable, no glyph is produced in GSTRING-OUT, and
4435the value is 0.
4436
51c01100 4437If GSTRING-OUT is too short to hold produced glyphs, no glyphs are
e80e09b4
KH
4438produced in GSTRING-OUT, and the value is nil.
4439
4440See the documentation of `font-make-gstring' for the format of
4441glyph-string. */)
5842a27b 4442 (Lisp_Object otf_features, Lisp_Object gstring_in, Lisp_Object from, Lisp_Object to, Lisp_Object gstring_out, Lisp_Object index)
e80e09b4
KH
4443{
4444 Lisp_Object font_object = LGSTRING_FONT (gstring_in);
733fd013
KH
4445 Lisp_Object val;
4446 struct font *font;
e80e09b4
KH
4447 int len, num;
4448
733fd013 4449 check_otf_features (otf_features);
35027d0c
KH
4450 CHECK_FONT_OBJECT (font_object);
4451 font = XFONT_OBJECT (font_object);
733fd013 4452 if (! font->driver->otf_drive)
e80e09b4
KH
4453 error ("Font backend %s can't drive OpenType GSUB table",
4454 SDATA (SYMBOL_NAME (font->driver->type)));
733fd013
KH
4455 CHECK_CONS (otf_features);
4456 CHECK_SYMBOL (XCAR (otf_features));
4457 val = XCDR (otf_features);
4458 CHECK_SYMBOL (XCAR (val));
4459 val = XCDR (otf_features);
4460 if (! NILP (val))
4461 CHECK_CONS (val);
e80e09b4
KH
4462 len = check_gstring (gstring_in);
4463 CHECK_VECTOR (gstring_out);
4464 CHECK_NATNUM (from);
4465 CHECK_NATNUM (to);
4466 CHECK_NATNUM (index);
4467
4468 if (XINT (from) >= XINT (to) || XINT (to) > len)
4469 args_out_of_range_3 (from, to, make_number (len));
4470 if (XINT (index) >= ASIZE (gstring_out))
4471 args_out_of_range (index, make_number (ASIZE (gstring_out)));
733fd013
KH
4472 num = font->driver->otf_drive (font, otf_features,
4473 gstring_in, XINT (from), XINT (to),
4474 gstring_out, XINT (index), 0);
e80e09b4
KH
4475 if (num < 0)
4476 return Qnil;
4477 return make_number (num);
4478}
4479
e80e09b4
KH
4480DEFUN ("font-otf-alternates", Ffont_otf_alternates, Sfont_otf_alternates,
4481 3, 3, 0,
4482 doc: /* Return a list of alternate glyphs of CHARACTER in FONT-OBJECT.
51c01100 4483OTF-FEATURES specifies which features of the font FONT-OBJECT to apply
e80e09b4
KH
4484in this format:
4485 (SCRIPT LANGSYS FEATURE ...)
027a33c0 4486See the documentation of `font-drive-otf' for more detail.
e80e09b4
KH
4487
4488The value is a list of cons cells of the format (GLYPH-ID . CHARACTER),
4489where GLYPH-ID is a glyph index of the font, and CHARACTER is a
4490character code corresponding to the glyph or nil if there's no
4491corresponding character. */)
5842a27b 4492 (Lisp_Object font_object, Lisp_Object character, Lisp_Object otf_features)
e80e09b4
KH
4493{
4494 struct font *font;
4495 Lisp_Object gstring_in, gstring_out, g;
4496 Lisp_Object alternates;
4497 int i, num;
4498
4499 CHECK_FONT_GET_OBJECT (font_object, font);
733fd013 4500 if (! font->driver->otf_drive)
e950d6f1
KH
4501 error ("Font backend %s can't drive OpenType GSUB table",
4502 SDATA (SYMBOL_NAME (font->driver->type)));
e80e09b4 4503 CHECK_CHARACTER (character);
733fd013 4504 CHECK_CONS (otf_features);
e80e09b4
KH
4505
4506 gstring_in = Ffont_make_gstring (font_object, make_number (1));
4507 g = LGSTRING_GLYPH (gstring_in, 0);
f9ffa1ea 4508 LGLYPH_SET_CHAR (g, XINT (character));
e80e09b4 4509 gstring_out = Ffont_make_gstring (font_object, make_number (10));
733fd013
KH
4510 while ((num = font->driver->otf_drive (font, otf_features, gstring_in, 0, 1,
4511 gstring_out, 0, 1)) < 0)
e80e09b4
KH
4512 gstring_out = Ffont_make_gstring (font_object,
4513 make_number (ASIZE (gstring_out) * 2));
4514 alternates = Qnil;
4515 for (i = 0; i < num; i++)
4516 {
4517 Lisp_Object g = LGSTRING_GLYPH (gstring_out, i);
f9ffa1ea
SM
4518 int c = LGLYPH_CHAR (g);
4519 unsigned code = LGLYPH_CODE (g);
e80e09b4
KH
4520
4521 alternates = Fcons (Fcons (make_number (code),
4522 c > 0 ? make_number (c) : Qnil),
4523 alternates);
4524 }
4525 return Fnreverse (alternates);
4526}
6a3dadd2 4527#endif /* 0 */
c2f5bfd6
KH
4528
4529#ifdef FONT_DEBUG
4530
4531DEFUN ("open-font", Fopen_font, Sopen_font, 1, 3, 0,
4532 doc: /* Open FONT-ENTITY. */)
5842a27b 4533 (Lisp_Object font_entity, Lisp_Object size, Lisp_Object frame)
c2f5bfd6
KH
4534{
4535 int isize;
4536
4537 CHECK_FONT_ENTITY (font_entity);
c2f5bfd6
KH
4538 if (NILP (frame))
4539 frame = selected_frame;
4540 CHECK_LIVE_FRAME (frame);
51c01100 4541
35027d0c
KH
4542 if (NILP (size))
4543 isize = XINT (AREF (font_entity, FONT_SIZE_INDEX));
4544 else
4545 {
4546 CHECK_NUMBER_OR_FLOAT (size);
4547 if (FLOATP (size))
d03b5cdb 4548 isize = POINT_TO_PIXEL (XFLOAT_DATA (size), XFRAME (frame)->resy);
35027d0c
KH
4549 else
4550 isize = XINT (size);
4551 if (isize == 0)
4552 isize = 120;
4553 }
c2f5bfd6
KH
4554 return font_open_entity (XFRAME (frame), font_entity, isize);
4555}
4556
4557DEFUN ("close-font", Fclose_font, Sclose_font, 1, 2, 0,
4558 doc: /* Close FONT-OBJECT. */)
5842a27b 4559 (Lisp_Object font_object, Lisp_Object frame)
c2f5bfd6
KH
4560{
4561 CHECK_FONT_OBJECT (font_object);
4562 if (NILP (frame))
4563 frame = selected_frame;
4564 CHECK_LIVE_FRAME (frame);
4565 font_close_object (XFRAME (frame), font_object);
4566 return Qnil;
4567}
4568
4569DEFUN ("query-font", Fquery_font, Squery_font, 1, 1, 0,
e80e09b4
KH
4570 doc: /* Return information about FONT-OBJECT.
4571The value is a vector:
4572 [ NAME FILENAME PIXEL-SIZE SIZE ASCENT DESCENT SPACE-WIDTH AVERAGE-WIDTH
e0708580 4573 CAPABILITY ]
e80e09b4
KH
4574
4575NAME is a string of the font name (or nil if the font backend doesn't
4576provide a name).
4577
4578FILENAME is a string of the font file (or nil if the font backend
4579doesn't provide a file name).
4580
4581PIXEL-SIZE is a pixel size by which the font is opened.
4582
027a33c0 4583SIZE is a maximum advance width of the font in pixels.
e80e09b4
KH
4584
4585ASCENT, DESCENT, SPACE-WIDTH, AVERAGE-WIDTH are metrics of the font in
027a33c0 4586pixels.
e80e09b4 4587
e0708580
KH
4588CAPABILITY is a list whose first element is a symbol representing the
4589font format \(x, opentype, truetype, type1, pcf, or bdf) and the
027a33c0 4590remaining elements describe the details of the font capability.
e0708580
KH
4591
4592If the font is OpenType font, the form of the list is
4593 \(opentype GSUB GPOS)
4594where GSUB shows which "GSUB" features the font supports, and GPOS
4595shows which "GPOS" features the font supports. Both GSUB and GPOS are
4596lists of the format:
4597 \((SCRIPT (LANGSYS FEATURE ...) ...) ...)
4598
4599If the font is not OpenType font, currently the length of the form is
4600one.
e80e09b4
KH
4601
4602SCRIPT is a symbol representing OpenType script tag.
4603
4604LANGSYS is a symbol representing OpenType langsys tag, or nil
4605representing the default langsys.
4606
51c01100 4607FEATURE is a symbol representing OpenType feature tag.
e80e09b4 4608
51c01100 4609If the font is not OpenType font, CAPABILITY is nil. */)
5842a27b 4610 (Lisp_Object font_object)
c2f5bfd6
KH
4611{
4612 struct font *font;
4613 Lisp_Object val;
4614
4615 CHECK_FONT_GET_OBJECT (font_object, font);
4616
4617 val = Fmake_vector (make_number (9), Qnil);
35027d0c
KH
4618 ASET (val, 0, AREF (font_object, FONT_NAME_INDEX));
4619 ASET (val, 1, AREF (font_object, FONT_FILE_INDEX));
c2f5bfd6 4620 ASET (val, 2, make_number (font->pixel_size));
35027d0c 4621 ASET (val, 3, make_number (font->max_width));
c2f5bfd6
KH
4622 ASET (val, 4, make_number (font->ascent));
4623 ASET (val, 5, make_number (font->descent));
35027d0c
KH
4624 ASET (val, 6, make_number (font->space_width));
4625 ASET (val, 7, make_number (font->average_width));
c2f5bfd6 4626 if (font->driver->otf_capability)
e0708580 4627 ASET (val, 8, Fcons (Qopentype, font->driver->otf_capability (font)));
c2f5bfd6
KH
4628 return val;
4629}
4630
a7840ffb
KH
4631DEFUN ("font-get-glyphs", Ffont_get_glyphs, Sfont_get_glyphs, 3, 4, 0,
4632 doc:
4633 /* Return a vector of FONT-OBJECT's glyphs for the specified characters.
4634FROM and TO are positions (integers or markers) specifying a region
4635of the current buffer.
4636If the optional fourth arg OBJECT is not nil, it is a string or a
4637vector containing the target characters.
4638
4639Each element is a vector containing information of a glyph in this format:
4640 [FROM-IDX TO-IDX C CODE WIDTH LBEARING RBEARING ASCENT DESCENT ADJUSTMENT]
4641where
4642 FROM is an index numbers of a character the glyph corresponds to.
4643 TO is the same as FROM.
4644 C is the character of the glyph.
4645 CODE is the glyph-code of C in FONT-OBJECT.
4646 WIDTH thru DESCENT are the metrics (in pixels) of the glyph.
4647 ADJUSTMENT is always nil.
4648If FONT-OBJECT doesn't have a glyph for a character,
4649the corresponding element is nil. */)
e1ffae3b
KH
4650 (Lisp_Object font_object, Lisp_Object from, Lisp_Object to,
4651 Lisp_Object object)
c2f5bfd6
KH
4652{
4653 struct font *font;
13a547c6 4654 int i, len;
a7840ffb
KH
4655 Lisp_Object *chars, vec;
4656 USE_SAFE_ALLOCA;
c2f5bfd6
KH
4657
4658 CHECK_FONT_GET_OBJECT (font_object, font);
a7840ffb
KH
4659 if (NILP (object))
4660 {
4661 EMACS_INT charpos, bytepos;
4662
4663 validate_region (&from, &to);
4664 if (EQ (from, to))
4665 return Qnil;
4666 len = XFASTINT (to) - XFASTINT (from);
4667 SAFE_ALLOCA_LISP (chars, len);
4668 charpos = XFASTINT (from);
4669 bytepos = CHAR_TO_BYTE (charpos);
4670 for (i = 0; charpos < XFASTINT (to); i++)
4671 {
13a547c6 4672 int c;
a7840ffb
KH
4673 FETCH_CHAR_ADVANCE (c, charpos, bytepos);
4674 chars[i] = make_number (c);
4675 }
4676 }
4677 else if (STRINGP (object))
4678 {
4679 const unsigned char *p;
4680
4681 CHECK_NUMBER (from);
4682 CHECK_NUMBER (to);
4683 if (XINT (from) < 0 || XINT (from) > XINT (to)
4684 || XINT (to) > SCHARS (object))
4685 args_out_of_range_3 (object, from, to);
4686 if (EQ (from, to))
4687 return Qnil;
4688 len = XFASTINT (to) - XFASTINT (from);
4689 SAFE_ALLOCA_LISP (chars, len);
4690 p = SDATA (object);
4691 if (STRING_MULTIBYTE (object))
4692 for (i = 0; i < len; i++)
4693 {
13a547c6 4694 int c = STRING_CHAR_ADVANCE (p);
a7840ffb
KH
4695 chars[i] = make_number (c);
4696 }
4697 else
4698 for (i = 0; i < len; i++)
4699 chars[i] = make_number (p[i]);
4700 }
4701 else
4702 {
4703 CHECK_VECTOR (object);
4704 CHECK_NUMBER (from);
4705 CHECK_NUMBER (to);
4706 if (XINT (from) < 0 || XINT (from) > XINT (to)
4707 || XINT (to) > ASIZE (object))
4708 args_out_of_range_3 (object, from, to);
4709 if (EQ (from, to))
4710 return Qnil;
4711 len = XFASTINT (to) - XFASTINT (from);
4712 for (i = 0; i < len; i++)
4713 {
4714 Lisp_Object elt = AREF (object, XFASTINT (from) + i);
4715 CHECK_CHARACTER (elt);
4716 }
4717 chars = &(AREF (object, XFASTINT (from)));
4718 }
4719
c2f5bfd6
KH
4720 vec = Fmake_vector (make_number (len), Qnil);
4721 for (i = 0; i < len; i++)
4722 {
a7840ffb
KH
4723 Lisp_Object g;
4724 int c = XFASTINT (chars[i]);
c2f5bfd6 4725 unsigned code;
2930d117 4726 EMACS_INT cod;
c2f5bfd6
KH
4727 struct font_metrics metrics;
4728
2930d117 4729 cod = code = font->driver->encode_char (font, c);
c2f5bfd6
KH
4730 if (code == FONT_INVALID_CODE)
4731 continue;
a7840ffb
KH
4732 g = Fmake_vector (make_number (LGLYPH_SIZE), Qnil);
4733 LGLYPH_SET_FROM (g, i);
4734 LGLYPH_SET_TO (g, i);
4735 LGLYPH_SET_CHAR (g, c);
4736 LGLYPH_SET_CODE (g, code);
51c01100 4737 font->driver->text_extents (font, &code, 1, &metrics);
a7840ffb
KH
4738 LGLYPH_SET_WIDTH (g, metrics.width);
4739 LGLYPH_SET_LBEARING (g, metrics.lbearing);
4740 LGLYPH_SET_RBEARING (g, metrics.rbearing);
4741 LGLYPH_SET_ASCENT (g, metrics.ascent);
4742 LGLYPH_SET_DESCENT (g, metrics.descent);
4743 ASET (vec, i, g);
4744 }
4745 if (! VECTORP (object))
4746 SAFE_FREE ();
c2f5bfd6
KH
4747 return vec;
4748}
4749
ec6fe57c 4750DEFUN ("font-match-p", Ffont_match_p, Sfont_match_p, 2, 2, 0,
67b5d7de 4751 doc: /* Return t if and only if font-spec SPEC matches with FONT.
ec6fe57c 4752FONT is a font-spec, font-entity, or font-object. */)
5842a27b 4753 (Lisp_Object spec, Lisp_Object font)
ec6fe57c
KH
4754{
4755 CHECK_FONT_SPEC (spec);
35027d0c 4756 CHECK_FONT (font);
ec6fe57c
KH
4757
4758 return (font_match_p (spec, font) ? Qt : Qnil);
4759}
4760
1701724c 4761DEFUN ("font-at", Ffont_at, Sfont_at, 1, 3, 0,
51c01100 4762 doc: /* Return a font-object for displaying a character at POSITION.
10d16101
KH
4763Optional second arg WINDOW, if non-nil, is a window displaying
4764the current buffer. It defaults to the currently selected window. */)
5842a27b 4765 (Lisp_Object position, Lisp_Object window, Lisp_Object string)
10d16101
KH
4766{
4767 struct window *w;
e3ee0340 4768 EMACS_INT pos;
10d16101 4769
1701724c
KH
4770 if (NILP (string))
4771 {
4772 CHECK_NUMBER_COERCE_MARKER (position);
4773 pos = XINT (position);
4774 if (pos < BEGV || pos >= ZV)
4775 args_out_of_range_3 (position, make_number (BEGV), make_number (ZV));
1701724c
KH
4776 }
4777 else
4778 {
1701724c
KH
4779 CHECK_NUMBER (position);
4780 CHECK_STRING (string);
4781 pos = XINT (position);
4782 if (pos < 0 || pos >= SCHARS (string))
4783 args_out_of_range (string, position);
1701724c 4784 }
10d16101
KH
4785 if (NILP (window))
4786 window = selected_window;
4787 CHECK_LIVE_WINDOW (window);
40fb53d6 4788 w = XWINDOW (window);
10d16101 4789
40fb53d6 4790 return font_at (-1, pos, NULL, w, string);
10d16101
KH
4791}
4792
c2f5bfd6
KH
4793#if 0
4794DEFUN ("draw-string", Fdraw_string, Sdraw_string, 2, 2, 0,
4795 doc: /* Draw STRING by FONT-OBJECT on the top left corner of the current frame.
4796The value is a number of glyphs drawn.
4797Type C-l to recover what previously shown. */)
5842a27b 4798 (Lisp_Object font_object, Lisp_Object string)
c2f5bfd6
KH
4799{
4800 Lisp_Object frame = selected_frame;
4801 FRAME_PTR f = XFRAME (frame);
4802 struct font *font;
4803 struct face *face;
4804 int i, len, width;
4805 unsigned *code;
4806
4807 CHECK_FONT_GET_OBJECT (font_object, font);
4808 CHECK_STRING (string);
4809 len = SCHARS (string);
4810 code = alloca (sizeof (unsigned) * len);
4811 for (i = 0; i < len; i++)
4812 {
4813 Lisp_Object ch = Faref (string, make_number (i));
4814 Lisp_Object val;
4815 int c = XINT (ch);
4816
4817 code[i] = font->driver->encode_char (font, c);
4818 if (code[i] == FONT_INVALID_CODE)
4819 break;
4820 }
4821 face = FACE_FROM_ID (f, DEFAULT_FACE_ID);
4822 face->fontp = font;
4823 if (font->driver->prepare_face)
4824 font->driver->prepare_face (f, face);
4825 width = font->driver->text_extents (font, code, i, NULL);
4826 len = font->driver->draw_text (f, face, 0, font->ascent, code, i, width);
4827 if (font->driver->done_face)
4828 font->driver->done_face (f, face);
4829 face->fontp = NULL;
4830 return make_number (len);
4831}
4832#endif
4833
4834#endif /* FONT_DEBUG */
4835
a266686a
KH
4836#ifdef HAVE_WINDOW_SYSTEM
4837
72606e45
KH
4838DEFUN ("font-info", Ffont_info, Sfont_info, 1, 2, 0,
4839 doc: /* Return information about a font named NAME on frame FRAME.
4840If FRAME is omitted or nil, use the selected frame.
06f19b91 4841The returned value is a vector of OPENED-NAME, FULL-NAME, SIZE,
72606e45
KH
4842 HEIGHT, BASELINE-OFFSET, RELATIVE-COMPOSE, and DEFAULT-ASCENT,
4843where
4844 OPENED-NAME is the name used for opening the font,
4845 FULL-NAME is the full name of the font,
06f19b91
KH
4846 SIZE is the pixelsize of the font,
4847 HEIGHT is the pixel-height of the font (i.e ascent + descent),
72606e45
KH
4848 BASELINE-OFFSET is the upward offset pixels from ASCII baseline,
4849 RELATIVE-COMPOSE and DEFAULT-ASCENT are the numbers controlling
4850 how to compose characters.
4851If the named font is not yet loaded, return nil. */)
5842a27b 4852 (Lisp_Object name, Lisp_Object frame)
72606e45
KH
4853{
4854 FRAME_PTR f;
4855 struct font *font;
4856 Lisp_Object info;
4857 Lisp_Object font_object;
4858
4859 (*check_window_system_func) ();
4860
4861 if (! FONTP (name))
4862 CHECK_STRING (name);
4863 if (NILP (frame))
4864 frame = selected_frame;
4865 CHECK_LIVE_FRAME (frame);
4866 f = XFRAME (frame);
4867
4868 if (STRINGP (name))
4869 {
4870 int fontset = fs_query_fontset (name, 0);
4871
4872 if (fontset >= 0)
4873 name = fontset_ascii (fontset);
51b59d79 4874 font_object = font_open_by_name (f, SSDATA (name));
72606e45
KH
4875 }
4876 else if (FONT_OBJECT_P (name))
4877 font_object = name;
4878 else if (FONT_ENTITY_P (name))
4879 font_object = font_open_entity (f, name, 0);
4880 else
4881 {
4882 struct face *face = FACE_FROM_ID (f, DEFAULT_FACE_ID);
4883 Lisp_Object entity = font_matching_entity (f, face->lface, name);
4884
4885 font_object = ! NILP (entity) ? font_open_entity (f, entity, 0) : Qnil;
4886 }
4887 if (NILP (font_object))
4888 return Qnil;
4889 font = XFONT_OBJECT (font_object);
4890
4891 info = Fmake_vector (make_number (7), Qnil);
4892 XVECTOR (info)->contents[0] = AREF (font_object, FONT_NAME_INDEX);
06f19b91 4893 XVECTOR (info)->contents[1] = AREF (font_object, FONT_FULLNAME_INDEX);
72606e45
KH
4894 XVECTOR (info)->contents[2] = make_number (font->pixel_size);
4895 XVECTOR (info)->contents[3] = make_number (font->height);
4896 XVECTOR (info)->contents[4] = make_number (font->baseline_offset);
4897 XVECTOR (info)->contents[5] = make_number (font->relative_compose);
4898 XVECTOR (info)->contents[6] = make_number (font->default_ascent);
4899
4900#if 0
4901 /* As font_object is still in FONT_OBJLIST of the entity, we can't
4902 close it now. Perhaps, we should manage font-objects
4903 by `reference-count'. */
4904 font_close_object (f, font_object);
4905#endif
4906 return info;
4907}
a266686a 4908#endif
72606e45 4909
c2f5bfd6 4910\f
d0ab1ebe
KH
4911#define BUILD_STYLE_TABLE(TBL) \
4912 build_style_table ((TBL), sizeof TBL / sizeof (struct table_entry))
4913
4914static Lisp_Object
971de7fb 4915build_style_table (const struct table_entry *entry, int nelement)
d0ab1ebe
KH
4916{
4917 int i, j;
4918 Lisp_Object table, elt;
17ab8f5d 4919
d0ab1ebe
KH
4920 table = Fmake_vector (make_number (nelement), Qnil);
4921 for (i = 0; i < nelement; i++)
4922 {
4923 for (j = 0; entry[i].names[j]; j++);
4924 elt = Fmake_vector (make_number (j + 1), Qnil);
4925 ASET (elt, 0, make_number (entry[i].numeric));
4926 for (j = 0; entry[i].names[j]; j++)
d67b4f80 4927 ASET (elt, j + 1, intern_c_string (entry[i].names[j]));
d0ab1ebe
KH
4928 ASET (table, i, elt);
4929 }
4930 return table;
4931}
4932
d0818984
KH
4933/* The deferred font-log data of the form [ACTION ARG RESULT].
4934 If ACTION is not nil, that is added to the log when font_add_log is
4935 called next time. At that time, ACTION is set back to nil. */
4936static Lisp_Object Vfont_log_deferred;
4937
4938/* Prepend the font-related logging data in Vfont_log if it is not
4939 `t'. ACTION describes a kind of font-related action (e.g. listing,
4940 opening), ARG is the argument for the action, and RESULT is the
4941 result of the action. */
d0ab1ebe 4942void
675e2c69 4943font_add_log (const char *action, Lisp_Object arg, Lisp_Object result)
d0ab1ebe 4944{
13a547c6 4945 Lisp_Object val;
d0ab1ebe
KH
4946 int i;
4947
d0ab1ebe
KH
4948 if (EQ (Vfont_log, Qt))
4949 return;
d0818984
KH
4950 if (STRINGP (AREF (Vfont_log_deferred, 0)))
4951 {
51b59d79 4952 char *str = SSDATA (AREF (Vfont_log_deferred, 0));
d0818984
KH
4953
4954 ASET (Vfont_log_deferred, 0, Qnil);
4955 font_add_log (str, AREF (Vfont_log_deferred, 1),
4956 AREF (Vfont_log_deferred, 2));
4957 }
4958
d0ab1ebe 4959 if (FONTP (arg))
db716644
KH
4960 {
4961 Lisp_Object tail, elt;
4962 Lisp_Object equalstr = build_string ("=");
4963
4964 val = Ffont_xlfd_name (arg, Qt);
4965 for (tail = AREF (arg, FONT_EXTRA_INDEX); CONSP (tail);
4966 tail = XCDR (tail))
4967 {
4968 elt = XCAR (tail);
49f9c344
KH
4969 if (EQ (XCAR (elt), QCscript)
4970 && SYMBOLP (XCDR (elt)))
db716644
KH
4971 val = concat3 (val, SYMBOL_NAME (QCscript),
4972 concat2 (equalstr, SYMBOL_NAME (XCDR (elt))));
49f9c344
KH
4973 else if (EQ (XCAR (elt), QClang)
4974 && SYMBOLP (XCDR (elt)))
db716644
KH
4975 val = concat3 (val, SYMBOL_NAME (QClang),
4976 concat2 (equalstr, SYMBOL_NAME (XCDR (elt))));
49f9c344
KH
4977 else if (EQ (XCAR (elt), QCotf)
4978 && CONSP (XCDR (elt)) && SYMBOLP (XCAR (XCDR (elt))))
db716644
KH
4979 val = concat3 (val, SYMBOL_NAME (QCotf),
4980 concat2 (equalstr,
4981 SYMBOL_NAME (XCAR (XCDR (elt)))));
4982 }
4983 arg = val;
4984 }
72d36834
KH
4985
4986 if (CONSP (result)
4987 && VECTORP (XCAR (result))
4988 && ASIZE (XCAR (result)) > 0
4989 && FONTP (AREF (XCAR (result), 0)))
4990 result = font_vconcat_entity_vectors (result);
d0ab1ebe 4991 if (FONTP (result))
d26424c5
KH
4992 {
4993 val = Ffont_xlfd_name (result, Qt);
4994 if (! FONT_SPEC_P (result))
4995 val = concat3 (SYMBOL_NAME (AREF (result, FONT_TYPE_INDEX)),
4996 build_string (":"), val);
4997 result = val;
4998 }
d0ab1ebe
KH
4999 else if (CONSP (result))
5000 {
13a547c6 5001 Lisp_Object tail;
d0ab1ebe
KH
5002 result = Fcopy_sequence (result);
5003 for (tail = result; CONSP (tail); tail = XCDR (tail))
5004 {
5005 val = XCAR (tail);
5006 if (FONTP (val))
5007 val = Ffont_xlfd_name (val, Qt);
5008 XSETCAR (tail, val);
5009 }
5010 }
5011 else if (VECTORP (result))
5012 {
5013 result = Fcopy_sequence (result);
5014 for (i = 0; i < ASIZE (result); i++)
5015 {
5016 val = AREF (result, i);
5017 if (FONTP (val))
5018 val = Ffont_xlfd_name (val, Qt);
5019 ASET (result, i, val);
5020 }
5021 }
5022 Vfont_log = Fcons (list3 (intern (action), arg, result), Vfont_log);
5023}
5024
d0818984
KH
5025/* Record a font-related logging data to be added to Vfont_log when
5026 font_add_log is called next time. ACTION, ARG, RESULT are the same
5027 as font_add_log. */
5028
5029void
675e2c69 5030font_deferred_log (const char *action, Lisp_Object arg, Lisp_Object result)
d0818984 5031{
652b9560
KH
5032 if (EQ (Vfont_log, Qt))
5033 return;
d0818984
KH
5034 ASET (Vfont_log_deferred, 0, build_string (action));
5035 ASET (Vfont_log_deferred, 1, arg);
5036 ASET (Vfont_log_deferred, 2, result);
ba3de0e8 5037}
d0818984 5038
c2f5bfd6 5039void
971de7fb 5040syms_of_font (void)
c2f5bfd6 5041{
4007dd1c
KH
5042 sort_shift_bits[FONT_TYPE_INDEX] = 0;
5043 sort_shift_bits[FONT_SLANT_INDEX] = 2;
5044 sort_shift_bits[FONT_WEIGHT_INDEX] = 9;
5045 sort_shift_bits[FONT_SIZE_INDEX] = 16;
5046 sort_shift_bits[FONT_WIDTH_INDEX] = 23;
5047 /* Note that the other elements in sort_shift_bits are not used. */
c2f5bfd6 5048
1701724c
KH
5049 staticpro (&font_charset_alist);
5050 font_charset_alist = Qnil;
5051
e0708580 5052 DEFSYM (Qopentype, "opentype");
c2f5bfd6 5053
9e1bb909 5054 DEFSYM (Qascii_0, "ascii-0");
1bb1d99b
KH
5055 DEFSYM (Qiso8859_1, "iso8859-1");
5056 DEFSYM (Qiso10646_1, "iso10646-1");
5057 DEFSYM (Qunicode_bmp, "unicode-bmp");
cf96c5c2 5058 DEFSYM (Qunicode_sip, "unicode-sip");
1bb1d99b 5059
071132a9
KH
5060 DEFSYM (QCf, "Cf");
5061
c2f5bfd6 5062 DEFSYM (QCotf, ":otf");
35027d0c 5063 DEFSYM (QClang, ":lang");
c2f5bfd6 5064 DEFSYM (QCscript, ":script");
4c496d0d 5065 DEFSYM (QCantialias, ":antialias");
c2f5bfd6
KH
5066
5067 DEFSYM (QCfoundry, ":foundry");
5068 DEFSYM (QCadstyle, ":adstyle");
5069 DEFSYM (QCregistry, ":registry");
9331887d
KH
5070 DEFSYM (QCspacing, ":spacing");
5071 DEFSYM (QCdpi, ":dpi");
ec6fe57c 5072 DEFSYM (QCscalable, ":scalable");
35027d0c
KH
5073 DEFSYM (QCavgwidth, ":avgwidth");
5074 DEFSYM (QCfont_entity, ":font-entity");
5075 DEFSYM (QCfc_unknown_spec, ":fc-unknown-spec");
c2f5bfd6 5076
ec6fe57c
KH
5077 DEFSYM (Qc, "c");
5078 DEFSYM (Qm, "m");
5079 DEFSYM (Qp, "p");
5080 DEFSYM (Qd, "d");
5081
cf702558
CY
5082 DEFSYM (Qja, "ja");
5083 DEFSYM (Qko, "ko");
5084
42707278
JD
5085 DEFSYM (QCuser_spec, "user-spec");
5086
c2f5bfd6
KH
5087 staticpro (&null_vector);
5088 null_vector = Fmake_vector (make_number (0), Qnil);
5089
5090 staticpro (&scratch_font_spec);
5091 scratch_font_spec = Ffont_spec (0, NULL);
5092 staticpro (&scratch_font_prefer);
5093 scratch_font_prefer = Ffont_spec (0, NULL);
5094
d0818984
KH
5095 staticpro (&Vfont_log_deferred);
5096 Vfont_log_deferred = Fmake_vector (make_number (3), Qnil);
5097
6a3dadd2 5098#if 0
733fd013
KH
5099#ifdef HAVE_LIBOTF
5100 staticpro (&otf_list);
5101 otf_list = Qnil;
6a3dadd2
KH
5102#endif /* HAVE_LIBOTF */
5103#endif /* 0 */
733fd013 5104
c2f5bfd6
KH
5105 defsubr (&Sfontp);
5106 defsubr (&Sfont_spec);
5107 defsubr (&Sfont_get);
51cf11be 5108#ifdef HAVE_WINDOW_SYSTEM
b1868a1a 5109 defsubr (&Sfont_face_attributes);
51cf11be 5110#endif
c2f5bfd6
KH
5111 defsubr (&Sfont_put);
5112 defsubr (&Slist_fonts);
35027d0c 5113 defsubr (&Sfont_family_list);
c2f5bfd6
KH
5114 defsubr (&Sfind_font);
5115 defsubr (&Sfont_xlfd_name);
5116 defsubr (&Sclear_font_cache);
071132a9 5117 defsubr (&Sfont_shape_gstring);
78a2f9cd 5118 defsubr (&Sfont_variation_glyphs);
6a3dadd2 5119#if 0
733fd013 5120 defsubr (&Sfont_drive_otf);
e80e09b4 5121 defsubr (&Sfont_otf_alternates);
6a3dadd2 5122#endif /* 0 */
c2f5bfd6
KH
5123
5124#ifdef FONT_DEBUG
5125 defsubr (&Sopen_font);
5126 defsubr (&Sclose_font);
5127 defsubr (&Squery_font);
a7840ffb 5128 defsubr (&Sfont_get_glyphs);
ec6fe57c 5129 defsubr (&Sfont_match_p);
10d16101 5130 defsubr (&Sfont_at);
c2f5bfd6
KH
5131#if 0
5132 defsubr (&Sdraw_string);
5133#endif
5134#endif /* FONT_DEBUG */
a266686a 5135#ifdef HAVE_WINDOW_SYSTEM
72606e45 5136 defsubr (&Sfont_info);
a266686a 5137#endif
c2f5bfd6 5138
29208e82 5139 DEFVAR_LISP ("font-encoding-alist", Vfont_encoding_alist,
819e81df
KH
5140 doc: /*
5141Alist of fontname patterns vs the corresponding encoding and repertory info.
5142Each element looks like (REGEXP . (ENCODING . REPERTORY)),
5143where ENCODING is a charset or a char-table,
5144and REPERTORY is a charset, a char-table, or nil.
5145
027a33c0 5146If ENCODING and REPERTORY are the same, the element can have the form
819e81df
KH
5147\(REGEXP . ENCODING).
5148
5149ENCODING is for converting a character to a glyph code of the font.
5150If ENCODING is a charset, encoding a character by the charset gives
5151the corresponding glyph code. If ENCODING is a char-table, looking up
5152the table by a character gives the corresponding glyph code.
5153
5154REPERTORY specifies a repertory of characters supported by the font.
5155If REPERTORY is a charset, all characters beloging to the charset are
5156supported. If REPERTORY is a char-table, all characters who have a
027a33c0 5157non-nil value in the table are supported. If REPERTORY is nil, Emacs
819e81df
KH
5158gets the repertory information by an opened font and ENCODING. */);
5159 Vfont_encoding_alist = Qnil;
5160
933ac235
SM
5161 /* FIXME: These 3 vars are not quite what they appear: setq on them
5162 won't have any effect other than disconnect them from the style
5163 table used by the font display code. So we make them read-only,
5164 to avoid this confusing situation. */
5165
29208e82 5166 DEFVAR_LISP_NOPRO ("font-weight-table", Vfont_weight_table,
d0ab1ebe
KH
5167 doc: /* Vector of valid font weight values.
5168Each element has the form:
5169 [NUMERIC-VALUE SYMBOLIC-NAME ALIAS-NAME ...]
17ab8f5d 5170NUMERIC-VALUE is an integer, and SYMBOLIC-NAME and ALIAS-NAME are symbols. */);
d0ab1ebe 5171 Vfont_weight_table = BUILD_STYLE_TABLE (weight_table);
933ac235 5172 XSYMBOL (intern_c_string ("font-weight-table"))->constant = 1;
d0ab1ebe 5173
29208e82 5174 DEFVAR_LISP_NOPRO ("font-slant-table", Vfont_slant_table,
d0ab1ebe 5175 doc: /* Vector of font slant symbols vs the corresponding numeric values.
17ab8f5d 5176See `font-weight-table' for the format of the vector. */);
d0ab1ebe 5177 Vfont_slant_table = BUILD_STYLE_TABLE (slant_table);
933ac235 5178 XSYMBOL (intern_c_string ("font-slant-table"))->constant = 1;
d0ab1ebe 5179
29208e82 5180 DEFVAR_LISP_NOPRO ("font-width-table", Vfont_width_table,
d0ab1ebe 5181 doc: /* Alist of font width symbols vs the corresponding numeric values.
17ab8f5d 5182See `font-weight-table' for the format of the vector. */);
d0ab1ebe 5183 Vfont_width_table = BUILD_STYLE_TABLE (width_table);
933ac235 5184 XSYMBOL (intern_c_string ("font-width-table"))->constant = 1;
d0ab1ebe
KH
5185
5186 staticpro (&font_style_table);
5187 font_style_table = Fmake_vector (make_number (3), Qnil);
5188 ASET (font_style_table, 0, Vfont_weight_table);
5189 ASET (font_style_table, 1, Vfont_slant_table);
5190 ASET (font_style_table, 2, Vfont_width_table);
5191
29208e82 5192 DEFVAR_LISP ("font-log", Vfont_log, doc: /*
d0ab1ebe
KH
5193*Logging list of font related actions and results.
5194The value t means to suppress the logging.
5195The initial value is set to nil if the environment variable
5196EMACS_FONT_LOG is set. Otherwise, it is set to t. */);
5197 Vfont_log = Qnil;
5198
819e81df 5199#ifdef HAVE_WINDOW_SYSTEM
c2f5bfd6 5200#ifdef HAVE_FREETYPE
35027d0c 5201 syms_of_ftfont ();
c2f5bfd6 5202#ifdef HAVE_X_WINDOWS
35027d0c
KH
5203 syms_of_xfont ();
5204 syms_of_ftxfont ();
c2f5bfd6 5205#ifdef HAVE_XFT
35027d0c 5206 syms_of_xftfont ();
c2f5bfd6
KH
5207#endif /* HAVE_XFT */
5208#endif /* HAVE_X_WINDOWS */
5209#else /* not HAVE_FREETYPE */
5210#ifdef HAVE_X_WINDOWS
35027d0c 5211 syms_of_xfont ();
c2f5bfd6
KH
5212#endif /* HAVE_X_WINDOWS */
5213#endif /* not HAVE_FREETYPE */
5214#ifdef HAVE_BDFFONT
35027d0c 5215 syms_of_bdffont ();
c2f5bfd6
KH
5216#endif /* HAVE_BDFFONT */
5217#ifdef WINDOWSNT
35027d0c 5218 syms_of_w32font ();
c2f5bfd6 5219#endif /* WINDOWSNT */
edfda783
AR
5220#ifdef HAVE_NS
5221 syms_of_nsfont ();
5222#endif /* HAVE_NS */
819e81df 5223#endif /* HAVE_WINDOW_SYSTEM */
c2f5bfd6 5224}
885b7d09 5225
652b9560 5226void
971de7fb 5227init_font (void)
652b9560
KH
5228{
5229 Vfont_log = egetenv ("EMACS_FONT_LOG") ? Qnil : Qt;
5230}