[][src]Function swf_parser::parsers::text::parse_offset_glyphs

pub fn parse_offset_glyphs(
    input: &[u8],
    glyph_count: usize,
    use_wide_offsets: bool
) -> IResult<&[u8], Vec<Glyph>>