Quick Start Guide

Table Of Contents
Quick Start Guide
Page 43 of 50
After enabling the Design Mode a new tab will show up.
FIGURE 1-46: Template Editor Design Tab
8.5.2.4 Enable and show color red
As there are new label types which are capable of showing the color "red"there's a short
description how to enable this inside the xsl template file.
l Optional: Query whether it is a "red" label
l
<xsl:when test="Label/DisplayWidth = XXX and Label/DisplayHeight =
XXX and
Label/DisplayColors = 'BLACK_WHITE_RED'">
l Add colors option to image tag:
l
<image width="XXX" height="XXX"
colors="true" font-family="XXX">
l Show something in color red, e.g. text:
l
<text font-size="XXX" condense="XXX" font-weight="XXX"
color=”red”>
8.5.2.5 Help Content
There’s a link to the Help content for the Template Editor, open it by clicking Help Help
Content in the Template Editor or open the file index.html located in
C:\imagotag\template\help\.
Also you can find further information on the USB Stick under Documentation - Image Rendering
Reference.