Crates.io | text-svg |
lib.rs | text-svg |
version | 0.1.2 |
source | src |
created_at | 2022-12-10 19:52:46.843936 |
updated_at | 2022-12-10 21:36:38.802067 |
description | Render text or glyphs in a font to an SVG path |
homepage | |
repository | https://github.com/matthunz/text-svg |
max_upload_size | |
id | 733993 |
size | 38,475 |
Text -> SVG path in rust
Text::builder()
.size(50.0)
.start(Point { x, y })
.build(&font, "text-svg");