Function mupdf_sys::fz_font_bbox[][src]

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

Retrieve a pointer to the font bbox.

font: The font to query.

Returns a pointer to the font bbox (or NULL if the font is NULL).