> In order to get a simple border around each letter you have to draw your text > to a surface, and do a masked blit of that surface 9 times with the last one > being the center position. Ok, it's not so fast but at least it works! Thanks!