Library /sys$common/syshlp/basichelp.hlb Graphics, SET Statements, TEXT_ANGLE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The SET TEXT ANGLE statement lets you change the angle with which a text string is rotated. Angles of either radians or degrees can be specified with the OPTION ANGLE statement. The default angle is zero. Example OPTION ANGLE = DEGREES SET TEXT FONT -3, "STROKE" SET TEXT HEIGHT 0.05 SET TEXT ANGLE 90 GRAPH TEXT AT 0.7,0.55 : "90 degrees"
Additional Information (explode) :
|