Struct owned_ttf_parser::math::GlyphInfo
source · pub struct GlyphInfo<'a> {
pub italic_corrections: Option<MathValues<'a>>,
pub top_accent_attachments: Option<MathValues<'a>>,
pub extended_shapes: Option<Coverage<'a>>,
pub kern_infos: Option<KernInfos<'a>>,
}
Expand description
Fields§
§italic_corrections: Option<MathValues<'a>>
Per-glyph italics correction values.
top_accent_attachments: Option<MathValues<'a>>
Per-glyph horizontal positions for attaching mathematical accents.
extended_shapes: Option<Coverage<'a>>
Glyphs which are extended shapes.
kern_infos: Option<KernInfos<'a>>
Per-glyph information for mathematical kerning.
Trait Implementations§
impl<'a> Copy for GlyphInfo<'a>
Auto Trait Implementations§
impl<'a> Freeze for GlyphInfo<'a>
impl<'a> RefUnwindSafe for GlyphInfo<'a>
impl<'a> Send for GlyphInfo<'a>
impl<'a> Sync for GlyphInfo<'a>
impl<'a> Unpin for GlyphInfo<'a>
impl<'a> UnwindSafe for GlyphInfo<'a>
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