Struct ttf_parser::cmap::Subtable10
source · pub struct Subtable10<'a> {
pub first_code_point: u32,
pub glyphs: LazyArray32<'a, GlyphId>,
}Expand description
A format 10 subtable.
Fields§
§first_code_point: u32First character code covered.
glyphs: LazyArray32<'a, GlyphId>Array of glyph indices for the character codes covered.
Implementations§
source§impl<'a> Subtable10<'a>
impl<'a> Subtable10<'a>
Trait Implementations§
source§impl<'a> Clone for Subtable10<'a>
impl<'a> Clone for Subtable10<'a>
source§fn clone(&self) -> Subtable10<'a>
fn clone(&self) -> Subtable10<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more