将字体中的文本或符号渲染为 SVG 路径
作者:Matt Hunzinger
#39 in #glyph
34 每月下载量
13KB 140 行
Rust 中的文本 -> SVG 路径
示例
Text::builder() .size(50.0) .start(Point { x, y }) .build(&font, "text-svg");
~2–11MB ~116K SLoC