#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 ...
I upgraded the version of vizdoom. This fixes the watch/visualization error of #117. However, it seems to have broken the Shaping example described in #136.