Reputation: 887
I want to draw a curved Label, But don't know how. Is there a way to get a curved Label?
For example, I have this background. I need to draw the 'ARCADIAN DEER' not straight, but curved. Any suggestions on what way I can think?
Upvotes: 0
Views: 156
Reputation: 571
This is probably not the best way, but probably the easiest. Assuming you are using Scene2D - make each letter it's own Label, then make a custom helper Group to position and rotate the labels as you like. You might even be able to use a HorizontalGroup for automatic placement along X.
Upvotes: 1