Struct ttf_parser::cmap::Subtable10 [−][src]
pub struct Subtable10<'a> {
pub first_code_point: u32,
pub glyphs: LazyArray32<'a, GlyphId>,
}
Expand description
A format 10 subtable.
Fields
first_code_point: u32
First character code covered.
glyphs: LazyArray32<'a, GlyphId>
Array of glyph indices for the character codes covered.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Subtable10<'a>
impl<'a> Send for Subtable10<'a>
impl<'a> Sync for Subtable10<'a>
impl<'a> Unpin for Subtable10<'a>
impl<'a> UnwindSafe for Subtable10<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more