graph htextright - part-cw/lambdanative GitHub Wiki
(graph-htextright g x y s)
This function draws right-aligned text at position (x,y).
| Parameter | Description |
|---|---|
| g | graph context |
| x,y | location of text |
| s | text string |
Example
(graph-htextright g 400 0.3 "Right-aligned text here")