RotateText Command
- RotateText( <Text>, <Angle> )
-
Creates a new LaTeX text, rotated by the given angle.
|
-
RotateText("a = 5", 45°)
-
If you want to place the text "GeoGebra", rotated by 42°, at point (6,6), use the command
Text(RotateText("GeoGebra", 42°), (6, 6),true,true)