Struct owned_ttf_parser::hmtx::Metrics
source · pub struct Metrics {
pub advance: u16,
pub side_bearing: i16,
}
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 Freeze for Metrics
impl RefUnwindSafe for Metrics
impl Send for Metrics
impl Sync for Metrics
impl Unpin for Metrics
impl UnwindSafe for Metrics
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more