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

text-svg

Render text or glyphs in a font to an SVG path

3 releases

0.1.2 Dec 10, 2022
0.1.1 Dec 10, 2022
0.1.0 Dec 10, 2022

#39 in #glyph

34 downloads per month

MIT license

13KB
140 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");

Dependencies

~2–11MB
~116K SLoC