Re: Rotate a label

2014-09-10 Thread David Grieve
For this kind of layout, you'd want to use TextFlow. On 9/10/14, 7:25 PM, Phil Race wrote: ? S I H T E K I L N A E M U O Y That is rotating the individual glyphs or vertical layout. I can't think of any remotely easy way to do this right now. But transforming so the string reads normally if

Re: Rotate a label

2014-09-10 Thread Phil Race
? S I H T E K I L N A E M U O Y That is rotating the individual glyphs or vertical layout. I can't think of any remotely easy way to do this right now. But transforming so the string reads normally if you rotate the screen should be possible with transforms on the node. -phil. On 9/10/201

Re: Rotate a label

2014-09-10 Thread Shakir Gusaroff
Does the following work for you? Or I am missing something. Label label = new Label("Application"); label.setRotate(270); On 9/10/14, Victor Grazi wrote: > In JavaFX 8, is it possible to rotate the text in a label so that instead > of left to right it reads bottom to top? I.e., to rotate the en

Rotate a label

2014-09-10 Thread Victor Grazi
In JavaFX 8, is it possible to rotate the text in a label so that instead of left to right it reads bottom to top? I.e., to rotate the entire label 90° counterclockwise