pub unsafe extern "C" fn fz_set_graphics_aa_level(
    ctx: *mut fz_context,
    bits: c_int
)
Expand description

Set the number of bits of antialiasing we should use for graphics.

bits: The number of bits of antialiasing to use (values are clamped to within the 0 to 8 range).