Struct windows_sys::Win32::Graphics::Gdi::NEWTEXTMETRICA
[−]#[repr(C)]pub struct NEWTEXTMETRICA {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: 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,
pub ntmFlags: u32,
pub ntmSizeEM: u32,
pub ntmCellHeight: u32,
pub ntmAvgWidth: u32,
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
tmHeight: i32
tmAscent: i32
tmDescent: i32
tmInternalLeading: i32
tmExternalLeading: i32
tmAveCharWidth: i32
tmMaxCharWidth: i32
tmWeight: i32
tmOverhang: i32
tmDigitizedAspectX: i32
tmDigitizedAspectY: i32
tmFirstChar: u8
tmLastChar: u8
tmDefaultChar: u8
tmBreakChar: u8
tmItalic: u8
tmUnderlined: u8
tmStruckOut: u8
tmPitchAndFamily: u8
tmCharSet: u8
ntmFlags: u32
ntmSizeEM: u32
ntmCellHeight: u32
ntmAvgWidth: u32
Trait Implementations
impl Clone for NEWTEXTMETRICA
impl Clone for NEWTEXTMETRICA
impl Copy for NEWTEXTMETRICA
Auto Trait Implementations
impl RefUnwindSafe for NEWTEXTMETRICA
impl Send for NEWTEXTMETRICA
impl Sync for NEWTEXTMETRICA
impl Unpin for NEWTEXTMETRICA
impl UnwindSafe for NEWTEXTMETRICA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more