The reason that there is a Display() and DisplayText() method is that it looked like 
DirectX on the Dreamcast did not like it when you called GetDC and ReleaseDC and would
only actually draw the last object that was painted. So if you had 3 windows with text, 
only the last window would be draw. Creating a two phase painting process of the outline
boxes first and then text seemed to do the trick.

