#[repr(C)]
pub struct TEXTMETRICW {
Show 20 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,
}
Expand description

Required features: "Win32_Graphics_Gdi"

Fields

tmHeight: i32tmAscent: i32tmDescent: i32tmInternalLeading: i32tmExternalLeading: i32tmAveCharWidth: i32tmMaxCharWidth: i32tmWeight: i32tmOverhang: i32tmDigitizedAspectX: i32tmDigitizedAspectY: i32tmFirstChar: u16tmLastChar: u16tmDefaultChar: u16tmBreakChar: u16tmItalic: u8tmUnderlined: u8tmStruckOut: u8tmPitchAndFamily: u8tmCharSet: u8

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.