Struct cairo::font::FontFace
[−]
[src]
pub struct FontFace { pub opaque: *mut c_void, }
Fields
opaque: *mut c_void
Methods
impl FontFace
[src]
fn create_toy(family: &str, slant: Slant, weight: Weight) -> FontFace
fn toy_get_family(&mut self) -> String
fn toy_get_slant(&mut self) -> Slant
fn toy_get_weight(&mut self) -> Slant
fn status(&mut self) -> Status
fn get_type(&mut self) -> FontType
fn get_reference_count(&mut self) -> c_uint
Trait Implementations
impl Clone for FontFace
[src]
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