#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 ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.