#svg #path #font #glyph #text #render

text-svg-plus

Render text or glyphs in a font to an SVG path

1 unstable release

0.1.3 Jan 8, 2024

#86 in Data formats

MIT license

15KB
149 lines

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);

Dependencies

~2–10MB
~75K SLoC