Thursday, August 2, 2007

Centering Text

One of the things that has been perplexing us is how to center text in Python.

The Canvas.text() api only allows for a specific X,Y location. We are still looking for a textbox object or something similar to allow for centered text. Does anyone know of a solution?

No comments: