#[repr(C)]
pub struct PRINTIFI32 {
Show 59 fields pub cjThis: u32, pub cjIfiExtra: u32, pub dpwszFamilyName: i32, pub dpwszStyleName: i32, pub dpwszFaceName: i32, pub dpwszUniqueName: i32, pub dpFontSim: i32, pub lEmbedId: i32, pub lItalicAngle: i32, pub lCharBias: i32, pub dpCharSets: i32, pub jWinCharSet: u8, pub jWinPitchAndFamily: u8, pub usWinWeight: u16, pub flInfo: u32, pub fsSelection: u16, pub fsType: u16, pub fwdUnitsPerEm: i16, pub fwdLowestPPEm: i16, pub fwdWinAscender: i16, pub fwdWinDescender: i16, pub fwdMacAscender: i16, pub fwdMacDescender: i16, pub fwdMacLineGap: i16, pub fwdTypoAscender: i16, pub fwdTypoDescender: i16, pub fwdTypoLineGap: i16, pub fwdAveCharWidth: i16, pub fwdMaxCharInc: i16, pub fwdCapHeight: i16, pub fwdXHeight: i16, pub fwdSubscriptXSize: i16, pub fwdSubscriptYSize: i16, pub fwdSubscriptXOffset: i16, pub fwdSubscriptYOffset: i16, pub fwdSuperscriptXSize: i16, pub fwdSuperscriptYSize: i16, pub fwdSuperscriptXOffset: i16, pub fwdSuperscriptYOffset: i16, pub fwdUnderscoreSize: i16, pub fwdUnderscorePosition: i16, pub fwdStrikeoutSize: i16, pub fwdStrikeoutPosition: i16, pub chFirstChar: u8, pub chLastChar: u8, pub chDefaultChar: u8, pub chBreakChar: u8, pub wcFirstChar: u16, pub wcLastChar: u16, pub wcDefaultChar: u16, pub wcBreakChar: u16, pub ptlBaseline: POINTL, pub ptlAspect: POINTL, pub ptlCaret: POINTL, pub rclFontBox: RECTL, pub achVendId: [u8; 4], pub cKerningPairs: u32, pub ulPanoseCulture: u32, pub panose: PANOSE,
}
Expand description

Required features: "Win32_Graphics_Printing", "Win32_Foundation", "Win32_Graphics_Gdi"

Fields

cjThis: u32cjIfiExtra: u32dpwszFamilyName: i32dpwszStyleName: i32dpwszFaceName: i32dpwszUniqueName: i32dpFontSim: i32lEmbedId: i32lItalicAngle: i32lCharBias: i32dpCharSets: i32jWinCharSet: u8jWinPitchAndFamily: u8usWinWeight: u16flInfo: u32fsSelection: u16fsType: u16fwdUnitsPerEm: i16fwdLowestPPEm: i16fwdWinAscender: i16fwdWinDescender: i16fwdMacAscender: i16fwdMacDescender: i16fwdMacLineGap: i16fwdTypoAscender: i16fwdTypoDescender: i16fwdTypoLineGap: i16fwdAveCharWidth: i16fwdMaxCharInc: i16fwdCapHeight: i16fwdXHeight: i16fwdSubscriptXSize: i16fwdSubscriptYSize: i16fwdSubscriptXOffset: i16fwdSubscriptYOffset: i16fwdSuperscriptXSize: i16fwdSuperscriptYSize: i16fwdSuperscriptXOffset: i16fwdSuperscriptYOffset: i16fwdUnderscoreSize: i16fwdUnderscorePosition: i16fwdStrikeoutSize: i16fwdStrikeoutPosition: i16chFirstChar: u8chLastChar: u8chDefaultChar: u8chBreakChar: u8wcFirstChar: u16wcLastChar: u16wcDefaultChar: u16wcBreakChar: u16ptlBaseline: POINTLptlAspect: POINTLptlCaret: POINTLrclFontBox: RECTLachVendId: [u8; 4]cKerningPairs: u32ulPanoseCulture: u32panose: PANOSE

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.