Struct winapi::um::wingdi::EMREXTCREATEFONTINDIRECTW [−][src]
#[repr(C)]pub struct EMREXTCREATEFONTINDIRECTW {
pub emr: EMR,
pub ihFont: DWORD,
pub elfw: EXTLOGFONTW,
}
Fields
emr: EMR
ihFont: DWORD
elfw: EXTLOGFONTW
Trait Implementations
Returns the “default value” for a type. Read more