Function mupdf_sys::fz_font_bbox

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

Retrieve the font bbox.

font: The font to query.

Returns the font bbox by value; it is valid only if fz_font_flags(font)->invalid_bbox is zero.