#[repr(C)]
pub struct EXTTEXTMETRIC {
Show 26 fields pub emSize: i16, pub emPointSize: i16, pub emOrientation: i16, pub emMasterHeight: i16, pub emMinScale: i16, pub emMaxScale: i16, pub emMasterUnits: i16, pub emCapHeight: i16, pub emXHeight: i16, pub emLowerCaseAscent: i16, pub emLowerCaseDescent: i16, pub emSlant: i16, pub emSuperScript: i16, pub emSubScript: i16, pub emSuperScriptSize: i16, pub emSubScriptSize: i16, pub emUnderlineOffset: i16, pub emUnderlineWidth: i16, pub emDoubleUpperUnderlineOffset: i16, pub emDoubleLowerUnderlineOffset: i16, pub emDoubleUpperUnderlineWidth: i16, pub emDoubleLowerUnderlineWidth: i16, pub emStrikeOutOffset: i16, pub emStrikeOutWidth: i16, pub emKernPairs: u16, pub emKernTracks: u16,
}
Expand description

Required features: "Win32_Graphics_Printing"

Fields

emSize: i16emPointSize: i16emOrientation: i16emMasterHeight: i16emMinScale: i16emMaxScale: i16emMasterUnits: i16emCapHeight: i16emXHeight: i16emLowerCaseAscent: i16emLowerCaseDescent: i16emSlant: i16emSuperScript: i16emSubScript: i16emSuperScriptSize: i16emSubScriptSize: i16emUnderlineOffset: i16emUnderlineWidth: i16emDoubleUpperUnderlineOffset: i16emDoubleLowerUnderlineOffset: i16emDoubleUpperUnderlineWidth: i16emDoubleLowerUnderlineWidth: i16emStrikeOutOffset: i16emStrikeOutWidth: i16emKernPairs: u16emKernTracks: u16

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.