Struct owned_ttf_parser::hvar::Table [−][src]
pub struct Table<'a> { /* fields omitted */ }
Expand description
Implementations
pub 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.
pub 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> UnwindSafe for Table<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more