[util] Default font-funcs to 'ot' instead of 'ft'
This commit is contained in:
parent
9cc9ffe352
commit
640b6ffddd
|
@ -74,10 +74,10 @@ static struct supported_font_funcs_t {
|
||||||
void (*func) (hb_font_t *);
|
void (*func) (hb_font_t *);
|
||||||
} supported_font_funcs[] =
|
} supported_font_funcs[] =
|
||||||
{
|
{
|
||||||
|
{"ot", hb_ot_font_set_funcs},
|
||||||
#ifdef HAVE_FREETYPE
|
#ifdef HAVE_FREETYPE
|
||||||
{"ft", hb_ft_font_set_funcs},
|
{"ft", hb_ft_font_set_funcs},
|
||||||
#endif
|
#endif
|
||||||
{"ot", hb_ot_font_set_funcs},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue