gyscos / text-svg

Text -> SVG path in rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example

Text -> SVG path in rust

Latest Version documentation LICENSE

Examples

Text::builder()
    .size(50.0)
    .start(Point { x, y })
    .build(&font, "text-svg");

About

Text -> SVG path in rust

License:Apache License 2.0


Languages

Language:Rust 100.0%