harfbuzz_rs_now 2.3.2

A high-level interface to HarfBuzz, exposing its most important functionality in a safe manner using Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#include "../../harfbuzz/src/hb.h"

#ifdef __cplusplus
extern "C"
{
#endif

    int hb_glyph_to_svg_path(hb_font_t *font, hb_codepoint_t glyph, char *buf, unsigned buf_size);

#ifdef __cplusplus
}
#endif