#[repr(C)]
pub struct DWRITE_FONT_METRICS1 {
Show 14 fields pub __AnonymousBase_DWrite_1_L627_C38: DWRITE_FONT_METRICS, pub glyphBoxLeft: i16, pub glyphBoxTop: i16, pub glyphBoxRight: i16, pub glyphBoxBottom: i16, pub subscriptPositionX: i16, pub subscriptPositionY: i16, pub subscriptSizeX: i16, pub subscriptSizeY: i16, pub superscriptPositionX: i16, pub superscriptPositionY: i16, pub superscriptSizeX: i16, pub superscriptSizeY: i16, pub hasTypographicMetrics: BOOL,
}
Expand description

Required features: "Win32_Graphics_DirectWrite", "Win32_Foundation"

Fields

__AnonymousBase_DWrite_1_L627_C38: DWRITE_FONT_METRICSglyphBoxLeft: i16glyphBoxTop: i16glyphBoxRight: i16glyphBoxBottom: i16subscriptPositionX: i16subscriptPositionY: i16subscriptSizeX: i16subscriptSizeY: i16superscriptPositionX: i16superscriptPositionY: i16superscriptSizeX: i16superscriptSizeY: i16hasTypographicMetrics: BOOL

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.