fn resolve_coords_len( s: &mut Stream<'_>, points_total: u16, ) -> Option<(u32, u32)>
Resolves coordinate arrays length.
The length depends on Simple Glyph Flags, so we have to process them all to find it.