[ft] Actually call check_changed() from _changed()

Ouch!

Fixes https://github.com/harfbuzz/harfbuzz/issues/3746
pull/3693/head
Behdad Esfahbod 2 years ago
parent fd535a240b
commit cb5ca6be29
  1. 2
      src/hb-ft.cc

@ -1085,6 +1085,8 @@ hb_ft_font_changed (hb_font_t *font)
#endif
}
#endif
_hb_ft_hb_font_check_changed (font, ft_font);
}
/**

Loading…
Cancel
Save