text-svg

Crates.iotext-svg
lib.rstext-svg
version0.1.2
sourcesrc
created_at2022-12-10 19:52:46.843936
updated_at2022-12-10 21:36:38.802067
descriptionRender text or glyphs in a font to an SVG path
homepage
repositoryhttps://github.com/matthunz/text-svg
max_upload_size
id733993
size38,475
Matt Hunzinger (matthunz)

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");
Commit count: 1

cargo fmt