[][src]Struct mupdf::Context

pub struct Context { /* fields omitted */ }

Implementations

impl Context[src]

pub fn get() -> Self[src]

pub fn enable_icc(&mut self)[src]

pub fn disable_icc(&mut self)[src]

pub fn aa_level(&self) -> i32[src]

pub fn set_aa_level(&mut self, bits: i32)[src]

pub fn text_aa_level(&self) -> i32[src]

pub fn set_text_aa_level(&mut self, bits: i32)[src]

pub fn graphics_aa_level(&self) -> i32[src]

pub fn set_graphics_aa_level(&mut self, bits: i32)[src]

pub fn graphics_min_line_width(&self) -> f32[src]

pub fn set_graphics_min_line_width(&mut self, min_line_width: f32)[src]

pub fn use_document_css(&self) -> bool[src]

pub fn set_use_document_css(&mut self, should_use: bool)[src]

pub fn user_css(&self) -> Option<&str>[src]

pub fn set_user_css(&mut self, css: &str) -> Result<(), Error>[src]

Trait Implementations

impl Debug for Context[src]

impl Default for Context[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.