Struct cairo::FontFace [−][src]
Implementations
impl FontFace[src]
pub fn toy_create(
family: &str,
slant: FontSlant,
weight: FontWeight
) -> FontFace[src]
family: &str,
slant: FontSlant,
weight: FontWeight
) -> FontFace
pub unsafe fn from_raw_full(ptr: *mut cairo_font_face_t) -> FontFace[src]
pub unsafe fn from_raw_none(ptr: *mut cairo_font_face_t) -> FontFace[src]
pub fn to_raw_none(&self) -> *mut cairo_font_face_t[src]
pub fn toy_get_family(&self) -> Option<String>[src]
pub fn toy_get_slant(&self) -> FontSlant[src]
pub fn toy_get_weight(&self) -> FontWeight[src]
pub fn ensure_status(&self)[src]
pub fn get_type(&self) -> FontType[src]
pub fn get_reference_count(&self) -> usize[src]
pub fn get_synthesize(&self) -> FtSynthesize[src]
pub fn set_synthesize(&self, synth_flags: FtSynthesize)[src]
pub fn unset_synthesize(&self, synth_flags: FtSynthesize)[src]
Trait Implementations
impl Clone for FontFace[src]
impl Debug for FontFace[src]
impl StaticType for FontFace[src]
fn static_type() -> Type[src]
Auto Trait Implementations
impl RefUnwindSafe for FontFace
impl !Send for FontFace
impl !Sync for FontFace
impl Unpin for FontFace
impl UnwindSafe for FontFace
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T> ToValue for T where
T: SetValue + ?Sized, [src]
T: SetValue + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,