New Typography type

This commit is contained in:
Adam
2025-09-07 21:16:05 -07:00
parent 593a89f2e2
commit f96a44c4bc
13 changed files with 348 additions and 4 deletions

View File

@@ -318,6 +318,7 @@ fn flatten_vector(graphic_table: &Table<Graphic>) -> Table<Vector> {
}
})
.collect::<Vec<_>>(),
Graphic::Typography(typography) => typography.into_iter().flat_map(|row| row.element.to_vector()).collect::<Vec<_>>(),
}
})
.collect()