[util] Default font-funcs to 'ot' instead of 'ft'

pull/3411/head
Behdad Esfahbod 3 years ago
parent 9cc9ffe352
commit 640b6ffddd
  1. 2
      util/font-options.hh

@ -74,10 +74,10 @@ static struct supported_font_funcs_t {
void (*func) (hb_font_t *);
} supported_font_funcs[] =
{
{"ot", hb_ot_font_set_funcs},
#ifdef HAVE_FREETYPE
{"ft", hb_ft_font_set_funcs},
#endif
{"ot", hb_ot_font_set_funcs},
};

Loading…
Cancel
Save