Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_FONT_METRICS
[−]#[repr(C)]pub struct DWRITE_FONT_METRICS {
pub designUnitsPerEm: u16,
pub ascent: u16,
pub descent: u16,
pub lineGap: i16,
pub capHeight: u16,
pub xHeight: u16,
pub underlinePosition: i16,
pub underlineThickness: u16,
pub strikethroughPosition: i16,
pub strikethroughThickness: u16,
}Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
designUnitsPerEm: u16ascent: u16descent: u16lineGap: i16capHeight: u16xHeight: u16underlinePosition: i16underlineThickness: u16strikethroughPosition: i16strikethroughThickness: u16Trait Implementations
impl Clone for DWRITE_FONT_METRICS
impl Clone for DWRITE_FONT_METRICS
impl Copy for DWRITE_FONT_METRICS
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_FONT_METRICS
impl Send for DWRITE_FONT_METRICS
impl Sync for DWRITE_FONT_METRICS
impl Unpin for DWRITE_FONT_METRICS
impl UnwindSafe for DWRITE_FONT_METRICS
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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