Struct cairo::FontFace
[−]
pub struct FontFace(_);
pub struct FontFace(_);
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
impl Clone for FontFace