#[repr(C)]pub struct LOGFONTA {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: u8,
pub lfOutPrecision: u8,
pub lfClipPrecision: u8,
pub lfQuality: u8,
pub lfPitchAndFamily: u8,
pub lfFaceName: [CHAR; 32],
}
Expand description
Required features: "Win32_Graphics_Gdi"
, "Win32_Foundation"
Fields
lfHeight: i32
lfWidth: i32
lfEscapement: i32
lfOrientation: i32
lfWeight: i32
lfItalic: u8
lfUnderline: u8
lfStrikeOut: u8
lfCharSet: u8
lfOutPrecision: u8
lfClipPrecision: u8
lfQuality: u8
lfPitchAndFamily: u8
lfFaceName: [CHAR; 32]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LOGFONTA
impl Send for LOGFONTA
impl Sync for LOGFONTA
impl Unpin for LOGFONTA
impl UnwindSafe for LOGFONTA
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