Library /sys$common/syshlp/basichelp.hlb Graphics, SET Statements, TEXT_PATH *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The SET TEXT PATH statement lets you specify the direction in which characters are drawn. You can specify a direction value of "RIGHT", "LEFT", "UP", or "DOWN". Example SET TEXT FONT -3, "STROKE" SET TEXT HEIGHT 0.05 SET TEXT PATH "UP" GRAPH TEXT AT 0.1,0.1 : "UP PATH" SET TEXT PATH "LEFT" GRAPH TEXT AT 0.7,0.9 : "LEFT PATH" SET TEXT PATH "DOWN" GRAPH TEXT AT 0.2,0.9 : "DOWN PATH" SET TEXT PATH "RIGHT" GRAPH TEXT AT 0.5,0.5 : "RIGHT PATH"
Additional Information (explode) :
|