1 unstable release
0.1.3 | Jan 8, 2024 |
---|
#51 in #glyph
15KB
149 lines
Text -> SVG path in rust
Text::builder()
.size(50.0)
.start(Point { x, y })
.build(&font, "text-svg");
println!("{}", text.path);
println!("{}", text.data);
Dependencies
~2–11MB
~119K SLoC