[][src]Function mupdf_sys::fz_set_font_bbox

pub unsafe extern "C" fn fz_set_font_bbox(
    ctx: *mut fz_context,
    font: *mut fz_font,
    xmin: f32,
    ymin: f32,
    xmax: f32,
    ymax: f32
)

Set the font bbox.

font: The font to set the bbox for.

xmin, ymin, xmax, ymax: The bounding box.