Struct cairo::font::Options [] [src]

pub struct Options {
    pub opaque: *mut c_void,
}

Fields

opaque: *mut c_void

Methods

impl Options
[src]

fn create() -> Options

fn status(&mut self) -> Status

fn merge(&mut self, other: &mut Options)

fn hash(&mut self) -> c_ulong

fn equal(&mut self, other: &mut Options) -> bool

fn set_antialias(&mut self, antialias: Antialias)

fn get_antialias(&mut self) -> Antialias

fn set_subpixel_order(&mut self, subpixel_order: SubpixelOrder)

fn get_subpixel_order(&mut self) -> SubpixelOrder

fn set_hint_style(&mut self, hint_style: HintStyle)

fn get_hint_style(&mut self) -> HintStyle

fn set_hint_metrics(&mut self, hint_metrics: HintMetrics)

fn get_hint_metrics(&mut self) -> HintMetrics

Trait Implementations

impl Clone for Options
[src]

fn clone(&self) -> Options

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Drop for Options
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more