Function ttf_parser::tables::glyf::resolve_coords_len

source ยท
fn resolve_coords_len(
    s: &mut Stream<'_>,
    points_total: u16,
) -> Option<(u32, u32)>
Expand description

Resolves coordinate arrays length.

The length depends on Simple Glyph Flags, so we have to process them all to find it.