jugisto135
Sep 28, 2013 - 08:58
Is there a way to set the size of a layer's image in the scene module? I have something like this.
self.layer.image = render_text('foo')[0]
This will stretch the given text out of proportions, depending on the size of the layer. But I have fixed size layers that should have centered texts. How can I achieve this?