Struct cairo::FontFace
[−]
pub struct FontFace(_);
Methods
impl FontFace
[src]
fn toy_create(family: &str, slant: FontSlant, weight: FontWeight) -> FontFace
fn toy_get_family(&self) -> Option<String>
fn toy_get_slant(&self) -> FontSlant
fn toy_get_weight(&self) -> FontWeight
fn ensure_status(&self)
fn get_type(&self) -> FontType
fn get_reference_count(&self) -> usize
Trait Implementations
impl Clone for FontFace
fn clone(&self) -> FontFace
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