Emmanuele Bassi 0ac1590378 Lazily create the PangoContext on Text::init
If we create the PangoContext for ClutterText inside the class
initialization we might not have a Clutter main context yet.

Ideally, we should store the Pango context inside the main context
and create it on clutter_init(), but for now we can lazily create
the PangoContext when we initialize a ClutterText instance for the
first time.
2008-12-11 14:57:46 +00:00
..
2008-12-10 12:13:20 +00:00
2008-10-31 12:07:01 +00:00
2008-12-05 14:08:06 +00:00
2008-12-05 14:08:06 +00:00