[text] Merge the attributes with markup enabled
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 29 Jan 2009 13:18:57 +0000 (13:18 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 2 Feb 2009 12:07:28 +0000 (12:07 +0000)
commit488de99fc6be704d2817ffbfc380f876cb028e05
treec55a0c9f8036f0abef66594d5d50fcfb259d87f9
parente8ef5153b162a05d18d8763003c7ad3cced5132a
[text] Merge the attributes with markup enabled

ClutterText should merge the PangoAttributes set by using
clutter_text_set_attributes() with the attributes generated by
parsing Pango markup.

For this to work we must parse the markup and merge the attributes
we get out of pango_parse_markup() with the attributes set by
the user.

Setting the markup or the attributes on an editable text should
not work for the time being.
clutter/clutter-text.c
clutter/clutter-text.h