Text -> SVG path in rust
Examples
Text::builder() .size(50.0) .start(Point { x, y }) .build(&font, "text-svg");