mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[util] Default font-funcs to 'ot' instead of 'ft'
This commit is contained in:
parent
9cc9ffe352
commit
640b6ffddd
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue