<preset id="1"/> - allow more control over
the appearance of the text. See the tag list section
below for a complete list of tags.| <br/> |
inserts a line break into the text string. |
| <preset id="3"/> |
selects a style preset from the current set ("1"-"8") |
| <preset file="x.pst"/> |
selects a new preset file. The id and file attributes
may be combined in the same tag. |
| <layer id="3"/> |
switch to a different layer in the current graphic.
The "layer" selection in the Deko object determines which layer (or all
layers) is visible. Generally use this tag with "All layers" selected
to change the text in multiple layers. |
| <style file="x.sty"/> |
sets the current style from a Deko style file. |
| <graphic file="x.dko"/> |
opens a specific deko graphic file. The default graphic
is the file name specified in the deko object filename parameter field.
If the filename field is empty, the deko object is ignored, so generally
set the filename field to "Preview" when using this tag. |
| <graphic/> |
opens a new blank graphic (contains a single empty
text layer with the current style) |
| <macro>macro text here</macro> |
executes a deko macro command. |
| <macro file="x.mcr"/> |
executes the specified deko macro command file |
| <auto file="x.aut"/> |
opens the named automation file. Also works with .atx
automation files. |
| < > & |
Display the <,>, and & characters. These
codes are converted only if a tag is present in the text string. If necessary,
include a do-nothing tag like "<preset/>" to force them to be converted. |