Function mupdf_sys::fz_set_aa_level

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

Set the number of bits of antialiasing we should use (for both text and graphics).

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