graph htextleft - part-cw/lambdanative GitHub Wiki
(graph-htextleft g x y s)
This function draws left-aligned horizontal text.
| Parameter | Description |
|---|---|
| g | graph context |
| x,y | location of text |
| s | text string |
Example
(graph-htextleft g 1000. 0.8 "Left aligned text here")