Hi,
I'm writing a roguelike with a pseudo-terminal appearance (in SFML.net). I'm drawing Glyphs in a grid layout, but the only obvious way I noticed to apply a per-Glyph background color was to draw a RectangleShape behind it.
Is this sub-optimal and if so, is there a better way?
Cheers