[−][src]Module embedded_text::alignment
Horizontal text alignment opitons.
Re-exports
pub use center::CenterAligned; |
pub use justified::Justified; |
pub use left::LeftAligned; |
pub use right::RightAligned; |
Modules
| center | Center aligned text. |
| justified | Fully justified text. |
| left | Left aligned text. |
| right | Right aligned text. |
Traits
| TextAlignment | Text alignment base trait. |