copper_rs/gfx/
text_align.rs

1
2pub enum TextAlign {
3    Left,
4    Center,
5    Right
6}