Difference between revisions of "RotateText Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - "<div class="box info"> 48px|left This page is part of the official manual for print and pdf. For structural reasons normal users can't edit this page. If you found any errors on this page please contact )
Line 3: Line 3:
 
;RotateText[ <Text>, <Angle> ]
 
;RotateText[ <Text>, <Angle> ]
 
:Returns text rotated by given angle. [[LaTeX]] is used for rendering of the result.
 
:Returns text rotated by given angle. [[LaTeX]] is used for rendering of the result.
{{Note|1=The text needs to be enclosed in double quotes <code> " </code>.}}
+
{{Example|1=RotateText["a = 5", 45°]}}
 +
{{Notes|1=
 +
* The text needs to be enclosed in double quotes <code> " </code>.
 +
* The text is rotated around the top left corner (also known as corner 4) of the box containing the text.
 +
* The angle is in radians unless you explicitly use the degree symbol "°".}}

Revision as of 15:54, 7 June 2013



RotateText[ <Text>, <Angle> ]
Returns text rotated by given angle. LaTeX is used for rendering of the result.
Example: RotateText["a = 5", 45°]
Notes:
  • The text needs to be enclosed in double quotes " .
  • The text is rotated around the top left corner (also known as corner 4) of the box containing the text.
  • The angle is in radians unless you explicitly use the degree symbol "°".
© 2024 International GeoGebra Institute