chickadee » canvas-draw » canvas-text-alignment-set!

(canvas-text-alignment-set! [canvas canvas?] [text-alignment symbol?]) -> void?procedure

Alternatively (set! (canvas-text-alignment [canvas canvas?]) [text-alignment symbol?]) -> void?

Sets the current text alignment of the given canvas and returns the previous value.

(canvas-text-orientation [canvas canvas?]) -> real?

Retrieves the current text orientation of the given canvas.