mupdf-sys 0.6.0

Rust FFI binding to MuPDF
Documentation
1
2
3
4
5
6
7
#include "internal.h"

/* Rect */
fz_rect mupdf_adjust_rect_for_stroke(fz_context *ctx, fz_rect self, fz_stroke_state *stroke, fz_matrix ctm, mupdf_error_t **errptr)
{
    TRY_CATCH(fz_rect, {}, fz_adjust_rect_for_stroke(ctx, self, stroke, ctm));
}