Documentation
1
2
3
4
5
6
7
8
#[repr(i32)]
pub enum FontType {
  Toy = 0,
  FT = 1,
  Win32 = 2,
  Quartz = 3,
  User = 4
}