x_graphics/
text.rs

1#[derive(Clone, Copy, Debug, Eq, PartialEq)]
2pub enum TextAlignment {
3    Left,
4    Right,
5    Center,
6}