Function mupdf_sys::fz_font_shaper_data[][src]

pub unsafe extern "C" fn fz_font_shaper_data(
    ctx: *mut fz_context,
    font: *mut fz_font
) -> *mut fz_shaper_data_t

Retrieve a pointer to the shaper data structure for the given font.

font: The font to query.

Returns a pointer to the shaper data structure (or NULL if font is NULL).