| commit | e969f52986ce38e7082f7efc1957ef5b145ac81e | [log] [tgz] |
|---|---|---|
| author | Behdad Esfahbod <behdad@behdad.org> | Mon Sep 08 03:57:19 2025 |
| committer | Werner Lemberg <wl@gnu.org> | Mon Sep 08 03:57:19 2025 |
| tree | 846db31771e28a7350d3ae9e96c8dcc4ccd48e8f | |
| parent | 9db5233ceb297c81e748e563c7f6410b382ab2d4 [diff] |
[autofit] Fix HarfBuzz calling. * src/autofit/afadjust.c (af_reverse_character_map_new) [FT_CONFIG_OPTION_USE_HARFBUZZ]: Use `ft_hb_enabled`. Fixes issue #1354.
diff --git a/src/autofit/afadjust.c b/src/autofit/afadjust.c index f55317b..6637cac 100644 --- a/src/autofit/afadjust.c +++ b/src/autofit/afadjust.c
@@ -1355,6 +1355,7 @@ #ifdef FT_CONFIG_OPTION_USE_HARFBUZZ + if ( ft_hb_enabled( globals ) ) { hb_font_t *hb_font; hb_face_t *hb_face;