Navigation
Synopsis Define the angle at which text is drawn.
Function FProperty textAngle(num a)
Description Place text at a degrees. The value of the angle may also be computed by a callback ca. Also see Angles.
Examples
render(text("Rascal", fontSize(20), textAngle(45)));
ta1
Is this page unclear, or have you spotted an error? Please add a comment below and help us to improve it. For all other questions and remarks, visit ask.rascal-mpl.org.