pub unsafe extern "C" fn fz_new_stroke_state(
    ctx: *mut fz_context
) -> *mut fz_stroke_state
Expand description

Create a new (empty) stroke state structure (with no dash data) and return a reference to it.

Throws exception on failure to allocate.