#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

#44 in #glyph

Download history 1/week @ 2024-02-20 14/week @ 2024-02-27 1/week @ 2024-03-05 7/week @ 2024-03-12 2/week @ 2024-03-19 4/week @ 2024-03-26 46/week @ 2024-04-02 1/week @ 2024-04-09

53 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–12MB
~115K SLoC