pub struct VheaTable { /* private fields */ }Implementations§
Source§impl VheaTable
impl VheaTable
pub fn version(&self) -> u32
pub fn vert_typo_ascender(&self) -> i16
pub fn vert_typo_descender(&self) -> i16
pub fn vert_typo_line_gap(&self) -> i16
pub fn advance_height_max(&self) -> u16
pub fn min_top_side_bearing(&self) -> i16
pub fn min_bottom_side_bearing(&self) -> i16
pub fn y_max_extent(&self) -> i16
pub fn caret_slope_rise(&self) -> i16
pub fn caret_slope_run(&self) -> i16
pub fn caret_offset(&self) -> i16
pub fn metric_data_format(&self) -> i16
pub fn num_of_long_ver_metrics(&self) -> u16
Auto Trait Implementations§
impl Freeze for VheaTable
impl RefUnwindSafe for VheaTable
impl Send for VheaTable
impl Sync for VheaTable
impl Unpin for VheaTable
impl UnsafeUnpin for VheaTable
impl UnwindSafe for VheaTable
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