[ft] Actually call check_changed() from _changed()
Ouch! Fixes https://github.com/harfbuzz/harfbuzz/issues/3746
This commit is contained in:
parent
fd535a240b
commit
cb5ca6be29
|
@ -1085,6 +1085,8 @@ hb_ft_font_changed (hb_font_t *font)
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
_hb_ft_hb_font_check_changed (font, ft_font);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue