Struct piet_cairo::CairoTextLayoutBuilder
source · pub struct CairoTextLayoutBuilder { /* private fields */ }Trait Implementations
sourceimpl Debug for CairoTextLayoutBuilder
impl Debug for CairoTextLayoutBuilder
sourceimpl TextLayoutBuilder for CairoTextLayoutBuilder
impl TextLayoutBuilder for CairoTextLayoutBuilder
type Out = CairoTextLayout
type Out = CairoTextLayout
The type of the generated
TextLayout.sourcefn alignment(self, alignment: TextAlignment) -> Self
fn alignment(self, alignment: TextAlignment) -> Self
Set the
TextAlignment to be used for this layout. Read moresourcefn default_attribute(self, attribute: impl Into<TextAttribute>) -> Self
fn default_attribute(self, attribute: impl Into<TextAttribute>) -> Self
Add a default
TextAttribute for this layout. Read moresourcefn range_attribute(
self,
range: impl RangeBounds<usize>,
attribute: impl Into<TextAttribute>
) -> Self
fn range_attribute(
self,
range: impl RangeBounds<usize>,
attribute: impl Into<TextAttribute>
) -> Self
Add a
TextAttribute to a range of this layout. Read moresourcefn font(self, font: FontFamily, font_size: f64) -> Self
fn font(self, font: FontFamily, font_size: f64) -> Self
A convenience method for setting the default font family and size. Read more
sourcefn text_color(self, color: Color) -> Self
fn text_color(self, color: Color) -> Self
A convenience method for setting the default text color. Read more
Auto Trait Implementations
impl !RefUnwindSafe for CairoTextLayoutBuilder
impl !Send for CairoTextLayoutBuilder
impl !Sync for CairoTextLayoutBuilder
impl Unpin for CairoTextLayoutBuilder
impl !UnwindSafe for CairoTextLayoutBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> RoundFrom<T> for T
impl<T> RoundFrom<T> for T
sourcefn round_from(x: T) -> T
fn round_from(x: T) -> T
Performs the conversion.
sourceimpl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
sourcefn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.