Struct winapi::um::wingdi::TEXTMETRICW [−][src]
#[repr(C)]pub struct TEXTMETRICW {Show 20 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,
}Fields
tmHeight: LONGtmAscent: LONGtmDescent: LONGtmInternalLeading: LONGtmExternalLeading: LONGtmAveCharWidth: LONGtmMaxCharWidth: LONGtmWeight: LONGtmOverhang: LONGtmDigitizedAspectX: LONGtmDigitizedAspectY: LONGtmFirstChar: WCHARtmLastChar: WCHARtmDefaultChar: WCHARtmBreakChar: WCHARtmItalic: BYTEtmUnderlined: BYTEtmStruckOut: BYTEtmPitchAndFamily: BYTEtmCharSet: BYTETrait Implementations
Returns the “default value” for a type. Read more