Hi,
The firefox code for Pango fonts support does
not take the font colour into the consideration.
Henceforth, the issue will rise even for x11
backend.
To solve this we need to change an api in the
DrawString and DrawStringSlowly methods
from : gdk_draw_layout_line
to : gdk_draw_layout_line_with_colors.
The last two arguments of
gdk_draw_layout_with_colors are foreground and
background colours. We can get it from the graphics
context and pass it to the api call.
Thanks,
Prahalad N.
_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev