Struct ttf_parser::cmap::Subtable2 [−][src]
pub struct Subtable2<'a> { /* fields omitted */ }Expand description
A format 2 subtable.
Implementations
Returns a glyph index for a code point.
Returns None when code_point is larger than u16.
Calls f for each codepoint defined in this table.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable2<'a>
impl<'a> UnwindSafe for Subtable2<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
