Function mupdf_sys::fz_run_t3_glyph

source ·
pub unsafe extern "C" fn fz_run_t3_glyph(
    ctx: *mut fz_context,
    font: *mut fz_font,
    gid: c_int,
    trm: fz_matrix,
    dev: *mut fz_device
)
Expand description

Run a glyph from a Type3 font to a given device.

font: The font to find the glyph in.

gid: The glyph to run.

trm: The transform to apply.

dev: The device to render onto.