/text-svg

Text -> SVG path in rust

Primary LanguageRustApache License 2.0Apache-2.0

example

Text -> SVG path in rust

Latest Version documentation LICENSE

Examples

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