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