[Gtk-sharp-list] Best way to build a zoom effect?

Julien Sobrier julien at sobrier.net
Thu Mar 16 22:21:22 EST 2006


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


More information about the Gtk-sharp-list mailing list