1 2 3 4 5 6
#include "../../harfbuzz/src/hb.h" extern "C" { int hb_glyph_to_svg_path(hb_font_t *font, hb_codepoint_t glyph, char *buf, unsigned buf_size); }