Place_Text -

Any model can write arbitrary sized text on the screen by calling the following:
void Place_Text( float x, float y, char *strng, int font_size, char orientation, int txt_color )

Where: