#[repr(C)]pub struct LOGFONTW {Show 14 fields
pub lfHeight: i32,
pub lfWidth: i32,
pub lfEscapement: i32,
pub lfOrientation: i32,
pub lfWeight: i32,
pub lfItalic: u8,
pub lfUnderline: u8,
pub lfStrikeOut: u8,
pub lfCharSet: FONT_CHARSET,
pub lfOutPrecision: FONT_OUTPUT_PRECISION,
pub lfClipPrecision: FONT_CLIP_PRECISION,
pub lfQuality: FONT_QUALITY,
pub lfPitchAndFamily: u8,
pub lfFaceName: [u16; 32],
}Expand description
Required features: "Win32_Graphics_Gdi"
Fields
lfHeight: i32lfWidth: i32lfEscapement: i32lfOrientation: i32lfWeight: i32lfItalic: u8lfUnderline: u8lfStrikeOut: u8lfCharSet: FONT_CHARSETlfOutPrecision: FONT_OUTPUT_PRECISIONlfClipPrecision: FONT_CLIP_PRECISIONlfQuality: FONT_QUALITYlfPitchAndFamily: u8lfFaceName: [u16; 32]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LOGFONTW
impl Send for LOGFONTW
impl Sync for LOGFONTW
impl Unpin for LOGFONTW
impl UnwindSafe for LOGFONTW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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