text-svg 0.1.0

Render text or glyphs in a font to an SVG path
Documentation

example

Text -> SVG path in rust

Examples

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