mirror of
https://gitlab.freedesktop.org/freetype/freetype.git
synced 2025-12-20 05:10:19 +01:00
[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.
This commit is contained in:
parent
9db5233ceb
commit
e969f52986
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue