Hello, I can't figure out a good way to have a zoom effect on a text: a text gets from size N to size P, smoothly, as a movie. The only way I can think of involve using Cairo to draw the text, and then calling the method Cairo.Context.Scale(double, double) every x milliseconds. Is there a better way to do that? Thank you Julien