Function ttf_parser::tables::cff::cff1::parse_char_string

source ยท
fn parse_char_string(
    data: &[u8],
    metadata: &Table<'_>,
    glyph_id: GlyphId,
    width_only: bool,
    builder: &mut dyn OutlineBuilder,
) -> Result<(Rect, Option<f32>), CFFError>