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: u16
ascent: u16
descent: u16
lineGap: i16
capHeight: u16
xHeight: u16
underlinePosition: i16
underlineThickness: u16
strikethroughPosition: i16
strikethroughThickness: u16
Trait 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