</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Zitat:</font><hr /><font size="2" face="Verdana, Helvetica, sans-serif">
ich habe das Thema ins GDL-Forum verschoben. und geschlossen.
😞 So gehts. Muß mich etwas korrigieren. Weniger offensichtlich stimmte was mit deiner Schriftdefinition nicht:
</font><blockquote><font size="1" face="Verdana, Helvetica, sans-serif">Code:</font><hr /><pre style="font-size:x-small; font-family: monospace;">size_title=2.5
size_font=2
PEN 3
DEFINE STYLE{2} "style_title" "Arial", size_title, 1
DEFINE STYLE{2} "style_font" "Geneva", size_font, 0
set STYLE "style_title"
PARAGRAPH "title" 1, 0, 0, 0, 1.5
"WANDAUFBAU"
ENDPARAGRAPH
PARAGRAPH "mass_title" 1, 0, 0, 0, 1.5
""
ENDPARAGRAPH
set STYLE "style_font"
PARAGRAPH "text1" 1, 0, 0, 0, 1
schicht_1_text
ENDPARAGRAPH
PARAGRAPH "text2" 1, 0, 0, 0, 1
"BACKSTEIN"
ENDPARAGRAPH
PARAGRAPH "mass1" 1, 0, 0, 0, 1
schicht_1_mass
ENDPARAGRAPH
PARAGRAPH "mass2" 1, 0, 0, 0, 1
"15 cm"
ENDPARAGRAPH
TEXTBLOCK "aufbau" 0, 1, 0, 1, 1, 1, "title", "text1", "text2"
RICHTEXT2 0, 0, "aufbau"
TEXTBLOCK "masse" 0, 3, 0, 1, 1, 1, "mass_title", "mass1", "mass2"
RICHTEXT2 2.3, 0, "masse"Ich dachte zuerst, daß es ein Fehler in AC ist. Da sind zwar welche im Zusammenhang mit PARAGRAPH, aber der kommt hier doch nicht zum Tragen.
[ 08. Februar 2006, 14:28: Beitrag editiert von: Ove Bodj ]