Documentation
1
2
3
4
5
6
#[repr(i32)]
pub enum Slant {
  Normal = 0,
  Italic = 1,
  Oblique = 2
}