harfbuzz_rs_now 2.2.0

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
#include "hb.h"
#include "hb-draw.h"

extern "C"
{
    int hb_glyph_to_svg_path(hb_font_t *font, hb_codepoint_t glyph, char *buf, unsigned buf_size);
}