x-graphics 0.2.1

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