Write text along a curve in Java

2019-08-15 18:49发布

问题:

I was wondering if it were possible to fit text along the curve of a circle. It would be great if there were a way to accomplish this in Java2D.

回答1:

Draw text along a curve with just awt and swing libraries.