39
ESL User Manual
A.3 Adding or Editing Text
Text can added to the template using the following format:
<Object>
<Text>
<Content>%3%</Content>
<Color>1</Color>
<X>0</X>
<Y>3</Y>
<Width>200</Width>
<Height>28</Height>
<Font>
<Type>Arial</Type>
<Size>11</Size>
<Italic>1</Italic>
<Bold>1</Bold>
</Font>
<Lines>2</Lines>
<HAlignment>CENTER</HAlignment>
<VAlignment>CENTER</VAlignment>
</Text>
</Object>
•
<Condition>
(optional) Displaying conditions
•
<Content>
The Dynamic/fixed text to be rendered
•
<Color>
Text color (0=Black; 1=White)
•
<X> <Y> <Width> <Height>
Specify the rectangle within the text is rendered
•
<Font>
Specifies the type, style and size of the used font
•
<Lines>
Number of lines the text may be wrapped if needed
•
<HAlignment>
Horizontal alignment (LEFT, CENTER or RIGHT)
•
<VAlignment>
Vertical alignment (TOP, CENTER, BOTTOM)