(ns-set-alpha): Don't declare.
[emacs.git] / src / ftfont.c
blob367b796a212b934bdd630d043780e8ab29368d2d
1 /* ftfont.c -- FreeType font driver.
2 Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
3 Copyright (C) 2006, 2007, 2008, 2009
4 National Institute of Advanced Industrial Science and Technology (AIST)
5 Registration Number H13PRO009
7 This file is part of GNU Emacs.
9 GNU Emacs is free software: you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation, either version 3 of the License, or
12 (at your option) any later version.
14 GNU Emacs is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
22 #include <config.h>
23 #include <stdio.h>
25 #include <fontconfig/fontconfig.h>
26 #include <fontconfig/fcfreetype.h>
28 #include "lisp.h"
29 #include "dispextern.h"
30 #include "frame.h"
31 #include "blockinput.h"
32 #include "character.h"
33 #include "charset.h"
34 #include "coding.h"
35 #include "composite.h"
36 #include "fontset.h"
37 #include "font.h"
38 #include "ftfont.h"
40 /* Symbolic type of this font-driver. */
41 Lisp_Object Qfreetype;
43 /* Fontconfig's generic families and their aliases. */
44 static Lisp_Object Qmonospace, Qsans_serif, Qserif, Qmono, Qsans, Qsans__serif;
46 /* Flag to tell if FcInit is already called or not. */
47 static int fc_initialized;
49 /* Handle to a FreeType library instance. */
50 static FT_Library ft_library;
52 /* Cache for FreeType fonts. */
53 static Lisp_Object freetype_font_cache;
55 /* Cache for FT_Face and FcCharSet. */
56 static Lisp_Object ft_face_cache;
58 /* The actual structure for FreeType font that can be casted to struct
59 font. */
61 struct ftfont_info
63 struct font font;
64 #ifdef HAVE_LIBOTF
65 /* The following four members must be here in this order to be
66 compatible with struct xftfont_info (in xftfont.c). */
67 int maybe_otf; /* Flag to tell if this may be OTF or not. */
68 OTF *otf;
69 #endif /* HAVE_LIBOTF */
70 FT_Size ft_size;
71 int index;
74 enum ftfont_cache_for
76 FTFONT_CACHE_FOR_FACE,
77 FTFONT_CACHE_FOR_CHARSET,
78 FTFONT_CACHE_FOR_ENTITY
81 static Lisp_Object ftfont_pattern_entity P_ ((FcPattern *, Lisp_Object));
83 static Lisp_Object ftfont_resolve_generic_family P_ ((Lisp_Object,
84 FcPattern *));
85 static Lisp_Object ftfont_lookup_cache P_ ((Lisp_Object,
86 enum ftfont_cache_for));
88 Lisp_Object ftfont_font_format P_ ((FcPattern *, Lisp_Object));
90 #define SYMBOL_FcChar8(SYM) (FcChar8 *) SDATA (SYMBOL_NAME (SYM))
92 static struct
94 /* registry name */
95 char *name;
96 /* characters to distinguish the charset from the others */
97 int uniquifier[6];
98 /* additional constraint by language */
99 char *lang;
100 /* set on demand */
101 FcCharSet *fc_charset;
102 } fc_charset_table[] =
103 { { "iso8859-1", { 0x00A0, 0x00A1, 0x00B4, 0x00BC, 0x00D0 } },
104 { "iso8859-2", { 0x00A0, 0x010E }},
105 { "iso8859-3", { 0x00A0, 0x0108 }},
106 { "iso8859-4", { 0x00A0, 0x00AF, 0x0128, 0x0156, 0x02C7 }},
107 { "iso8859-5", { 0x00A0, 0x0401 }},
108 { "iso8859-6", { 0x00A0, 0x060C }},
109 { "iso8859-7", { 0x00A0, 0x0384 }},
110 { "iso8859-8", { 0x00A0, 0x05D0 }},
111 { "iso8859-9", { 0x00A0, 0x00A1, 0x00BC, 0x011E }},
112 { "iso8859-10", { 0x00A0, 0x00D0, 0x0128, 0x2015 }},
113 { "iso8859-11", { 0x00A0, 0x0E01 }},
114 { "iso8859-13", { 0x00A0, 0x201C }},
115 { "iso8859-14", { 0x00A0, 0x0174 }},
116 { "iso8859-15", { 0x00A0, 0x00A1, 0x00D0, 0x0152 }},
117 { "iso8859-16", { 0x00A0, 0x0218}},
118 { "gb2312.1980-0", { 0x4E13 }, "zh-cn"},
119 { "big5-0", { 0xF6B1 }, "zh-tw" },
120 { "jisx0208.1983-0", { 0x4E55 }, "ja"},
121 { "ksc5601.1985-0", { 0xAC00 }, "ko"},
122 { "cns11643.1992-1", { 0xFE32 }, "zh-tw"},
123 { "cns11643.1992-2", { 0x4E33, 0x7934 }},
124 { "cns11643.1992-3", { 0x201A9 }},
125 { "cns11643.1992-4", { 0x20057 }},
126 { "cns11643.1992-5", { 0x20000 }},
127 { "cns11643.1992-6", { 0x20003 }},
128 { "cns11643.1992-7", { 0x20055 }},
129 { "gbk-0", { 0x4E06 }, "zh-cn"},
130 { "jisx0212.1990-0", { 0x4E44 }},
131 { "jisx0213.2000-1", { 0xFA10 }, "ja"},
132 { "jisx0213.2000-2", { 0xFA49 }},
133 { "jisx0213.2004-1", { 0x20B9F }},
134 { "viscii1.1-1", { 0x1EA0, 0x1EAE, 0x1ED2 }, "vi"},
135 { "tis620.2529-1", { 0x0E01 }, "th"},
136 { "windows-1251", { 0x0401, 0x0490 }, "ru"},
137 { "koi8-r", { 0x0401, 0x2219 }, "ru"},
138 { "mulelao-1", { 0x0E81 }, "lo"},
139 { "unicode-sip", { 0x20000 }},
140 { NULL }
143 extern Lisp_Object Qc, Qm, Qp, Qd;
145 /* Dirty hack for handing ADSTYLE property.
147 Fontconfig (actually the underlying FreeType) gives such ADSTYLE
148 font property of PCF/BDF fonts in FC_STYLE. And, "Bold",
149 "Oblique", "Italic", or any non-normal SWIDTH property names
150 (e.g. SemiCondensed) are appended. In addition, if there's no
151 ADSTYLE property nor non-normal WEIGHT/SLANT/SWIDTH properties,
152 "Regular" is used for FC_STYLE (see the function
153 pcf_interpret_style in src/pcf/pcfread.c of FreeType).
155 Unfortunately this behavior is not documented, so the following
156 code may fail if FreeType changes the behavior in the future. */
158 static Lisp_Object
159 get_adstyle_property (FcPattern *p)
161 char *str, *end;
162 Lisp_Object adstyle;
164 if (FcPatternGetString (p, FC_STYLE, 0, (FcChar8 **) &str) != FcResultMatch)
165 return Qnil;
166 for (end = str; *end && *end != ' '; end++);
167 if (*end)
169 char *p = alloca (end - str + 1);
170 memcpy (p, str, end - str);
171 p[end - str] = '\0';
172 end = p + (end - str);
173 str = p;
175 if (xstrcasecmp (str, "Regular") == 0
176 || xstrcasecmp (str, "Bold") == 0
177 || xstrcasecmp (str, "Oblique") == 0
178 || xstrcasecmp (str, "Italic") == 0)
179 return Qnil;
180 adstyle = font_intern_prop (str, end - str, 1);
181 if (font_style_to_value (FONT_WIDTH_INDEX, adstyle, 0) >= 0)
182 return Qnil;
183 return adstyle;
186 static Lisp_Object
187 ftfont_pattern_entity (p, extra)
188 FcPattern *p;
189 Lisp_Object extra;
191 Lisp_Object key, cache, entity;
192 char *file, *str;
193 int index;
194 int numeric;
195 double dbl;
196 FcBool b;
198 if (FcPatternGetString (p, FC_FILE, 0, (FcChar8 **) &file) != FcResultMatch)
199 return Qnil;
200 if (FcPatternGetInteger (p, FC_INDEX, 0, &index) != FcResultMatch)
201 return Qnil;
203 key = Fcons (make_unibyte_string ((char *) file, strlen ((char *) file)),
204 make_number (index));
205 cache = ftfont_lookup_cache (key, FTFONT_CACHE_FOR_ENTITY);
206 entity = XCAR (cache);
207 if (! NILP (entity))
209 Lisp_Object val = font_make_entity ();
210 int i;
212 for (i = 0; i < FONT_OBJLIST_INDEX; i++)
213 ASET (val, i, AREF (entity, i));
214 return val;
216 entity = font_make_entity ();
217 XSETCAR (cache, entity);
219 ASET (entity, FONT_TYPE_INDEX, Qfreetype);
220 ASET (entity, FONT_REGISTRY_INDEX, Qiso10646_1);
222 if (FcPatternGetString (p, FC_FOUNDRY, 0, (FcChar8 **) &str) == FcResultMatch)
223 ASET (entity, FONT_FOUNDRY_INDEX, font_intern_prop (str, strlen (str), 1));
224 if (FcPatternGetString (p, FC_FAMILY, 0, (FcChar8 **) &str) == FcResultMatch)
225 ASET (entity, FONT_FAMILY_INDEX, font_intern_prop (str, strlen (str), 1));
226 if (FcPatternGetInteger (p, FC_WEIGHT, 0, &numeric) == FcResultMatch)
228 if (numeric >= FC_WEIGHT_REGULAR && numeric < FC_WEIGHT_MEDIUM)
229 numeric = FC_WEIGHT_MEDIUM;
230 FONT_SET_STYLE (entity, FONT_WEIGHT_INDEX, make_number (numeric));
232 if (FcPatternGetInteger (p, FC_SLANT, 0, &numeric) == FcResultMatch)
234 numeric += 100;
235 FONT_SET_STYLE (entity, FONT_SLANT_INDEX, make_number (numeric));
237 if (FcPatternGetInteger (p, FC_WIDTH, 0, &numeric) == FcResultMatch)
239 FONT_SET_STYLE (entity, FONT_WIDTH_INDEX, make_number (numeric));
241 if (FcPatternGetDouble (p, FC_PIXEL_SIZE, 0, &dbl) == FcResultMatch)
243 ASET (entity, FONT_SIZE_INDEX, make_number (dbl));
245 else
246 ASET (entity, FONT_SIZE_INDEX, make_number (0));
247 if (FcPatternGetInteger (p, FC_SPACING, 0, &numeric) == FcResultMatch)
248 ASET (entity, FONT_SPACING_INDEX, make_number (numeric));
249 if (FcPatternGetDouble (p, FC_DPI, 0, &dbl) == FcResultMatch)
251 int dpi = dbl;
252 ASET (entity, FONT_DPI_INDEX, make_number (dpi));
254 if (FcPatternGetBool (p, FC_SCALABLE, 0, &b) == FcResultMatch
255 && b == FcTrue)
257 ASET (entity, FONT_SIZE_INDEX, make_number (0));
258 ASET (entity, FONT_AVGWIDTH_INDEX, make_number (0));
260 else
262 /* As this font is not scalable, parhaps this is a BDF or PCF
263 font. */
264 FT_Face ft_face;
266 ASET (entity, FONT_ADSTYLE_INDEX, get_adstyle_property (p));
267 if ((ft_library || FT_Init_FreeType (&ft_library) == 0)
268 && FT_New_Face (ft_library, file, index, &ft_face) == 0)
270 BDF_PropertyRec rec;
272 if (FT_Get_BDF_Property (ft_face, "AVERAGE_WIDTH", &rec) == 0
273 && rec.type == BDF_PROPERTY_TYPE_INTEGER)
274 ASET (entity, FONT_AVGWIDTH_INDEX, make_number (rec.u.integer));
275 FT_Done_Face (ft_face);
279 ASET (entity, FONT_EXTRA_INDEX, Fcopy_sequence (extra));
280 font_put_extra (entity, QCfont_entity, key);
281 return entity;
285 static Lisp_Object ftfont_generic_family_list;
287 static Lisp_Object
288 ftfont_resolve_generic_family (family, pattern)
289 Lisp_Object family;
290 FcPattern *pattern;
292 Lisp_Object slot;
293 FcPattern *match;
294 FcResult result;
295 FcLangSet *langset;
297 family = Fintern (Fdowncase (SYMBOL_NAME (family)), Qnil);
298 if (EQ (family, Qmono))
299 family = Qmonospace;
300 else if (EQ (family, Qsans) || EQ (family, Qsans__serif))
301 family = Qsans_serif;
302 slot = assq_no_quit (family, ftfont_generic_family_list);
303 if (! CONSP (slot))
304 return Qnil;
305 if (! EQ (XCDR (slot), Qt))
306 return XCDR (slot);
307 pattern = FcPatternDuplicate (pattern);
308 if (! pattern)
309 goto err;
310 FcPatternDel (pattern, FC_FOUNDRY);
311 FcPatternDel (pattern, FC_FAMILY);
312 FcPatternAddString (pattern, FC_FAMILY, SYMBOL_FcChar8 (family));
313 if (FcPatternGetLangSet (pattern, FC_LANG, 0, &langset) != FcResultMatch)
315 /* This is to avoid the effect of locale. */
316 langset = FcLangSetCreate ();
317 FcLangSetAdd (langset, "en");
318 FcPatternAddLangSet (pattern, FC_LANG, langset);
319 FcLangSetDestroy (langset);
321 FcConfigSubstitute (NULL, pattern, FcMatchPattern);
322 FcDefaultSubstitute (pattern);
323 match = FcFontMatch (NULL, pattern, &result);
324 if (match)
326 FcChar8 *fam;
328 if (FcPatternGetString (match, FC_FAMILY, 0, &fam) == FcResultMatch)
329 family = intern ((char *) fam);
331 else
332 family = Qnil;
333 XSETCDR (slot, family);
334 if (match) FcPatternDestroy (match);
335 err:
336 if (pattern) FcPatternDestroy (pattern);
337 return family;
340 struct ftfont_cache_data
342 FT_Face ft_face;
343 FcCharSet *fc_charset;
346 static Lisp_Object
347 ftfont_lookup_cache (key, cache_for)
348 Lisp_Object key;
349 enum ftfont_cache_for cache_for;
351 Lisp_Object cache, val, entity;
352 struct ftfont_cache_data *cache_data;
354 if (FONT_ENTITY_P (key))
356 entity = key;
357 val = assq_no_quit (QCfont_entity, AREF (entity, FONT_EXTRA_INDEX));
358 xassert (CONSP (val));
359 key = XCDR (val);
361 else
362 entity = Qnil;
364 if (NILP (ft_face_cache))
365 cache = Qnil;
366 else
367 cache = Fgethash (key, ft_face_cache, Qnil);
368 if (NILP (cache))
370 if (NILP (ft_face_cache))
372 Lisp_Object args[2];
374 args[0] = QCtest;
375 args[1] = Qequal;
376 ft_face_cache = Fmake_hash_table (2, args);
378 cache_data = xmalloc (sizeof (struct ftfont_cache_data));
379 cache_data->ft_face = NULL;
380 cache_data->fc_charset = NULL;
381 val = make_save_value (NULL, 0);
382 XSAVE_VALUE (val)->integer = 0;
383 XSAVE_VALUE (val)->pointer = cache_data;
384 cache = Fcons (Qnil, val);
385 Fputhash (key, cache, ft_face_cache);
387 else
389 val = XCDR (cache);
390 cache_data = XSAVE_VALUE (val)->pointer;
393 if (cache_for == FTFONT_CACHE_FOR_ENTITY)
394 return cache;
396 if (cache_for == FTFONT_CACHE_FOR_FACE
397 ? ! cache_data->ft_face : ! cache_data->fc_charset)
399 char *filename = (char *) SDATA (XCAR (key));
400 int index = XINT (XCDR (key));
402 if (cache_for == FTFONT_CACHE_FOR_FACE)
404 if (! ft_library
405 && FT_Init_FreeType (&ft_library) != 0)
406 return Qnil;
407 if (FT_New_Face (ft_library, filename, index, &cache_data->ft_face)
408 != 0)
409 return Qnil;
411 else
413 FcPattern *pat = NULL;
414 FcFontSet *fontset = NULL;
415 FcObjectSet *objset = NULL;
416 FcCharSet *charset = NULL;
418 pat = FcPatternBuild (0, FC_FILE, FcTypeString, (FcChar8 *) filename,
419 FC_INDEX, FcTypeInteger, index, NULL);
420 if (! pat)
421 goto finish;
422 objset = FcObjectSetBuild (FC_CHARSET, FC_STYLE, NULL);
423 if (! objset)
424 goto finish;
425 fontset = FcFontList (NULL, pat, objset);
426 if (! fontset)
427 goto finish;
428 if (fontset && fontset->nfont > 0
429 && (FcPatternGetCharSet (fontset->fonts[0], FC_CHARSET, 0,
430 &charset)
431 == FcResultMatch))
432 cache_data->fc_charset = FcCharSetCopy (charset);
433 else
434 cache_data->fc_charset = FcCharSetCreate ();
436 finish:
437 if (fontset)
438 FcFontSetDestroy (fontset);
439 if (objset)
440 FcObjectSetDestroy (objset);
441 if (pat)
442 FcPatternDestroy (pat);
445 return cache;
448 FcCharSet *
449 ftfont_get_fc_charset (entity)
450 Lisp_Object entity;
452 Lisp_Object val, cache;
453 struct ftfont_cache_data *cache_data;
455 cache = ftfont_lookup_cache (entity, FTFONT_CACHE_FOR_CHARSET);
456 val = XCDR (cache);
457 cache_data = XSAVE_VALUE (val)->pointer;
458 return cache_data->fc_charset;
461 #ifdef HAVE_LIBOTF
462 static OTF *
463 ftfont_get_otf (ftfont_info)
464 struct ftfont_info *ftfont_info;
466 OTF *otf;
468 if (ftfont_info->otf)
469 return ftfont_info->otf;
470 if (! ftfont_info->maybe_otf)
471 return NULL;
472 otf = OTF_open_ft_face (ftfont_info->ft_size->face);
473 if (! otf || OTF_get_table (otf, "head") < 0)
475 if (otf)
476 OTF_close (otf);
477 ftfont_info->maybe_otf = 0;
478 return NULL;
480 ftfont_info->otf = otf;
481 return otf;
483 #endif /* HAVE_LIBOTF */
485 static Lisp_Object ftfont_get_cache P_ ((FRAME_PTR));
486 static Lisp_Object ftfont_list P_ ((Lisp_Object, Lisp_Object));
487 static Lisp_Object ftfont_match P_ ((Lisp_Object, Lisp_Object));
488 static Lisp_Object ftfont_list_family P_ ((Lisp_Object));
489 static Lisp_Object ftfont_open P_ ((FRAME_PTR, Lisp_Object, int));
490 static void ftfont_close P_ ((FRAME_PTR, struct font *));
491 static int ftfont_has_char P_ ((Lisp_Object, int));
492 static unsigned ftfont_encode_char P_ ((struct font *, int));
493 static int ftfont_text_extents P_ ((struct font *, unsigned *, int,
494 struct font_metrics *));
495 static int ftfont_get_bitmap P_ ((struct font *, unsigned,
496 struct font_bitmap *, int));
497 static int ftfont_anchor_point P_ ((struct font *, unsigned, int,
498 int *, int *));
499 static Lisp_Object ftfont_otf_capability P_ ((struct font *));
500 static Lisp_Object ftfont_shape P_ ((Lisp_Object));
502 #ifdef HAVE_OTF_GET_VARIATION_GLYPHS
503 static int ftfont_variation_glyphs P_ ((struct font *, int c,
504 unsigned variations[256]));
505 #endif /* HAVE_OTF_GET_VARIATION_GLYPHS */
507 struct font_driver ftfont_driver =
509 0, /* Qfreetype */
510 0, /* case insensitive */
511 ftfont_get_cache,
512 ftfont_list,
513 ftfont_match,
514 ftfont_list_family,
515 NULL, /* free_entity */
516 ftfont_open,
517 ftfont_close,
518 /* We can't draw a text without device dependent functions. */
519 NULL, /* prepare_face */
520 NULL, /* done_face */
521 ftfont_has_char,
522 ftfont_encode_char,
523 ftfont_text_extents,
524 /* We can't draw a text without device dependent functions. */
525 NULL, /* draw */
526 ftfont_get_bitmap,
527 NULL, /* get_bitmap */
528 NULL, /* free_bitmap */
529 NULL, /* get_outline */
530 ftfont_anchor_point,
531 #ifdef HAVE_LIBOTF
532 ftfont_otf_capability,
533 #else /* not HAVE_LIBOTF */
534 NULL,
535 #endif /* not HAVE_LIBOTF */
536 NULL, /* otf_drive */
537 NULL, /* start_for_frame */
538 NULL, /* end_for_frame */
539 #if defined (HAVE_M17N_FLT) && defined (HAVE_LIBOTF)
540 ftfont_shape,
541 #else /* not (HAVE_M17N_FLT && HAVE_LIBOTF) */
542 NULL,
543 #endif /* not (HAVE_M17N_FLT && HAVE_LIBOTF) */
544 NULL, /* check */
546 #ifdef HAVE_OTF_GET_VARIATION_GLYPHS
547 ftfont_variation_glyphs
548 #else
549 NULL
550 #endif
553 extern Lisp_Object QCname;
555 static Lisp_Object
556 ftfont_get_cache (f)
557 FRAME_PTR f;
559 return freetype_font_cache;
562 static int
563 ftfont_get_charset (registry)
564 Lisp_Object registry;
566 char *str = (char *) SDATA (SYMBOL_NAME (registry));
567 char *re = alloca (SBYTES (SYMBOL_NAME (registry)) * 2 + 1);
568 Lisp_Object regexp;
569 int i, j;
571 for (i = j = 0; i < SBYTES (SYMBOL_NAME (registry)); i++, j++)
573 if (str[i] == '.')
574 re[j++] = '\\';
575 else if (str[i] == '*')
576 re[j++] = '.';
577 re[j] = str[i];
578 if (re[j] == '?')
579 re[j] = '.';
581 re[j] = '\0';
582 regexp = make_unibyte_string (re, j);
583 for (i = 0; fc_charset_table[i].name; i++)
584 if (fast_c_string_match_ignore_case (regexp, fc_charset_table[i].name) >= 0)
585 break;
586 if (! fc_charset_table[i].name)
587 return -1;
588 if (! fc_charset_table[i].fc_charset)
590 FcCharSet *charset = FcCharSetCreate ();
591 int *uniquifier = fc_charset_table[i].uniquifier;
593 if (! charset)
594 return -1;
595 for (j = 0; uniquifier[j]; j++)
596 if (! FcCharSetAddChar (charset, uniquifier[j]))
598 FcCharSetDestroy (charset);
599 return -1;
601 fc_charset_table[i].fc_charset = charset;
603 return i;
606 struct OpenTypeSpec
608 Lisp_Object script;
609 unsigned int script_tag, langsys_tag;
610 int nfeatures[2];
611 unsigned int *features[2];
614 #define OTF_SYM_TAG(SYM, TAG) \
615 do { \
616 unsigned char *p = SDATA (SYMBOL_NAME (SYM)); \
617 TAG = (p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3]; \
618 } while (0)
620 #define OTF_TAG_STR(TAG, P) \
621 do { \
622 (P)[0] = (char) (TAG >> 24); \
623 (P)[1] = (char) ((TAG >> 16) & 0xFF); \
624 (P)[2] = (char) ((TAG >> 8) & 0xFF); \
625 (P)[3] = (char) (TAG & 0xFF); \
626 (P)[4] = '\0'; \
627 } while (0)
629 #define OTF_TAG_SYM(SYM, TAG) \
630 do { \
631 char str[5]; \
633 OTF_TAG_STR (TAG, str); \
634 (SYM) = font_intern_prop (str, 4, 1); \
635 } while (0)
638 static struct OpenTypeSpec *
639 ftfont_get_open_type_spec (Lisp_Object otf_spec)
641 struct OpenTypeSpec *spec = malloc (sizeof (struct OpenTypeSpec));
642 Lisp_Object val;
643 int i, j, negative;
645 if (! spec)
646 return NULL;
647 spec->script = XCAR (otf_spec);
648 if (! NILP (spec->script))
650 OTF_SYM_TAG (spec->script, spec->script_tag);
651 val = assq_no_quit (spec->script, Votf_script_alist);
652 if (CONSP (val) && SYMBOLP (XCDR (val)))
653 spec->script = XCDR (val);
654 else
655 spec->script = Qnil;
657 else
658 spec->script_tag = 0x44464C54; /* "DFLT" */
659 otf_spec = XCDR (otf_spec);
660 val = XCAR (otf_spec);
661 if (! NILP (val))
662 OTF_SYM_TAG (val, spec->langsys_tag);
663 else
664 spec->langsys_tag = 0;
665 spec->nfeatures[0] = spec->nfeatures[1] = 0;
666 for (i = 0; i < 2; i++)
668 Lisp_Object len;
670 otf_spec = XCDR (otf_spec);
671 if (NILP (otf_spec))
672 break;
673 val = XCAR (otf_spec);
674 if (NILP (val))
675 continue;
676 len = Flength (val);
677 spec->features[i] = malloc (sizeof (int) * XINT (len));
678 if (! spec->features[i])
680 if (i > 0 && spec->features[0])
681 free (spec->features[0]);
682 free (spec);
683 return NULL;
685 for (j = 0, negative = 0; CONSP (val); val = XCDR (val))
687 if (NILP (XCAR (val)))
688 negative = 1;
689 else
691 unsigned int tag;
693 OTF_SYM_TAG (XCAR (val), tag);
694 spec->features[i][j++] = negative ? tag & 0x80000000 : tag;
697 spec->nfeatures[i] = j;
699 return spec;
702 static FcPattern *ftfont_spec_pattern P_ ((Lisp_Object, char *,
703 struct OpenTypeSpec **,
704 char **langname));
706 static FcPattern *
707 ftfont_spec_pattern (spec, otlayout, otspec, langname)
708 Lisp_Object spec;
709 char *otlayout;
710 struct OpenTypeSpec **otspec;
711 char **langname;
713 Lisp_Object tmp, extra;
714 FcPattern *pattern = NULL;
715 FcCharSet *charset = NULL;
716 FcLangSet *langset = NULL;
717 int n;
718 int dpi = -1;
719 int scalable = -1;
720 Lisp_Object script = Qnil;
721 Lisp_Object registry;
722 int fc_charset_idx;
724 if ((n = FONT_SLANT_NUMERIC (spec)) >= 0
725 && n < 100)
726 /* Fontconfig doesn't support reverse-italic/obligue. */
727 return NULL;
729 if (INTEGERP (AREF (spec, FONT_DPI_INDEX)))
730 dpi = XINT (AREF (spec, FONT_DPI_INDEX));
731 if (INTEGERP (AREF (spec, FONT_AVGWIDTH_INDEX))
732 && XINT (AREF (spec, FONT_AVGWIDTH_INDEX)) == 0)
733 scalable = 1;
735 registry = AREF (spec, FONT_REGISTRY_INDEX);
736 if (NILP (registry)
737 || EQ (registry, Qascii_0)
738 || EQ (registry, Qiso10646_1)
739 || EQ (registry, Qunicode_bmp))
740 fc_charset_idx = -1;
741 else
743 FcChar8 *lang;
745 fc_charset_idx = ftfont_get_charset (registry);
746 if (fc_charset_idx < 0)
747 return NULL;
748 charset = fc_charset_table[fc_charset_idx].fc_charset;
749 *langname = fc_charset_table[fc_charset_idx].lang;
750 lang = (FcChar8 *) *langname;
751 if (lang)
753 langset = FcLangSetCreate ();
754 if (! langset)
755 goto err;
756 FcLangSetAdd (langset, lang);
760 otlayout[0] = '\0';
761 for (extra = AREF (spec, FONT_EXTRA_INDEX);
762 CONSP (extra); extra = XCDR (extra))
764 Lisp_Object key, val;
766 key = XCAR (XCAR (extra)), val = XCDR (XCAR (extra));
767 if (EQ (key, QCdpi))
768 dpi = XINT (val);
769 else if (EQ (key, QClang))
771 if (! langset)
772 langset = FcLangSetCreate ();
773 if (! langset)
774 goto err;
775 if (SYMBOLP (val))
777 if (! FcLangSetAdd (langset, SYMBOL_FcChar8 (val)))
778 goto err;
780 else
781 for (; CONSP (val); val = XCDR (val))
782 if (SYMBOLP (XCAR (val))
783 && ! FcLangSetAdd (langset, SYMBOL_FcChar8 (XCAR (val))))
784 goto err;
786 else if (EQ (key, QCotf))
788 *otspec = ftfont_get_open_type_spec (val);
789 if (! *otspec)
790 return NULL;
791 strcat (otlayout, "otlayout:");
792 OTF_TAG_STR ((*otspec)->script_tag, otlayout + 9);
793 script = (*otspec)->script;
795 else if (EQ (key, QCscript))
796 script = val;
797 else if (EQ (key, QCscalable))
798 scalable = ! NILP (val);
801 if (! NILP (script) && ! charset)
803 Lisp_Object chars = assq_no_quit (script, Vscript_representative_chars);
805 if (CONSP (chars) && CONSP (CDR (chars)))
807 charset = FcCharSetCreate ();
808 if (! charset)
809 goto err;
810 for (chars = XCDR (chars); CONSP (chars); chars = XCDR (chars))
811 if (CHARACTERP (XCAR (chars))
812 && ! FcCharSetAddChar (charset, XUINT (XCAR (chars))))
813 goto err;
817 pattern = FcPatternCreate ();
818 if (! pattern)
819 goto err;
820 tmp = AREF (spec, FONT_FOUNDRY_INDEX);
821 if (! NILP (tmp)
822 && ! FcPatternAddString (pattern, FC_FOUNDRY, SYMBOL_FcChar8 (tmp)))
823 goto err;
824 tmp = AREF (spec, FONT_FAMILY_INDEX);
825 if (! NILP (tmp)
826 && ! FcPatternAddString (pattern, FC_FAMILY, SYMBOL_FcChar8 (tmp)))
827 goto err;
828 if (charset
829 && ! FcPatternAddCharSet (pattern, FC_CHARSET, charset))
830 goto err;
831 if (langset
832 && ! FcPatternAddLangSet (pattern, FC_LANG, langset))
833 goto err;
834 if (dpi >= 0
835 && ! FcPatternAddDouble (pattern, FC_DPI, dpi))
836 goto err;
837 if (scalable >= 0
838 && ! FcPatternAddBool (pattern, FC_SCALABLE, scalable ? FcTrue : FcFalse))
839 goto err;
841 goto finish;
843 err:
844 /* We come here because of unexpected error in fontconfig API call
845 (usually insufficient memory). */
846 if (pattern)
848 FcPatternDestroy (pattern);
849 pattern = NULL;
851 if (*otspec)
853 if ((*otspec)->nfeatures[0] > 0)
854 free ((*otspec)->features[0]);
855 if ((*otspec)->nfeatures[1] > 0)
856 free ((*otspec)->features[1]);
857 free (*otspec);
858 *otspec = NULL;
861 finish:
862 if (langset) FcLangSetDestroy (langset);
863 if (charset && fc_charset_idx < 0) FcCharSetDestroy (charset);
864 return pattern;
867 static Lisp_Object
868 ftfont_list (frame, spec)
869 Lisp_Object frame, spec;
871 Lisp_Object val = Qnil, family, adstyle;
872 int i;
873 FcPattern *pattern;
874 FcFontSet *fontset = NULL;
875 FcObjectSet *objset = NULL;
876 FcCharSet *charset;
877 Lisp_Object chars = Qnil;
878 FcResult result;
879 char otlayout[15]; /* For "otlayout:XXXX" */
880 struct OpenTypeSpec *otspec = NULL;
881 int spacing = -1;
882 char *langname = NULL;
884 if (! fc_initialized)
886 FcInit ();
887 fc_initialized = 1;
890 pattern = ftfont_spec_pattern (spec, otlayout, &otspec, &langname);
891 if (! pattern)
892 return Qnil;
893 if (FcPatternGetCharSet (pattern, FC_CHARSET, 0, &charset) != FcResultMatch)
895 val = assq_no_quit (QCscript, AREF (spec, FONT_EXTRA_INDEX));
896 if (! NILP (val))
898 val = assq_no_quit (XCDR (val), Vscript_representative_chars);
899 if (CONSP (val) && VECTORP (XCDR (val)))
900 chars = XCDR (val);
902 val = Qnil;
904 if (INTEGERP (AREF (spec, FONT_SPACING_INDEX)))
905 spacing = XINT (AREF (spec, FONT_SPACING_INDEX));
906 family = AREF (spec, FONT_FAMILY_INDEX);
907 if (! NILP (family))
909 Lisp_Object resolved;
911 resolved = ftfont_resolve_generic_family (family, pattern);
912 if (! NILP (resolved))
914 FcPatternDel (pattern, FC_FAMILY);
915 if (! FcPatternAddString (pattern, FC_FAMILY,
916 SYMBOL_FcChar8 (resolved)))
917 goto err;
920 adstyle = AREF (spec, FONT_ADSTYLE_INDEX);
921 if (! NILP (adstyle) && SBYTES (SYMBOL_NAME (adstyle)) == 0)
922 adstyle = Qnil;
923 objset = FcObjectSetBuild (FC_FOUNDRY, FC_FAMILY, FC_WEIGHT, FC_SLANT,
924 FC_WIDTH, FC_PIXEL_SIZE, FC_SPACING, FC_SCALABLE,
925 FC_STYLE, FC_FILE, FC_INDEX,
926 #ifdef FC_CAPABILITY
927 FC_CAPABILITY,
928 #endif /* FC_CAPABILITY */
929 #ifdef FC_FONTFORMAT
930 FC_FONTFORMAT,
931 #endif
932 NULL);
933 if (! objset)
934 goto err;
935 if (! NILP (chars))
936 FcObjectSetAdd (objset, FC_CHARSET);
938 fontset = FcFontList (NULL, pattern, objset);
939 if (! fontset || fontset->nfont == 0)
940 goto finish;
941 #if 0
942 /* Need fix because this finds any fonts. */
943 if (fontset->nfont == 0 && ! NILP (family))
945 /* Try maching with configuration. For instance, the
946 configuration may specify "Nimbus Mono L" as an alias of
947 "Courier". */
948 FcPattern *pat = FcPatternBuild (0, FC_FAMILY, FcTypeString,
949 SYMBOL_FcChar8 (family), NULL);
950 FcChar8 *fam;
952 if (FcConfigSubstitute (NULL, pat, FcMatchPattern) == FcTrue)
954 for (i = 0;
955 FcPatternGetString (pat, FC_FAMILY, i, &fam) == FcResultMatch;
956 i++)
958 FcPatternDel (pattern, FC_FAMILY);
959 FcPatternAddString (pattern, FC_FAMILY, fam);
960 FcFontSetDestroy (fontset);
961 fontset = FcFontList (NULL, pattern, objset);
962 if (fontset && fontset->nfont > 0)
963 break;
967 #endif
968 for (i = 0; i < fontset->nfont; i++)
970 Lisp_Object entity;
972 if (spacing >= 0)
974 int this;
976 if ((FcPatternGetInteger (fontset->fonts[i], FC_SPACING, 0, &this)
977 == FcResultMatch)
978 && spacing != this)
979 continue;
982 #ifdef FC_CAPABILITY
983 if (otlayout[0])
985 FcChar8 *this;
987 if (FcPatternGetString (fontset->fonts[i], FC_CAPABILITY, 0, &this)
988 != FcResultMatch
989 || ! strstr ((char *) this, otlayout))
990 continue;
992 #endif /* FC_CAPABILITY */
993 #ifdef HAVE_LIBOTF
994 if (otspec)
996 FcChar8 *file;
997 OTF *otf;
999 if (FcPatternGetString (fontset->fonts[i], FC_FILE, 0, &file)
1000 != FcResultMatch)
1001 continue;
1002 otf = OTF_open ((char *) file);
1003 if (! otf)
1004 continue;
1005 if (OTF_check_features (otf, 1,
1006 otspec->script_tag, otspec->langsys_tag,
1007 otspec->features[0],
1008 otspec->nfeatures[0]) != 1
1009 || OTF_check_features (otf, 0,
1010 otspec->script_tag, otspec->langsys_tag,
1011 otspec->features[1],
1012 otspec->nfeatures[1]) != 1)
1013 continue;
1015 #endif /* HAVE_LIBOTF */
1016 if (VECTORP (chars))
1018 int j;
1020 if (FcPatternGetCharSet (fontset->fonts[i], FC_CHARSET, 0, &charset)
1021 != FcResultMatch)
1022 continue;
1023 for (j = 0; j < ASIZE (chars); j++)
1024 if (NATNUMP (AREF (chars, j))
1025 && FcCharSetHasChar (charset, XFASTINT (AREF (chars, j))))
1026 break;
1027 if (j == ASIZE (chars))
1028 continue;
1030 if (! NILP (adstyle) || langname)
1032 Lisp_Object this_adstyle = get_adstyle_property (fontset->fonts[i]);
1034 if (! NILP (adstyle)
1035 && (NILP (this_adstyle)
1036 || xstrcasecmp (SDATA (SYMBOL_NAME (adstyle)),
1037 SDATA (SYMBOL_NAME (this_adstyle))) != 0))
1038 continue;
1039 if (langname
1040 && ! NILP (this_adstyle)
1041 && xstrcasecmp (langname, SDATA (SYMBOL_NAME (this_adstyle))))
1042 continue;
1044 entity = ftfont_pattern_entity (fontset->fonts[i],
1045 AREF (spec, FONT_EXTRA_INDEX));
1046 if (! NILP (entity))
1047 val = Fcons (entity, val);
1049 val = Fnreverse (val);
1050 goto finish;
1052 err:
1053 /* We come here because of unexpected error in fontconfig API call
1054 (usually insufficient memory). */
1055 val = Qnil;
1057 finish:
1058 FONT_ADD_LOG ("ftfont-list", spec, val);
1059 if (objset) FcObjectSetDestroy (objset);
1060 if (fontset) FcFontSetDestroy (fontset);
1061 if (pattern) FcPatternDestroy (pattern);
1062 return val;
1065 static Lisp_Object
1066 ftfont_match (frame, spec)
1067 Lisp_Object frame, spec;
1069 Lisp_Object entity = Qnil;
1070 FcPattern *pattern, *match = NULL;
1071 FcResult result;
1072 char otlayout[15]; /* For "otlayout:XXXX" */
1073 struct OpenTypeSpec *otspec = NULL;
1074 char *langname = NULL;
1076 if (! fc_initialized)
1078 FcInit ();
1079 fc_initialized = 1;
1082 pattern = ftfont_spec_pattern (spec, otlayout, &otspec, &langname);
1083 if (! pattern)
1084 return Qnil;
1086 if (INTEGERP (AREF (spec, FONT_SIZE_INDEX)))
1088 FcValue value;
1090 value.type = FcTypeDouble;
1091 value.u.d = XINT (AREF (spec, FONT_SIZE_INDEX));
1092 FcPatternAdd (pattern, FC_PIXEL_SIZE, value, FcFalse);
1094 if (FcConfigSubstitute (NULL, pattern, FcMatchPattern) == FcTrue)
1096 FcDefaultSubstitute (pattern);
1097 match = FcFontMatch (NULL, pattern, &result);
1098 if (match)
1100 entity = ftfont_pattern_entity (match, AREF (spec, FONT_EXTRA_INDEX));
1101 FcPatternDestroy (match);
1102 if (! NILP (AREF (spec, FONT_FAMILY_INDEX))
1103 && NILP (assq_no_quit (AREF (spec, FONT_FAMILY_INDEX),
1104 ftfont_generic_family_list))
1105 && NILP (Fstring_equal (AREF (spec, FONT_FAMILY_INDEX),
1106 AREF (entity, FONT_FAMILY_INDEX))))
1107 entity = Qnil;
1110 FcPatternDestroy (pattern);
1112 FONT_ADD_LOG ("ftfont-match", spec, entity);
1113 return entity;
1116 static Lisp_Object
1117 ftfont_list_family (frame)
1118 Lisp_Object frame;
1120 Lisp_Object list = Qnil;
1121 FcPattern *pattern = NULL;
1122 FcFontSet *fontset = NULL;
1123 FcObjectSet *objset = NULL;
1124 int i;
1126 if (! fc_initialized)
1128 FcInit ();
1129 fc_initialized = 1;
1132 pattern = FcPatternCreate ();
1133 if (! pattern)
1134 goto finish;
1135 objset = FcObjectSetBuild (FC_FAMILY, NULL);
1136 if (! objset)
1137 goto finish;
1138 fontset = FcFontList (NULL, pattern, objset);
1139 if (! fontset)
1140 goto finish;
1142 for (i = 0; i < fontset->nfont; i++)
1144 FcPattern *pat = fontset->fonts[i];
1145 FcChar8 *str;
1147 if (FcPatternGetString (pat, FC_FAMILY, 0, &str) == FcResultMatch)
1148 list = Fcons (intern ((char *) str), list);
1151 finish:
1152 if (objset) FcObjectSetDestroy (objset);
1153 if (fontset) FcFontSetDestroy (fontset);
1154 if (pattern) FcPatternDestroy (pattern);
1156 return list;
1160 static Lisp_Object
1161 ftfont_open (f, entity, pixel_size)
1162 FRAME_PTR f;
1163 Lisp_Object entity;
1164 int pixel_size;
1166 struct ftfont_info *ftfont_info;
1167 struct font *font;
1168 struct ftfont_cache_data *cache_data;
1169 FT_Face ft_face;
1170 FT_Size ft_size;
1171 FT_UInt size;
1172 Lisp_Object val, filename, index, cache, font_object;
1173 int scalable;
1174 int spacing;
1175 char name[256];
1176 int i, len;
1177 int upEM;
1179 val = assq_no_quit (QCfont_entity, AREF (entity, FONT_EXTRA_INDEX));
1180 if (! CONSP (val))
1181 return Qnil;
1182 val = XCDR (val);
1183 cache = ftfont_lookup_cache (entity, FTFONT_CACHE_FOR_FACE);
1184 if (NILP (cache))
1185 return Qnil;
1186 filename = XCAR (val);
1187 index = XCDR (val);
1188 val = XCDR (cache);
1189 cache_data = XSAVE_VALUE (XCDR (cache))->pointer;
1190 ft_face = cache_data->ft_face;
1191 if (XSAVE_VALUE (val)->integer > 0)
1193 /* FT_Face in this cache is already used by the different size. */
1194 if (FT_New_Size (ft_face, &ft_size) != 0)
1195 return Qnil;
1196 if (FT_Activate_Size (ft_size) != 0)
1198 FT_Done_Size (ft_size);
1199 return Qnil;
1202 XSAVE_VALUE (val)->integer++;
1203 size = XINT (AREF (entity, FONT_SIZE_INDEX));
1204 if (size == 0)
1205 size = pixel_size;
1206 if (FT_Set_Pixel_Sizes (ft_face, size, size) != 0)
1208 if (XSAVE_VALUE (val)->integer == 0)
1209 FT_Done_Face (ft_face);
1210 return Qnil;
1213 font_object = font_make_object (VECSIZE (struct ftfont_info), entity, size);
1214 ASET (font_object, FONT_TYPE_INDEX, Qfreetype);
1215 len = font_unparse_xlfd (entity, size, name, 256);
1216 if (len > 0)
1217 ASET (font_object, FONT_NAME_INDEX, make_string (name, len));
1218 len = font_unparse_fcname (entity, size, name, 256);
1219 if (len > 0)
1220 ASET (font_object, FONT_FULLNAME_INDEX, make_string (name, len));
1221 else
1222 ASET (font_object, FONT_FULLNAME_INDEX,
1223 AREF (font_object, FONT_NAME_INDEX));
1224 ASET (font_object, FONT_FILE_INDEX, filename);
1225 ASET (font_object, FONT_FORMAT_INDEX, ftfont_font_format (NULL, filename));
1226 font = XFONT_OBJECT (font_object);
1227 ftfont_info = (struct ftfont_info *) font;
1228 ftfont_info->ft_size = ft_face->size;
1229 ftfont_info->index = XINT (index);
1230 #ifdef HAVE_LIBOTF
1231 ftfont_info->maybe_otf = ft_face->face_flags & FT_FACE_FLAG_SFNT;
1232 ftfont_info->otf = NULL;
1233 #endif /* HAVE_LIBOTF */
1234 font->pixel_size = size;
1235 font->driver = &ftfont_driver;
1236 font->encoding_charset = font->repertory_charset = -1;
1238 upEM = ft_face->units_per_EM;
1239 scalable = (INTEGERP (AREF (entity, FONT_AVGWIDTH_INDEX))
1240 && XINT (AREF (entity, FONT_AVGWIDTH_INDEX)) == 0);
1241 if (scalable)
1243 font->ascent = ft_face->ascender * size / upEM;
1244 font->descent = - ft_face->descender * size / upEM;
1245 font->height = ft_face->height * size / upEM;
1247 else
1249 font->ascent = ft_face->size->metrics.ascender >> 6;
1250 font->descent = - ft_face->size->metrics.descender >> 6;
1251 font->height = ft_face->size->metrics.height >> 6;
1253 if (INTEGERP (AREF (entity, FONT_SPACING_INDEX)))
1254 spacing = XINT (AREF (entity, FONT_SPACING_INDEX));
1255 else
1256 spacing = FC_PROPORTIONAL;
1257 if (spacing != FC_PROPORTIONAL)
1258 font->min_width = font->average_width = font->space_width
1259 = (scalable ? ft_face->max_advance_width * size / upEM
1260 : ft_face->size->metrics.max_advance >> 6);
1261 else
1263 int n;
1265 font->min_width = font->average_width = font->space_width = 0;
1266 for (i = 32, n = 0; i < 127; i++)
1267 if (FT_Load_Char (ft_face, i, FT_LOAD_DEFAULT) == 0)
1269 int this_width = ft_face->glyph->metrics.horiAdvance >> 6;
1271 if (this_width > 0
1272 && (! font->min_width || font->min_width > this_width))
1273 font->min_width = this_width;
1274 if (i == 32)
1275 font->space_width = this_width;
1276 font->average_width += this_width;
1277 n++;
1279 if (n > 0)
1280 font->average_width /= n;
1283 font->baseline_offset = 0;
1284 font->relative_compose = 0;
1285 font->default_ascent = 0;
1286 font->vertical_centering = 0;
1287 if (scalable)
1289 font->underline_position = -ft_face->underline_position * size / upEM;
1290 font->underline_thickness = ft_face->underline_thickness * size / upEM;
1292 else
1294 font->underline_position = -1;
1295 font->underline_thickness = 0;
1298 return font_object;
1301 static void
1302 ftfont_close (f, font)
1303 FRAME_PTR f;
1304 struct font *font;
1306 struct ftfont_info *ftfont_info = (struct ftfont_info *) font;
1307 Lisp_Object val, cache;
1309 val = Fcons (font->props[FONT_FILE_INDEX], make_number (ftfont_info->index));
1310 cache = ftfont_lookup_cache (val, FTFONT_CACHE_FOR_FACE);
1311 xassert (CONSP (cache));
1312 val = XCDR (cache);
1313 (XSAVE_VALUE (val)->integer)--;
1314 if (XSAVE_VALUE (val)->integer == 0)
1316 struct ftfont_cache_data *cache_data = XSAVE_VALUE (val)->pointer;
1318 FT_Done_Face (cache_data->ft_face);
1319 #ifdef HAVE_LIBOTF
1320 if (ftfont_info->otf)
1321 OTF_close (ftfont_info->otf);
1322 #endif
1323 cache_data->ft_face = NULL;
1325 else
1326 FT_Done_Size (ftfont_info->ft_size);
1329 static int
1330 ftfont_has_char (font, c)
1331 Lisp_Object font;
1332 int c;
1334 struct charset *cs = NULL;
1336 if (EQ (AREF (font, FONT_ADSTYLE_INDEX), Qja)
1337 && charset_jisx0208 >= 0)
1338 cs = CHARSET_FROM_ID (charset_jisx0208);
1339 else if (EQ (AREF (font, FONT_ADSTYLE_INDEX), Qko)
1340 && charset_ksc5601 >= 0)
1341 cs = CHARSET_FROM_ID (charset_ksc5601);
1342 if (cs)
1343 return (ENCODE_CHAR (cs, c) != CHARSET_INVALID_CODE (cs));
1345 if (FONT_ENTITY_P (font))
1347 FcCharSet *charset = ftfont_get_fc_charset (font);
1349 return (FcCharSetHasChar (charset, c) == FcTrue);
1351 else
1353 struct ftfont_info *ftfont_info;
1355 ftfont_info = (struct ftfont_info *) XFONT_OBJECT (font);
1356 return (FT_Get_Char_Index (ftfont_info->ft_size->face, (FT_ULong) c)
1357 != 0);
1361 static unsigned
1362 ftfont_encode_char (font, c)
1363 struct font *font;
1364 int c;
1366 struct ftfont_info *ftfont_info = (struct ftfont_info *) font;
1367 FT_Face ft_face = ftfont_info->ft_size->face;
1368 FT_ULong charcode = c;
1369 FT_UInt code = FT_Get_Char_Index (ft_face, charcode);
1371 return (code > 0 ? code : FONT_INVALID_CODE);
1374 static int
1375 ftfont_text_extents (font, code, nglyphs, metrics)
1376 struct font *font;
1377 unsigned *code;
1378 int nglyphs;
1379 struct font_metrics *metrics;
1381 struct ftfont_info *ftfont_info = (struct ftfont_info *) font;
1382 FT_Face ft_face = ftfont_info->ft_size->face;
1383 int width = 0;
1384 int i, first;
1386 if (ftfont_info->ft_size != ft_face->size)
1387 FT_Activate_Size (ftfont_info->ft_size);
1388 if (metrics)
1389 bzero (metrics, sizeof (struct font_metrics));
1390 for (i = 0, first = 1; i < nglyphs; i++)
1392 if (FT_Load_Glyph (ft_face, code[i], FT_LOAD_DEFAULT) == 0)
1394 FT_Glyph_Metrics *m = &ft_face->glyph->metrics;
1396 if (first)
1398 if (metrics)
1400 metrics->lbearing = m->horiBearingX >> 6;
1401 metrics->rbearing = (m->horiBearingX + m->width) >> 6;
1402 metrics->ascent = m->horiBearingY >> 6;
1403 metrics->descent = (m->height - m->horiBearingY) >> 6;
1405 first = 0;
1407 if (metrics)
1409 if (metrics->lbearing > width + (m->horiBearingX >> 6))
1410 metrics->lbearing = width + (m->horiBearingX >> 6);
1411 if (metrics->rbearing
1412 < width + ((m->horiBearingX + m->width) >> 6))
1413 metrics->rbearing
1414 = width + ((m->horiBearingX + m->width) >> 6);
1415 if (metrics->ascent < (m->horiBearingY >> 6))
1416 metrics->ascent = m->horiBearingY >> 6;
1417 if (metrics->descent > ((m->height - m->horiBearingY) >> 6))
1418 metrics->descent = (m->height - m->horiBearingY) >> 6;
1420 width += m->horiAdvance >> 6;
1422 else
1424 width += font->space_width;
1427 if (metrics)
1428 metrics->width = width;
1430 return width;
1433 static int
1434 ftfont_get_bitmap (font, code, bitmap, bits_per_pixel)
1435 struct font *font;
1436 unsigned code;
1437 struct font_bitmap *bitmap;
1438 int bits_per_pixel;
1440 struct ftfont_info *ftfont_info = (struct ftfont_info *) font;
1441 FT_Face ft_face = ftfont_info->ft_size->face;
1442 FT_Int32 load_flags = FT_LOAD_RENDER;
1444 if (ftfont_info->ft_size != ft_face->size)
1445 FT_Activate_Size (ftfont_info->ft_size);
1446 if (bits_per_pixel == 1)
1448 #ifdef FT_LOAD_TARGET_MONO
1449 load_flags |= FT_LOAD_TARGET_MONO;
1450 #else
1451 load_flags |= FT_LOAD_MONOCHROME;
1452 #endif
1454 else if (bits_per_pixel != 8)
1455 /* We don't support such a rendering. */
1456 return -1;
1458 if (FT_Load_Glyph (ft_face, code, load_flags) != 0)
1459 return -1;
1460 bitmap->bits_per_pixel
1461 = (ft_face->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_MONO ? 1
1462 : ft_face->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_GRAY ? 8
1463 : ft_face->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_LCD ? 8
1464 : ft_face->glyph->bitmap.pixel_mode == FT_PIXEL_MODE_LCD_V ? 8
1465 : -1);
1466 if (bitmap->bits_per_pixel < 0)
1467 /* We don't suport that kind of pixel mode. */
1468 return -1;
1469 bitmap->rows = ft_face->glyph->bitmap.rows;
1470 bitmap->width = ft_face->glyph->bitmap.width;
1471 bitmap->pitch = ft_face->glyph->bitmap.pitch;
1472 bitmap->buffer = ft_face->glyph->bitmap.buffer;
1473 bitmap->left = ft_face->glyph->bitmap_left;
1474 bitmap->top = ft_face->glyph->bitmap_top;
1475 bitmap->advance = ft_face->glyph->metrics.horiAdvance >> 6;
1476 bitmap->extra = NULL;
1478 return 0;
1481 static int
1482 ftfont_anchor_point (font, code, index, x, y)
1483 struct font *font;
1484 unsigned code;
1485 int index;
1486 int *x, *y;
1488 struct ftfont_info *ftfont_info = (struct ftfont_info *) font;
1489 FT_Face ft_face = ftfont_info->ft_size->face;
1491 if (ftfont_info->ft_size != ft_face->size)
1492 FT_Activate_Size (ftfont_info->ft_size);
1493 if (FT_Load_Glyph (ft_face, code, FT_LOAD_DEFAULT) != 0)
1494 return -1;
1495 if (ft_face->glyph->format != FT_GLYPH_FORMAT_OUTLINE)
1496 return -1;
1497 if (index >= ft_face->glyph->outline.n_points)
1498 return -1;
1499 *x = ft_face->glyph->outline.points[index].x;
1500 *y = ft_face->glyph->outline.points[index].y;
1501 return 0;
1504 #ifdef HAVE_LIBOTF
1506 static Lisp_Object
1507 ftfont_otf_features (gsub_gpos)
1508 OTF_GSUB_GPOS *gsub_gpos;
1510 Lisp_Object scripts, langsyses, features, sym;
1511 int i, j, k, l;
1513 for (scripts = Qnil, i = gsub_gpos->ScriptList.ScriptCount - 1; i >= 0; i--)
1515 OTF_Script *otf_script = gsub_gpos->ScriptList.Script + i;
1517 for (langsyses = Qnil, j = otf_script->LangSysCount - 1; j >= -1; j--)
1519 OTF_LangSys *otf_langsys;
1521 if (j >= 0)
1522 otf_langsys = otf_script->LangSys + j;
1523 else if (otf_script->DefaultLangSysOffset)
1524 otf_langsys = &otf_script->DefaultLangSys;
1525 else
1526 break;
1528 for (features = Qnil, k = otf_langsys->FeatureCount - 1; k >= 0; k--)
1530 l = otf_langsys->FeatureIndex[k];
1531 if (l >= gsub_gpos->FeatureList.FeatureCount)
1532 continue;
1533 OTF_TAG_SYM (sym, gsub_gpos->FeatureList.Feature[l].FeatureTag);
1534 features = Fcons (sym, features);
1536 if (j >= 0)
1537 OTF_TAG_SYM (sym, otf_script->LangSysRecord[j].LangSysTag);
1538 else
1539 sym = Qnil;
1540 langsyses = Fcons (Fcons (sym, features), langsyses);
1543 OTF_TAG_SYM (sym, gsub_gpos->ScriptList.Script[i].ScriptTag);
1544 scripts = Fcons (Fcons (sym, langsyses), scripts);
1546 return scripts;
1551 static Lisp_Object
1552 ftfont_otf_capability (font)
1553 struct font *font;
1555 struct ftfont_info *ftfont_info = (struct ftfont_info *) font;
1556 OTF *otf = ftfont_get_otf (ftfont_info);
1557 Lisp_Object gsub_gpos;
1559 if (! otf)
1560 return Qnil;
1561 gsub_gpos = Fcons (Qnil, Qnil);
1562 if (OTF_get_table (otf, "GSUB") == 0
1563 && otf->gsub->FeatureList.FeatureCount > 0)
1564 XSETCAR (gsub_gpos, ftfont_otf_features (otf->gsub));
1565 if (OTF_get_table (otf, "GPOS") == 0
1566 && otf->gpos->FeatureList.FeatureCount > 0)
1567 XSETCDR (gsub_gpos, ftfont_otf_features (otf->gpos));
1568 return gsub_gpos;
1571 #ifdef HAVE_M17N_FLT
1573 struct MFLTFontFT
1575 MFLTFont flt_font;
1576 struct font *font;
1577 FT_Face ft_face;
1578 OTF *otf;
1581 static int
1582 ftfont_get_glyph_id (font, gstring, from, to)
1583 MFLTFont *font;
1584 MFLTGlyphString *gstring;
1585 int from, to;
1587 struct MFLTFontFT *flt_font_ft = (struct MFLTFontFT *) font;
1588 FT_Face ft_face = flt_font_ft->ft_face;
1589 MFLTGlyph *g;
1591 for (g = gstring->glyphs + from; from < to; g++, from++)
1592 if (! g->encoded)
1594 FT_UInt code = FT_Get_Char_Index (ft_face, g->code);
1596 g->code = code > 0 ? code : FONT_INVALID_CODE;
1597 g->encoded = 1;
1599 return 0;
1602 static int
1603 ftfont_get_metrics (font, gstring, from, to)
1604 MFLTFont *font;
1605 MFLTGlyphString *gstring;
1606 int from, to;
1608 struct MFLTFontFT *flt_font_ft = (struct MFLTFontFT *) font;
1609 FT_Face ft_face = flt_font_ft->ft_face;
1610 MFLTGlyph *g;
1612 for (g = gstring->glyphs + from; from < to; g++, from++)
1613 if (! g->measured)
1615 if (g->code != FONT_INVALID_CODE)
1617 FT_Glyph_Metrics *m;
1619 if (FT_Load_Glyph (ft_face, g->code, FT_LOAD_DEFAULT) != 0)
1620 abort ();
1621 m = &ft_face->glyph->metrics;
1623 g->lbearing = m->horiBearingX;
1624 g->rbearing = m->horiBearingX + m->width;
1625 g->ascent = m->horiBearingY;
1626 g->descent = m->height - m->horiBearingY;
1627 g->xadv = m->horiAdvance;
1629 else
1631 g->lbearing = 0;
1632 g->rbearing = g->xadv = flt_font_ft->font->space_width << 6;
1633 g->ascent = flt_font_ft->font->ascent << 6;
1634 g->descent = flt_font_ft->font->descent << 6;
1636 g->yadv = 0;
1637 g->measured = 1;
1639 return 0;
1642 static int
1643 ftfont_check_otf (MFLTFont *font, MFLTOtfSpec *spec)
1645 struct MFLTFontFT *flt_font_ft = (struct MFLTFontFT *) font;
1646 OTF *otf = flt_font_ft->otf;
1647 OTF_Tag *tags;
1648 int i, n, negative;
1650 for (i = 0; i < 2; i++)
1652 if (! spec->features[i])
1653 continue;
1654 for (n = 0; spec->features[i][n]; n++);
1655 tags = alloca (sizeof (OTF_Tag) * n);
1656 for (n = 0, negative = 0; spec->features[i][n]; n++)
1658 if (spec->features[i][n] == 0xFFFFFFFF)
1659 negative = 1;
1660 else if (negative)
1661 tags[n - 1] = spec->features[i][n] | 0x80000000;
1662 else
1663 tags[n] = spec->features[i][n];
1665 if (n - negative > 0
1666 && OTF_check_features (otf, i == 0, spec->script, spec->langsys,
1667 tags, n - negative) != 1)
1668 return 0;
1670 return 1;
1673 #define DEVICE_DELTA(table, size) \
1674 (((size) >= (table).StartSize && (size) <= (table).EndSize) \
1675 ? (table).DeltaValue[(size) - (table).StartSize] << 6 \
1676 : 0)
1678 static void
1679 adjust_anchor (FT_Face ft_face, OTF_Anchor *anchor,
1680 unsigned code, int x_ppem, int y_ppem, int *x, int *y)
1682 if (anchor->AnchorFormat == 2)
1684 FT_Outline *outline;
1685 int ap = anchor->f.f1.AnchorPoint;
1687 FT_Load_Glyph (ft_face, (FT_UInt) code, FT_LOAD_MONOCHROME);
1688 outline = &ft_face->glyph->outline;
1689 if (ap < outline->n_points)
1691 *x = outline->points[ap].x << 6;
1692 *y = outline->points[ap].y << 6;
1695 else if (anchor->AnchorFormat == 3)
1697 if (anchor->f.f2.XDeviceTable.offset
1698 && anchor->f.f2.XDeviceTable.DeltaValue)
1699 *x += DEVICE_DELTA (anchor->f.f2.XDeviceTable, x_ppem);
1700 if (anchor->f.f2.YDeviceTable.offset
1701 && anchor->f.f2.YDeviceTable.DeltaValue)
1702 *y += DEVICE_DELTA (anchor->f.f2.YDeviceTable, y_ppem);
1706 static OTF_GlyphString otf_gstring;
1708 static void
1709 setup_otf_gstring (int size)
1711 if (otf_gstring.size == 0)
1713 otf_gstring.glyphs = (OTF_Glyph *) xmalloc (sizeof (OTF_Glyph) * size);
1714 otf_gstring.size = size;
1716 else if (otf_gstring.size < size)
1718 otf_gstring.glyphs = xrealloc (otf_gstring.glyphs,
1719 sizeof (OTF_Glyph) * size);
1720 otf_gstring.size = size;
1722 otf_gstring.used = size;
1723 memset (otf_gstring.glyphs, 0, sizeof (OTF_Glyph) * size);
1727 static int
1728 ftfont_drive_otf (font, spec, in, from, to, out, adjustment)
1729 MFLTFont *font;
1730 MFLTOtfSpec *spec;
1731 MFLTGlyphString *in;
1732 int from, to;
1733 MFLTGlyphString *out;
1734 MFLTGlyphAdjustment *adjustment;
1736 struct MFLTFontFT *flt_font_ft = (struct MFLTFontFT *) font;
1737 FT_Face ft_face = flt_font_ft->ft_face;
1738 OTF *otf = flt_font_ft->otf;
1739 int len = to - from;
1740 int i, j, gidx;
1741 OTF_Glyph *otfg;
1742 char script[5], *langsys = NULL;
1743 char *gsub_features = NULL, *gpos_features = NULL;
1745 if (len == 0)
1746 return from;
1747 OTF_tag_name (spec->script, script);
1748 if (spec->langsys)
1750 langsys = alloca (5);
1751 OTF_tag_name (spec->langsys, langsys);
1753 for (i = 0; i < 2; i++)
1755 char *p;
1757 if (spec->features[i] && spec->features[i][1] != 0xFFFFFFFF)
1759 for (j = 0; spec->features[i][j]; j++);
1760 if (i == 0)
1761 p = gsub_features = alloca (6 * j);
1762 else
1763 p = gpos_features = alloca (6 * j);
1764 for (j = 0; spec->features[i][j]; j++)
1766 if (spec->features[i][j] == 0xFFFFFFFF)
1767 *p++ = '*', *p++ = ',';
1768 else
1770 OTF_tag_name (spec->features[i][j], p);
1771 p[4] = ',';
1772 p += 5;
1775 *--p = '\0';
1779 setup_otf_gstring (len);
1780 for (i = 0; i < len; i++)
1782 otf_gstring.glyphs[i].c = in->glyphs[from + i].c;
1783 otf_gstring.glyphs[i].glyph_id = in->glyphs[from + i].code;
1786 OTF_drive_gdef (otf, &otf_gstring);
1787 gidx = out->used;
1789 if (gsub_features)
1791 if (OTF_drive_gsub (otf, &otf_gstring, script, langsys, gsub_features)
1792 < 0)
1793 goto simple_copy;
1794 if (out->allocated < out->used + otf_gstring.used)
1795 return -2;
1796 for (i = 0, otfg = otf_gstring.glyphs; i < otf_gstring.used; )
1798 MFLTGlyph *g;
1799 int min_from, max_to;
1800 int j;
1802 g = out->glyphs + out->used;
1803 *g = in->glyphs[from + otfg->f.index.from];
1804 if (g->code != otfg->glyph_id)
1806 g->c = 0;
1807 g->code = otfg->glyph_id;
1808 g->measured = 0;
1810 out->used++;
1811 min_from = g->from;
1812 max_to = g->to;
1813 if (otfg->f.index.from < otfg->f.index.to)
1815 /* OTFG substitutes multiple glyphs in IN. */
1816 for (j = from + otfg->f.index.from + 1;
1817 j <= from + otfg->f.index.to; j++)
1819 if (min_from > in->glyphs[j].from)
1820 min_from = in->glyphs[j].from;
1821 if (max_to < in->glyphs[j].to)
1822 max_to = in->glyphs[j].to;
1824 g->from = min_from;
1825 g->to = max_to;
1827 for (i++, otfg++; (i < otf_gstring.used
1828 && otfg->f.index.from == otfg[-1].f.index.from);
1829 i++, otfg++)
1831 g = out->glyphs + out->used;
1832 *g = in->glyphs[from + otfg->f.index.to];
1833 if (g->code != otfg->glyph_id)
1835 g->c = 0;
1836 g->code = otfg->glyph_id;
1837 g->measured = 0;
1839 out->used++;
1843 else
1845 if (out->allocated < out->used + len)
1846 return -2;
1847 for (i = 0; i < len; i++)
1848 out->glyphs[out->used++] = in->glyphs[from + i];
1851 if (gpos_features)
1853 MFLTGlyph *base = NULL, *mark = NULL, *g;
1854 int x_ppem, y_ppem, x_scale, y_scale;
1856 if (OTF_drive_gpos (otf, &otf_gstring, script, langsys, gpos_features)
1857 < 0)
1858 return to;
1860 x_ppem = ft_face->size->metrics.x_ppem;
1861 y_ppem = ft_face->size->metrics.y_ppem;
1862 x_scale = ft_face->size->metrics.x_scale;
1863 y_scale = ft_face->size->metrics.y_scale;
1865 for (i = 0, otfg = otf_gstring.glyphs, g = out->glyphs + gidx;
1866 i < otf_gstring.used; i++, otfg++, g++)
1868 MFLTGlyph *prev;
1870 if (! otfg->glyph_id)
1871 continue;
1872 switch (otfg->positioning_type)
1874 case 0:
1875 break;
1876 case 1: /* Single */
1877 case 2: /* Pair */
1879 int format = otfg->f.f1.format;
1881 if (format & OTF_XPlacement)
1882 adjustment[i].xoff
1883 = otfg->f.f1.value->XPlacement * x_scale / 0x10000;
1884 if (format & OTF_XPlaDevice)
1885 adjustment[i].xoff
1886 += DEVICE_DELTA (otfg->f.f1.value->XPlaDevice, x_ppem);
1887 if (format & OTF_YPlacement)
1888 adjustment[i].yoff
1889 = - (otfg->f.f1.value->YPlacement * y_scale / 0x10000);
1890 if (format & OTF_YPlaDevice)
1891 adjustment[i].yoff
1892 -= DEVICE_DELTA (otfg->f.f1.value->YPlaDevice, y_ppem);
1893 if (format & OTF_XAdvance)
1894 adjustment[i].xadv
1895 += otfg->f.f1.value->XAdvance * x_scale / 0x10000;
1896 if (format & OTF_XAdvDevice)
1897 adjustment[i].xadv
1898 += DEVICE_DELTA (otfg->f.f1.value->XAdvDevice, x_ppem);
1899 if (format & OTF_YAdvance)
1900 adjustment[i].yadv
1901 += otfg->f.f1.value->YAdvance * y_scale / 0x10000;
1902 if (format & OTF_YAdvDevice)
1903 adjustment[i].yadv
1904 += DEVICE_DELTA (otfg->f.f1.value->YAdvDevice, y_ppem);
1905 adjustment[i].set = 1;
1907 break;
1908 case 3: /* Cursive */
1909 /* Not yet supported. */
1910 break;
1911 case 4: /* Mark-to-Base */
1912 case 5: /* Mark-to-Ligature */
1913 if (! base)
1914 break;
1915 prev = base;
1916 goto label_adjust_anchor;
1917 default: /* i.e. case 6 Mark-to-Mark */
1918 if (! mark)
1919 break;
1920 prev = mark;
1922 label_adjust_anchor:
1924 int base_x, base_y, mark_x, mark_y;
1925 int this_from, this_to;
1927 base_x = otfg->f.f4.base_anchor->XCoordinate * x_scale / 0x10000;
1928 base_y = otfg->f.f4.base_anchor->YCoordinate * y_scale / 0x10000;
1929 mark_x = otfg->f.f4.mark_anchor->XCoordinate * x_scale / 0x10000;
1930 mark_y = otfg->f.f4.mark_anchor->YCoordinate * y_scale / 0x10000;
1932 if (otfg->f.f4.base_anchor->AnchorFormat != 1)
1933 adjust_anchor (ft_face, otfg->f.f4.base_anchor,
1934 prev->code, x_ppem, y_ppem, &base_x, &base_y);
1935 if (otfg->f.f4.mark_anchor->AnchorFormat != 1)
1936 adjust_anchor (ft_face, otfg->f.f4.mark_anchor, g->code,
1937 x_ppem, y_ppem, &mark_x, &mark_y);
1938 adjustment[i].xoff = (base_x - mark_x);
1939 adjustment[i].yoff = - (base_y - mark_y);
1940 adjustment[i].back = (g - prev);
1941 adjustment[i].xadv = 0;
1942 adjustment[i].advance_is_absolute = 1;
1943 adjustment[i].set = 1;
1944 this_from = g->from;
1945 this_to = g->to;
1946 for (j = 0; prev + j < g; j++)
1948 if (this_from > prev[j].from)
1949 this_from = prev[j].from;
1950 if (this_to < prev[j].to)
1951 this_to = prev[j].to;
1953 for (; prev <= g; prev++)
1955 prev->from = this_from;
1956 prev->to = this_to;
1960 if (otfg->GlyphClass == OTF_GlyphClass0)
1961 base = mark = g;
1962 else if (otfg->GlyphClass == OTF_GlyphClassMark)
1963 mark = g;
1964 else
1965 base = g;
1968 return to;
1970 simple_copy:
1971 if (out->allocated < out->used + len)
1972 return -2;
1973 font->get_metrics (font, in, from, to);
1974 memcpy (out->glyphs + out->used, in->glyphs + from,
1975 sizeof (MFLTGlyph) * len);
1976 out->used += len;
1977 return to;
1980 static MFLTGlyphString gstring;
1982 static int m17n_flt_initialized;
1984 extern Lisp_Object QCfamily;
1986 static Lisp_Object
1987 ftfont_shape_by_flt (lgstring, font, ft_face, otf)
1988 Lisp_Object lgstring;
1989 struct font *font;
1990 FT_Face ft_face;
1991 OTF *otf;
1993 EMACS_UINT len = LGSTRING_GLYPH_LEN (lgstring);
1994 EMACS_UINT i;
1995 struct MFLTFontFT flt_font_ft;
1996 MFLT *flt = NULL;
1997 int with_variation_selector = 0;
1999 if (! m17n_flt_initialized)
2001 M17N_INIT ();
2002 m17n_flt_initialized = 1;
2005 for (i = 0; i < len; i++)
2007 Lisp_Object g = LGSTRING_GLYPH (lgstring, i);
2008 int c;
2010 if (NILP (g))
2011 break;
2012 c = LGLYPH_CHAR (g);
2013 if (CHAR_VARIATION_SELECTOR_P (c))
2014 with_variation_selector++;
2016 len = i;
2017 if (with_variation_selector)
2019 setup_otf_gstring (len);
2020 for (i = 0; i < len; i++)
2022 Lisp_Object g = LGSTRING_GLYPH (lgstring, i);
2024 otf_gstring.glyphs[i].c = LGLYPH_CHAR (g);
2025 otf_gstring.glyphs[i].f.index.from = LGLYPH_FROM (g);
2026 otf_gstring.glyphs[i].f.index.to = LGLYPH_TO (g);
2028 OTF_drive_cmap (otf, &otf_gstring);
2029 for (i = 0; i < otf_gstring.used; i++)
2031 OTF_Glyph *otfg = otf_gstring.glyphs + i;
2032 Lisp_Object g0 = LGSTRING_GLYPH (lgstring, otfg->f.index.from);
2033 Lisp_Object g1 = LGSTRING_GLYPH (lgstring, otfg->f.index.to);
2035 LGLYPH_SET_CODE (g0, otfg->glyph_id);
2036 LGLYPH_SET_TO (g0, LGLYPH_TO (g1));
2037 LGSTRING_SET_GLYPH (lgstring, i, g0);
2039 if (len > otf_gstring.used)
2041 len = otf_gstring.used;
2042 LGSTRING_SET_GLYPH (lgstring, len, Qnil);
2046 if (gstring.allocated == 0)
2048 gstring.allocated = len * 2;
2049 gstring.glyph_size = sizeof (MFLTGlyph);
2050 gstring.glyphs = xmalloc (sizeof (MFLTGlyph) * gstring.allocated);
2052 else if (gstring.allocated < len * 2)
2054 gstring.allocated = len * 2;
2055 gstring.glyphs = xrealloc (gstring.glyphs,
2056 sizeof (MFLTGlyph) * gstring.allocated);
2058 memset (gstring.glyphs, 0, sizeof (MFLTGlyph) * len);
2059 for (i = 0; i < len; i++)
2061 Lisp_Object g = LGSTRING_GLYPH (lgstring, i);
2063 gstring.glyphs[i].c = LGLYPH_CHAR (g);
2064 if (with_variation_selector)
2066 gstring.glyphs[i].code = LGLYPH_CODE (g);
2067 gstring.glyphs[i].encoded = 1;
2071 gstring.used = len;
2072 gstring.r2l = 0;
2075 Lisp_Object family = Ffont_get (LGSTRING_FONT (lgstring), QCfamily);
2077 if (NILP (family))
2078 flt_font_ft.flt_font.family = Mnil;
2079 else
2080 flt_font_ft.flt_font.family
2081 = msymbol ((char *) SDATA (Fdowncase (SYMBOL_NAME (family))));
2083 flt_font_ft.flt_font.x_ppem = ft_face->size->metrics.x_ppem;
2084 flt_font_ft.flt_font.y_ppem = ft_face->size->metrics.y_ppem;
2085 flt_font_ft.flt_font.get_glyph_id = ftfont_get_glyph_id;
2086 flt_font_ft.flt_font.get_metrics = ftfont_get_metrics;
2087 flt_font_ft.flt_font.check_otf = ftfont_check_otf;
2088 flt_font_ft.flt_font.drive_otf = ftfont_drive_otf;
2089 flt_font_ft.flt_font.internal = NULL;
2090 flt_font_ft.font = font;
2091 flt_font_ft.ft_face = ft_face;
2092 flt_font_ft.otf = otf;
2093 if (len > 1
2094 && gstring.glyphs[1].c >= 0x300 && gstring.glyphs[1].c <= 0x36F)
2095 /* A little bit ad hoc. Perhaps, shaper must get script and
2096 language information, and select a proper flt for them
2097 here. */
2098 flt = mflt_get (msymbol ("combining"));
2099 for (i = 0; i < 3; i++)
2101 int result = mflt_run (&gstring, 0, len, &flt_font_ft.flt_font, flt);
2102 if (result != -2)
2103 break;
2104 gstring.allocated += gstring.allocated;
2105 gstring.glyphs = xrealloc (gstring.glyphs,
2106 sizeof (MFLTGlyph) * gstring.allocated);
2108 if (gstring.used > LGSTRING_GLYPH_LEN (lgstring))
2109 return Qnil;
2110 for (i = 0; i < gstring.used; i++)
2112 MFLTGlyph *g = gstring.glyphs + i;
2114 g->from = LGLYPH_FROM (LGSTRING_GLYPH (lgstring, g->from));
2115 g->to = LGLYPH_TO (LGSTRING_GLYPH (lgstring, g->to));
2118 for (i = 0; i < gstring.used; i++)
2120 Lisp_Object lglyph = LGSTRING_GLYPH (lgstring, i);
2121 MFLTGlyph *g = gstring.glyphs + i;
2123 if (NILP (lglyph))
2125 lglyph = Fmake_vector (make_number (LGLYPH_SIZE), Qnil);
2126 LGSTRING_SET_GLYPH (lgstring, i, lglyph);
2128 LGLYPH_SET_FROM (lglyph, g->from);
2129 LGLYPH_SET_TO (lglyph, g->to);
2130 LGLYPH_SET_CHAR (lglyph, g->c);
2131 LGLYPH_SET_CODE (lglyph, g->code);
2132 LGLYPH_SET_WIDTH (lglyph, g->xadv >> 6);
2133 LGLYPH_SET_LBEARING (lglyph, g->lbearing >> 6);
2134 LGLYPH_SET_RBEARING (lglyph, g->rbearing >> 6);
2135 LGLYPH_SET_ASCENT (lglyph, g->ascent >> 6);
2136 LGLYPH_SET_DESCENT (lglyph, g->descent >> 6);
2137 if (g->adjusted)
2139 Lisp_Object vec;
2141 vec = Fmake_vector (make_number (3), Qnil);
2142 ASET (vec, 0, make_number (g->xoff >> 6));
2143 ASET (vec, 1, make_number (g->yoff >> 6));
2144 ASET (vec, 2, make_number (g->xadv >> 6));
2145 LGLYPH_SET_ADJUSTMENT (lglyph, vec);
2148 return make_number (i);
2151 Lisp_Object
2152 ftfont_shape (lgstring)
2153 Lisp_Object lgstring;
2155 struct font *font;
2156 struct ftfont_info *ftfont_info;
2157 OTF *otf;
2159 CHECK_FONT_GET_OBJECT (LGSTRING_FONT (lgstring), font);
2160 ftfont_info = (struct ftfont_info *) font;
2161 otf = ftfont_get_otf (ftfont_info);
2162 if (! otf)
2163 return make_number (0);
2164 return ftfont_shape_by_flt (lgstring, font, ftfont_info->ft_size->face, otf);
2167 #endif /* HAVE_M17N_FLT */
2169 #ifdef HAVE_OTF_GET_VARIATION_GLYPHS
2171 static int
2172 ftfont_variation_glyphs (font, c, variations)
2173 struct font *font;
2174 int c;
2175 unsigned variations[256];
2177 struct ftfont_info *ftfont_info = (struct ftfont_info *) font;
2178 OTF *otf = ftfont_get_otf (ftfont_info);
2180 if (! otf)
2181 return 0;
2182 return OTF_get_variation_glyphs (otf, c, variations);
2185 #endif /* HAVE_OTF_GET_VARIATION_GLYPHS */
2186 #endif /* HAVE_LIBOTF */
2188 Lisp_Object
2189 ftfont_font_format (FcPattern *pattern, Lisp_Object filename)
2191 FcChar8 *str;
2193 #ifdef FC_FONTFORMAT
2194 if (pattern)
2196 if (FcPatternGetString (pattern, FC_FONTFORMAT, 0, &str) != FcResultMatch)
2197 return Qnil;
2198 if (strcmp ((char *) str, "TrueType") == 0)
2199 return intern ("truetype");
2200 if (strcmp ((char *) str, "Type 1") == 0)
2201 return intern ("type1");
2202 if (strcmp ((char *) str, "PCF") == 0)
2203 return intern ("pcf");
2204 if (strcmp ((char *) str, "BDF") == 0)
2205 return intern ("bdf");
2207 #endif /* FC_FONTFORMAT */
2208 if (STRINGP (filename))
2210 int len = SBYTES (filename);
2212 if (len >= 4)
2214 str = (FcChar8 *) (SDATA (filename) + len - 4);
2215 if (xstrcasecmp ((char *) str, ".ttf") == 0)
2216 return intern ("truetype");
2217 if (xstrcasecmp ((char *) str, ".pfb") == 0)
2218 return intern ("type1");
2219 if (xstrcasecmp ((char *) str, ".pcf") == 0)
2220 return intern ("pcf");
2221 if (xstrcasecmp ((char *) str, ".bdf") == 0)
2222 return intern ("bdf");
2225 return intern ("unknown");
2229 void
2230 syms_of_ftfont ()
2232 DEFSYM (Qfreetype, "freetype");
2233 DEFSYM (Qmonospace, "monospace");
2234 DEFSYM (Qsans_serif, "sans-serif");
2235 DEFSYM (Qserif, "serif");
2236 DEFSYM (Qmono, "mono");
2237 DEFSYM (Qsans, "sans");
2238 DEFSYM (Qsans__serif, "sans serif");
2240 staticpro (&freetype_font_cache);
2241 freetype_font_cache = Fcons (Qt, Qnil);
2243 staticpro (&ftfont_generic_family_list);
2244 ftfont_generic_family_list
2245 = Fcons (Fcons (Qmonospace, Qt),
2246 Fcons (Fcons (Qsans_serif, Qt),
2247 Fcons (Fcons (Qsans, Qt), Qnil)));
2249 staticpro (&ft_face_cache);
2250 ft_face_cache = Qnil;
2252 ftfont_driver.type = Qfreetype;
2253 register_font_driver (&ftfont_driver, NULL);
2256 /* arch-tag: 7cfa432c-33a6-4988-83d2-a82ed8604aca
2257 (do not change this comment) */