pub struct HheaTable { /* private fields */ }Implementations§
Source§impl HheaTable
impl HheaTable
pub fn version(&self) -> u32
pub fn ascender(&self) -> i16
pub fn descender(&self) -> i16
pub fn line_gap(&self) -> i16
pub fn advance_width_max(&self) -> u16
pub fn min_left_side_bearing(&self) -> i16
pub fn min_right_side_bearing(&self) -> i16
pub fn x_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 number_of_h_metrics(&self) -> u16
Auto Trait Implementations§
impl Freeze for HheaTable
impl RefUnwindSafe for HheaTable
impl Send for HheaTable
impl Sync for HheaTable
impl Unpin for HheaTable
impl UnsafeUnpin for HheaTable
impl UnwindSafe for HheaTable
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