#include <hb-ft.h> FT_New_Face(ft_library, font_path, index, &face) hb_font_t *font = hb_ft_font_create(face); When I tried the example, the shaping worked (got the right glyph indexes) but the ...