</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">hotspot2 0,0
! ### Definition der Zeichensätze
DEFINE STYLE{2} "Typ01" "Arial", 5, 2
DEFINE STYLE{2} "Typ02" "Arial", 2.5, 0
! ### Definition der zusammenhängenden Texte
PARAGRAPH "Absatz01" 1,
0, 0, 0,
1
PEN 1
SET STYLE "Typ01"
"BIG"
PEN 2
SET STYLE "Typ02"
"text"
PEN 1
SET STYLE "Typ02"
"small"
PEN 2
SET STYLE "Typ01"
"text"
ENDPARAGRAPH
! ### Ausgabetexte festlegen.
TEXTBLOCK "Block01" 50, 5, 0,
1, 1, 1,
"Absatz01"
! ### Ausgabe
RICHTEXT2 0,0, "Block01"... kann man offensichtlich spiegeln wie man will: Der Text bleibt so wie definiert.