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