#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

#47 in #glyph

Download history 1/week @ 2024-12-06 2/week @ 2025-01-31 147/week @ 2025-02-07 12/week @ 2025-02-14

161 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–10MB
~116K SLoC