Hello, please find along with this email patches to add outline rendering capability to ClutterLabel (and so to PangoClutter). Following is the function to call to use outline feature.
void clutter_label_set_outline(ClutterLabel *label, gboolean outline);
gboolean clutter_label_get_outline(ClutterLabel *label);
void clutter_label_set_outline_width(ClutterLabel *label, gfloat outline_width);
gfloat clutter_label_get_outline_width(ClutterLabel *label);
I've tried to respect the coding convention of files I have modified.
Hopes this is how to submit a patch.
Rno
--
"Given enough eyeballs, all bugs are shallow"
Eric Steven Raymond
clutter-entry.c.diff
Description: Binary data
clutter-label.c.diff
Description: Binary data
clutter-label.h.diff
Description: Binary data
pangoclutter-glyph-cache.c.diff
Description: Binary data
pangoclutter-glyph-cache.h.diff
Description: Binary data
pangoclutter-render.c.diff
Description: Binary data
pangoclutter.h.diff
Description: Binary data
