id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1222	Setting Foreground / Background color via Attributes on pango layout does not work	guest	axel	"Hello,

    I'm trying to set foreground and background color for a pango layout, unfortunately it does not seem to work. 
If I do something like 
layoutSetAttributes lay [AttrForeground 0 (-1) (Color 255 0 0),
                        AttrBackground 0 (-1) (Color 255 255 255)]
then foreground and background is black (black rectangles are displayed), if I only set the foreground using 
layoutSetAttributes lay [AttrForeground 0 (-1) (Color 255 0 0) then the foreground color is always black (not red), if I set the background to whatever value, using 
layoutSetAttributes lay [AttrBackground 0 (-1) (Color 255 0 0) foreground and background is always black.
To test this with the associated source, modify line 34 or 35 .
Maybe I'm dooing something wrong, if so what is the correct way to set foreground and background color."	defect	closed	normal	0.12.0	Pango bindings	0.11.0	invalid	layoutSetAttributes	marc.lisp@…
