Struct ttf_parser::hvar::Table
source · [−]pub struct Table<'a> { /* private fields */ }
Expand description
Implementations
sourceimpl<'a> Table<'a>
impl<'a> Table<'a>
sourcepub fn advance_offset(
&self,
glyph_id: GlyphId,
coordinates: &[NormalizedCoordinate]
) -> Option<f32>
pub fn advance_offset(
&self,
glyph_id: GlyphId,
coordinates: &[NormalizedCoordinate]
) -> Option<f32>
Returns advance offset for a glyph.
sourcepub fn side_bearing_offset(
&self,
glyph_id: GlyphId,
coordinates: &[NormalizedCoordinate]
) -> Option<f32>
pub fn side_bearing_offset(
&self,
glyph_id: GlyphId,
coordinates: &[NormalizedCoordinate]
) -> Option<f32>
Returns side bearing offset for a glyph.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Table<'a>
impl<'a> Send for Table<'a>
impl<'a> Sync for Table<'a>
impl<'a> Unpin for Table<'a>
impl<'a> UnwindSafe for Table<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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