Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
提示请如何在命令行窗口的实用程序 fontforge 中将 ttf 转换为 svg,或者如何在 .NET 中使用 api,谢谢
使用这两个函数调用创建脚本:
Open($1,1) Generate($2)
并像这样运行它:
fontforge -script script.pe input.ttf output.svg
应该做你想做的。