Struct winapi::um::wingdi::NEWTEXTMETRICW   [−][src]
#[repr(C)]pub struct NEWTEXTMETRICW {Show 24 fields
    pub tmHeight: LONG,
    pub tmAscent: LONG,
    pub tmDescent: LONG,
    pub tmInternalLeading: LONG,
    pub tmExternalLeading: LONG,
    pub tmAveCharWidth: LONG,
    pub tmMaxCharWidth: LONG,
    pub tmWeight: LONG,
    pub tmOverhang: LONG,
    pub tmDigitizedAspectX: LONG,
    pub tmDigitizedAspectY: LONG,
    pub tmFirstChar: WCHAR,
    pub tmLastChar: WCHAR,
    pub tmDefaultChar: WCHAR,
    pub tmBreakChar: WCHAR,
    pub tmItalic: BYTE,
    pub tmUnderlined: BYTE,
    pub tmStruckOut: BYTE,
    pub tmPitchAndFamily: BYTE,
    pub tmCharSet: BYTE,
    pub ntmFlags: DWORD,
    pub ntmSizeEM: UINT,
    pub ntmCellHeight: UINT,
    pub ntmAvgWidth: UINT,
}Fields
tmHeight: LONGtmAscent: LONGtmDescent: LONGtmInternalLeading: LONGtmExternalLeading: LONGtmAveCharWidth: LONGtmMaxCharWidth: LONGtmWeight: LONGtmOverhang: LONGtmDigitizedAspectX: LONGtmDigitizedAspectY: LONGtmFirstChar: WCHARtmLastChar: WCHARtmDefaultChar: WCHARtmBreakChar: WCHARtmItalic: BYTEtmUnderlined: BYTEtmStruckOut: BYTEtmPitchAndFamily: BYTEtmCharSet: BYTEntmFlags: DWORDntmSizeEM: UINTntmCellHeight: UINTntmAvgWidth: UINTTrait Implementations
Returns the “default value” for a type. Read more