Enum ttf_parser::loca::Table
source · pub enum Table<'a> {
Short(LazyArray16<'a, u16>),
Long(LazyArray16<'a, u32>),
}Expand description
Variants§
Implementations§
source§impl<'a> Table<'a>
impl<'a> Table<'a>
sourcepub fn parse(
number_of_glyphs: NonZeroU16,
format: IndexToLocationFormat,
data: &'a [u8]
) -> Option<Self>
pub fn parse(
number_of_glyphs: NonZeroU16,
format: IndexToLocationFormat,
data: &'a [u8]
) -> Option<Self>
Parses a table from raw data.
number_of_glyphsis from themaxptable.formatis from theheadtable.