Struct owned_ttf_parser::ScriptMetrics [−][src]
#[repr(C)]pub struct ScriptMetrics { pub x_size: i16, pub y_size: i16, pub x_offset: i16, pub y_offset: i16, }
Expand description
A script metrics used by subscript and superscript.
Fields
x_size: i16Horizontal font size.
y_size: i16Vertical font size.
x_offset: i16X offset.
y_offset: i16Y offset.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ScriptMetrics
impl Send for ScriptMetrics
impl Sync for ScriptMetrics
impl Unpin for ScriptMetrics
impl UnwindSafe for ScriptMetrics
Blanket Implementations
Mutably borrows from an owned value. Read more