Which Font do you use?

Here a String with Courier New Fnt:

Code:

font courier_font = "cour",0,16; //Courier New,Size 16

text Text_Definition // String definition
{
font = Courier_font;
Red = 255; //Color Settings for this Font
Green= 255; //Color Settings for this Font
Blue= 255; //Color Settings for this Font
layer = 2;
pos_x = 800; //Position Y 800 (right)
pos_y = 30; //Position Y 30 (Up)
layer=2;
strings = 5;
string = Your_String;
flags =narrow,;
}

string Your_String ="Hello, this is my String, Hope you like it ;)"



cYa Sebastian


Tutorials:
[Blender]Terrain creation ENG/GER
[Blender]Low Poly Tree Modeling
[GIMP]Create a Texture for Terrains
CLICK HERE