[][src]Function zathura_plugin_sys::zathura_document_set_device_factors

pub unsafe extern "C" fn zathura_document_set_device_factors(
    document: *mut zathura_document_t,
    x_factor: f64,
    y_factor: f64
)

Set the device scale factors (e.g. for HiDPI). These are generally integers and equal for x and y. These scaling factors are only used when rendering to the screen.

@param[in] x_factor,yfactor The x and y scale factors