Struct ttf_parser::hmtx::Metrics
source · [−]Expand description
Horizontal/Vertical Metrics.
Fields
advance: u16
Width/Height advance for hmtx
/vmtx
.
side_bearing: i16
Left/Top side bearing for hmtx
/vmtx
.
Trait Implementations
impl Copy for Metrics
Auto Trait Implementations
impl RefUnwindSafe for Metrics
impl Send for Metrics
impl Sync for Metrics
impl Unpin for Metrics
impl UnwindSafe for 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