pub unsafe extern "C" fn fz_adjust_rect_for_stroke(
    ctx: *mut fz_context,
    rect: fz_rect,
    stroke: *const fz_stroke_state,
    ctm: fz_matrix
) -> fz_rect
Expand description

Given a rectangle (assumed to be the bounding box for a path), expand it to allow for the expansion of the bbox that would be seen by stroking the path with the given stroke state and transform.