Function collect_normals

Source
fn collect_normals(
    text: &Text,
    chunk: &TextChunk,
    clusters: &[GlyphCluster],
    path: &Path,
    char_offset: usize,
    offset: f32,
) -> Vec<Option<PathNormal>>