[][src]Function zathura_plugin_sys::zathura_document_get_scale

pub unsafe extern "C" fn zathura_document_get_scale(
    document: *mut zathura_document_t
) -> f64

Returns the current scale value of the document (based on zoom and screen PPI)

@param document The document @return The current scale value, in pixels per point