pub struct CairoTextLayoutBuilder { /* private fields */ }

Trait Implementations§

Formats the value using the given formatter. Read more
The type of the generated TextLayout.
Set a max width for this layout. Read more
Set the TextAlignment to be used for this layout.
Add a default TextAttribute for this layout. Read more
Add a TextAttribute to a range of this layout. Read more
Attempt to build the TextLayout. Read more
A convenience method for setting the default font family and size. Read more
A convenience method for setting the default text color. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Performs the conversion.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.