String Entity
Syntax:
<entity Type="Text" Name="[String]" Text="[String]" Color="[int]" XPos="[double]" YPos="[double]" Font="[String]" CharSize="[double]" Rotation="[Integer]" />
Parameters:
Name  | 
Mandatory  | 
Description  | 
Format  | 
Name  | 
Yes  | 
The name of the entity, used also for data updating, must be unique  | 
String  | 
XPos  | 
Yes  | 
X position in mm  | 
Double  | 
YPos  | 
Yes  | 
Y position in mm  | 
Double  | 
Text  | 
Yes  | 
Text to be engraved  | 
String  | 
Color  | 
Yes  | 
Color of the text  | 
Integer  | 
Font  | 
Yes  | 
Font used. Be sure it is in the font installed in the system.  | 
String  | 
CharSize  | 
Yes  | 
Char size in mm  | 
Integer  | 
Rotation  | 
No  | 
Text rotation in degrees  | 
Integer  |