Type Alias TEXTMETRICA
Source pub type TEXTMETRICA = tagTEXTMETRICA;
#[repr(C)]
pub struct TEXTMETRICA {Show 20 fields
pub tmHeight: i64,
pub tmAscent: i64,
pub tmDescent: i64,
pub tmInternalLeading: i64,
pub tmExternalLeading: i64,
pub tmAveCharWidth: i64,
pub tmMaxCharWidth: i64,
pub tmWeight: i64,
pub tmOverhang: i64,
pub tmDigitizedAspectX: i64,
pub tmDigitizedAspectY: i64,
pub tmFirstChar: u8,
pub tmLastChar: u8,
pub tmDefaultChar: u8,
pub tmBreakChar: u8,
pub tmItalic: u8,
pub tmUnderlined: u8,
pub tmStruckOut: u8,
pub tmPitchAndFamily: u8,
pub tmCharSet: u8,
}
§tmPitchAndFamily: u8