[−][src]Module embedded_text::alignment
Text alignment options.
Re-exports
pub use bottom::BottomAligned; |
pub use center::CenterAligned; |
pub use justified::Justified; |
pub use left::LeftAligned; |
pub use right::RightAligned; |
pub use top::TopAligned; |
Modules
| bottom | Bottom vertical text alignment. |
| center | Horizontal and vertical center aligned text. |
| justified | Fully justified text. |
| left | Left aligned text. |
| right | Right aligned text. |
| top | Top vertical text alignment. |
Traits
| HorizontalTextAlignment | Horizontal text alignment base trait. |
| VerticalTextAlignment | Vertical text alignment base trait. |