library for text rendering that supports text-on-path

前端 未结 1 999
南笙
南笙 2021-01-16 11:47

I need a good, reliable library or toolchain for programatically rendering text to png, with different sizes, fonts, weights, etc. It also needs to be able to render text in

相关标签:
1条回答
  • 2021-01-16 12:22

    Qt has a SVG module, i believe it supports the textPath element.

    http://doc.trolltech.com/4.1/qtsvg.html

    0 讨论(0)
提交回复
热议问题