text-svg-plus

Crates.iotext-svg-plus
lib.rstext-svg-plus
version0.1.3
sourcesrc
created_at2024-01-08 15:53:40.737475
updated_at2024-01-08 15:53:40.737475
descriptionRender text or glyphs in a font to an SVG path
homepage
repositoryhttps://github.com/biner88/text-svg-plus
max_upload_size
id1092708
size43,579
(biner88)

documentation

README

example

Text -> SVG path in rust

Latest Version documentation

LICENSE

Examples

Text::builder()
    .size(50.0)
    .start(Point { x, y })
    .build(&font, "text-svg");
println!("{}", text.path);
println!("{}", text.data);
Commit count: 0

cargo fmt