graph vtextbottom - part-cw/lambdanative GitHub Wiki

(graph-vtextbottom g x y s)

This function draws vertical bottom-aligned text at the specified position.

Parameter Description
g graph context
x,y location of text
s text string

Example

(graph-vtextbottom  g 0 0.2 "my text here")