Function ttf_parser::tables::glyf::parse_simple_outline

source ยท
pub(crate) fn parse_simple_outline(
    glyph_data: &[u8],
    number_of_contours: NonZeroU16,
) -> Option<GlyphPointsIter<'_>>