Type Alias NEWTEXTMETRICW
Source pub type NEWTEXTMETRICW = tagNEWTEXTMETRICW;
struct NEWTEXTMETRICW {Show 24 fields
pub tmHeight: i32,
pub tmAscent: i32,
pub tmDescent: i32,
pub tmInternalLeading: i32,
pub tmExternalLeading: i32,
pub tmAveCharWidth: i32,
pub tmMaxCharWidth: i32,
pub tmWeight: i32,
pub tmOverhang: i32,
pub tmDigitizedAspectX: i32,
pub tmDigitizedAspectY: i32,
pub tmFirstChar: u16,
pub tmLastChar: u16,
pub tmDefaultChar: u16,
pub tmBreakChar: u16,
pub tmItalic: u8,
pub tmUnderlined: u8,
pub tmStruckOut: u8,
pub tmPitchAndFamily: u8,
pub tmCharSet: u8,
pub ntmFlags: u32,
pub ntmSizeEM: u32,
pub ntmCellHeight: u32,
pub ntmAvgWidth: u32,
}
§tmPitchAndFamily: u8