Is there a means by which I can convert text, dynamically (I won't know what the text is until runtime) into an png image? In short, if I get a string, dymanically, like "Stainless Steel," I want to convert it to a png image (black text, white
background) at runtime.
Does anyone know how I might accomplish this in C# ? Thanks