intrinsic-194 Set3DStrokeText

Top  Previous  Next

194: Set3DStrokeText(Handle, UsePos, Text, PosX, PosY, PosZ, Scale, Color);

 

This intrinsic displays text as a stroke font. It takes a line list and adds lines that draw the characters.

 

Arguments:

 

Handle. This argument is an integer handle created by the Add3DObject intrinsic. It must be a Line-List object.

 

UsePos. This is an integer Boolean that indicates whether the text will start where the previous text left off or whether it will use the new position described below.

 

Text. This item is the string that will be displayed.

 

PosX, PosY, PosZ. These three reals specify the starting 3D position of the text. The position is only used if the UsePos value is true.

 

Scale. This real value scales the text. Values less than one decrease the size of the text. Values greater than one increase the size of the text.

 

Color: This is an integer value that specifies the RGB Color of the text.