Documentation
1
2
3
4
5
6
7
8
9
10
#[repr(i32)]
pub enum Antialias {
  Default = 0,
  None = 1,
  Gray = 2,
  Subpixel = 3,
  Fast = 4,
  Good = 5,
  Best = 6
}