[−][src]Struct piet_cairo::CairoText
Right now, we don't need any state, as the "toy text API" treats the access to system font information as a global. This will change.
Trait Implementations
impl Text for CairoText[src]
type Font = CairoFont
type FontBuilder = CairoFontBuilder
type TextLayout = CairoTextLayout
type TextLayoutBuilder = CairoTextLayoutBuilder
fn new_font_by_name(
&mut self,
name: &str,
size: f64
) -> Result<Self::FontBuilder, Error>[src]
&mut self,
name: &str,
size: f64
) -> Result<Self::FontBuilder, Error>
fn new_text_layout(
&mut self,
font: &Self::Font,
text: &str
) -> Result<Self::TextLayoutBuilder, Error>[src]
&mut self,
font: &Self::Font,
text: &str
) -> Result<Self::TextLayoutBuilder, Error>
Auto Trait Implementations
impl Send for CairoText
impl Unpin for CairoText
impl Sync for CairoText
impl UnwindSafe for CairoText
impl RefUnwindSafe for CairoText
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
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.
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>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> RoundFrom<T> for T[src]
fn round_from(x: T) -> T[src]
impl<T, U> RoundInto<U> for T where
U: RoundFrom<T>, [src]
U: RoundFrom<T>,