Function mupdf_sys::fz_outline_glyph[][src]

pub unsafe extern "C" fn fz_outline_glyph(
    ctx: *mut fz_context,
    font: *mut fz_font,
    gid: c_int,
    ctm: fz_matrix
) -> *mut fz_path
Expand description

Look a glyph up from a font, and return the outline of the glyph using the given transform.

The caller owns the returned path, and so is responsible for ensuring that it eventually gets dropped.