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