pub unsafe extern "C" fn fz_render_t3_glyph_direct(
    ctx: *mut fz_context,
    dev: *mut fz_device,
    font: *mut fz_font,
    gid: c_int,
    trm: fz_matrix,
    gstate: *mut c_void,
    def_cs: *mut fz_default_colorspaces
)
Expand description

Nasty PDF interpreter specific hernia, required to allow the interpreter to replay glyphs from a type3 font directly into the target device.

This is only used in exceptional circumstances (such as type3 glyphs that inherit current graphics state, or nested type3 glyphs).