Struct cairo::FontOptions
[−]
pub struct FontOptions(_);
Methods
impl FontOptions
[src]
fn new() -> FontOptions
fn ensure_status(&self)
fn merge(&mut self, other: &FontOptions)
fn hash(&self) -> u64
fn set_antialias(&mut self, antialias: Antialias)
fn get_antialias(&self) -> Antialias
fn set_subpixel_order(&mut self, order: SubpixelOrder)
fn get_subpixel_order(&self) -> SubpixelOrder
fn set_hint_style(&mut self, hint_style: HintStyle)
fn get_hint_style(&self) -> HintStyle
fn set_hint_metrics(&mut self, hint_metrics: HintMetrics)
fn get_hint_metrics(&self) -> HintMetrics
Trait Implementations
impl Clone for FontOptions
fn clone(&self) -> FontOptions
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