63
74
layout.set_markup (label, -1);
65
76
buffer.context.move_to (0, 1);
66
buffer.context.set_source_rgba (0, 0, 0, 1);
67
79
Pango.cairo_show_layout (buffer.context, layout);
68
80
buffer.exponential_blur (3);
70
82
buffer.context.move_to (0, 0);
71
buffer.context.set_source_rgba (1, 1, 1, 1);
72
85
Pango.cairo_show_layout (buffer.context, layout);
74
87
cr.set_source_surface (buffer.surface, 0, 0);