User guide

Opticon ESL
DEMO KIT
User Manual
36
A.2.1. Text
Text can added to the template using the following format:
<Object>
<Condition>%6%</Condition>
<Text>
<Content>From: %6%</Content>
<Color>0</Color>
<X>0</X>
<Y>33</Y>
<Width>40</Width>
<Height>20</Height>
<Font>
<Type>Arial</Type>
<Size>9</Size>
<Italic>0</Italic>
<Bold>0</Bold>
</Font>
<Lines>2</Lines>
<HAlignment>LEFT</HAlignment>
<VAlignment>BOTTOM</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)