<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Thema "3D-Text kursiv darstellen" in Bibliotheken und Objekte</title>
    <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405284#M454</link>
    <description>Hallo Forum,&lt;BR /&gt; &lt;BR /&gt; weiß jemand ob oder wie man das Bibliothekselement 3D-Text mit einer kursiven umschreiben kann. Oder gibt es irgendwo ein Objekt zum Downloaden?&lt;BR /&gt; &lt;BR /&gt; Gruß Ansgar  :confused:</description>
    <pubDate>Thu, 25 Sep 2003 12:42:00 GMT</pubDate>
    <dc:creator>personalbox</dc:creator>
    <dc:date>2003-09-25T12:42:00Z</dc:date>
    <item>
      <title>3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405284#M454</link>
      <description>Hallo Forum,&lt;BR /&gt; &lt;BR /&gt; weiß jemand ob oder wie man das Bibliothekselement 3D-Text mit einer kursiven umschreiben kann. Oder gibt es irgendwo ein Objekt zum Downloaden?&lt;BR /&gt; &lt;BR /&gt; Gruß Ansgar  :confused:</description>
      <pubDate>Thu, 25 Sep 2003 12:42:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405284#M454</guid>
      <dc:creator>personalbox</dc:creator>
      <dc:date>2003-09-25T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405285#M455</link>
      <description>Kursive Schrift natürlich.  :verwirrt:  &lt;BR /&gt; &lt;BR /&gt; Hektik.&lt;BR /&gt; &lt;BR /&gt; Ansgar</description>
      <pubDate>Thu, 25 Sep 2003 12:44:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405285#M455</guid>
      <dc:creator>personalbox</dc:creator>
      <dc:date>2003-09-25T12:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405286#M456</link>
      <description>bau einen Parameter "sty" ein und schreibe ins Parameterskript:&lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt;values "sty" "normal", "fett", "kursiv", "fett+kursiv", "unterstrichen", "umrandet", "mit Schatten"  dann ins 3D Skript:&lt;BR /&gt;  &amp;lt;/font&amp;gt;&amp;lt;blockquote&amp;gt;&amp;lt;font size="1" face="Verdana, Helvetica, sans-serif"&amp;gt;Code:&amp;lt;/font&amp;gt;&amp;lt;hr /&amp;gt;&amp;lt;pre style="font-size:x-small; font-family: monospace;"&amp;gt;if sty = "fett" then styl = 1&lt;BR /&gt; if sty = "kursiv" then styl = 2&lt;BR /&gt; if sty = "fett+kursiv" then styl = 3&lt;BR /&gt; if sty = "unterstrichen" then styl = 4&lt;BR /&gt; if sty = "umrandet" then styl = 8&lt;BR /&gt; if sty = "mit Schatten" then styl = 16&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; define style "your text"  c ,d,7,styl&lt;BR /&gt; set style "your text"&lt;BR /&gt; text e,0,f      das müsste dann tun  :winken:  &lt;BR /&gt; allerdings verfügen die meisten Schriftarten nicht über alle theoretisch möglichen Darstellungsstile (wie soll "mit Schatten" im 3D eigentlich aussehen???)&lt;BR /&gt;   :winken:</description>
      <pubDate>Thu, 25 Sep 2003 12:54:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405286#M456</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2003-09-25T12:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405287#M457</link>
      <description>Danke für die schnelle Hilfe, &lt;BR /&gt; &lt;BR /&gt;   :winken:  funzt!!!!  :winken:  &lt;BR /&gt; &lt;BR /&gt; Gruß Ansgar</description>
      <pubDate>Thu, 25 Sep 2003 13:20:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405287#M457</guid>
      <dc:creator>personalbox</dc:creator>
      <dc:date>2003-09-25T13:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405288#M458</link>
      <description>ich versteh die erste zeile nicht &lt;BR /&gt; wo schreib ich was ins parameter skript???&lt;BR /&gt; &lt;BR /&gt; zzyzx schrieb:&amp;nbsp;  &amp;nbsp;&amp;nbsp;  &amp;nbsp;  &amp;nbsp;&amp;nbsp;  &amp;nbsp; &amp;nbsp;  &amp;nbsp;&amp;nbsp;  &amp;nbsp;&amp;nbsp;&lt;BR /&gt; bau einen Parameter "sty" ein und schreibe ins Parameterskript:&lt;BR /&gt; &lt;BR /&gt; Code:&lt;BR /&gt; values "sty" "normal", "fett", "kursiv", "fett+kursiv", "unterstrichen", "umrandet", "mit Schatten"  &lt;BR /&gt; dann ins 3D Skript:&lt;BR /&gt; &lt;BR /&gt; Code:&lt;BR /&gt; if sty = "fett" then styl = 1&lt;BR /&gt; if sty = "kursiv" then styl = 2&lt;BR /&gt; if sty = "fett+kursiv" then styl = 3&lt;BR /&gt; if sty = "unterstrichen" then styl = 4&lt;BR /&gt; if sty = "umrandet" then styl = 8&lt;BR /&gt; if sty = "mit Schatten" then styl = 16&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; define style "your text"  c ,d,7,styl&lt;BR /&gt; set style "your text"&lt;BR /&gt; text e,0,f      &lt;BR /&gt; das müsste dann tun  &lt;BR /&gt; allerdings verfügen die meisten Schriftarten nicht über alle theoretisch möglichen Darstellungsstile (wie soll "mit Schatten" im 3D eigentlich aussehen???)&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Dec 2004 12:42:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405288#M458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-01T12:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405289#M459</link>
      <description>Wird wohl GDL -3D Skript- sein&lt;BR /&gt; &lt;BR /&gt; Ablage - Bibliothekselement öffnen</description>
      <pubDate>Wed, 01 Dec 2004 12:45:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405289#M459</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-01T12:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405290#M460</link>
      <description>ja -nee das is ja klar&lt;BR /&gt; ich meinte:&lt;BR /&gt; &lt;BR /&gt; "bau einen Parameter "sty" ein und schreibe ins Parameterskript:&lt;BR /&gt; &lt;BR /&gt; Code:&lt;BR /&gt; values "sty" "normal", "fett", "kursiv", "fett+kursiv", "unterstrichen", "umrandet", "mit Schatten"  "&lt;BR /&gt; &lt;BR /&gt; was trage ich wo im parameter skript ein :&lt;BR /&gt; wenn ich alles bei wert (value) eintrage gehts nicht  &lt;!-- s:roll: --&gt;&lt;span class="lia-unicode-emoji" title=":Gesicht_mit_rollenden_Augen:"&gt;🙄&lt;/span&gt;&lt;!-- s:roll: --&gt;</description>
      <pubDate>Wed, 01 Dec 2004 13:44:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405290#M460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-01T13:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405291#M461</link>
      <description>OK ich glaub ich hab Dich verstanden:&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; -öffne das Objekt "3D Schrift"&lt;BR /&gt; -auf Parmeter klicken (ist normalerweise das erste Fenster"&lt;BR /&gt; -oben in Neu klicken&lt;BR /&gt; -bei Variabel schreibst Du sty&lt;BR /&gt; -bei Typ wählst Du Abc&lt;BR /&gt; -bei Name schreibst Du Schriftstil&lt;BR /&gt; -dann auf Parameter Script klicken und den GDL Text wie angegeben eintippen&lt;BR /&gt; -dann den restlichen Text ins 3D Script tippen&lt;BR /&gt; -speichen.&lt;BR /&gt; &lt;BR /&gt; Dann sollte folgendes funktionieren:&lt;BR /&gt; &lt;BR /&gt; Wenn Du jetzt das Objekt in AC öffnest, erscheint im Dialogfeld die Variable Schriftstil und rechts davon ein Kästchen mit Dreieck. Dies ist ein Pop-Up Kästchen aus dem Du den gewünschten Schriftstil auswählen kannst.</description>
      <pubDate>Wed, 01 Dec 2004 15:30:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405291#M461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-01T15:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405292#M462</link>
      <description>ah-ja danke - soweit klappts  &lt;!-- s:) --&gt;&lt;span class="lia-unicode-emoji" title=":leicht_lächelndes_Gesicht:"&gt;🙂&lt;/span&gt;&lt;!-- s:) --&gt;  &lt;BR /&gt; ich kanns jetzt auswählen - nur leider ändert sich der buchstabe kein bischen!???  :confused:  &lt;BR /&gt; im 3d script dteht alles so wie oben!</description>
      <pubDate>Wed, 01 Dec 2004 16:25:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405292#M462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-01T16:25:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405293#M463</link>
      <description>Versuchs vielleicht mit einer anderen Schriftart</description>
      <pubDate>Wed, 01 Dec 2004 19:03:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405293#M463</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-01T19:03:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405294#M464</link>
      <description>hallo zusammen&lt;BR /&gt; ist ja eine "altlast" von mir, muss deshalb natürlich auch nochmal was dazu sagen:&lt;BR /&gt; schau nochmal, ob bei der zeile &lt;BR /&gt; "define style "your text" c ,d,7,styl"&lt;BR /&gt; hinten der parameter styl auch drin steht.&lt;BR /&gt; du kannst auch testweise einfach mal stattdessen&lt;BR /&gt; "define style "your text" c ,d,7,2"&lt;BR /&gt; schreiben, dann sollte es mit der kursivschrift funktionieren &lt;BR /&gt;   :winken:</description>
      <pubDate>Thu, 02 Dec 2004 07:40:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405294#M464</guid>
      <dc:creator>zzyzx</dc:creator>
      <dc:date>2004-12-02T07:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: 3D-Text kursiv darstellen</title>
      <link>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405295#M465</link>
      <description>JIPPPPIEEE! - hat geklappt - danke &lt;BR /&gt; war das fehlende styl im 3D skript&lt;BR /&gt; 20x hingesehen - 19x nichts gesehen&lt;BR /&gt; &lt;BR /&gt;   :winken:</description>
      <pubDate>Thu, 02 Dec 2004 10:20:00 GMT</pubDate>
      <guid>https://community.graphisoft.com/t5/Bibliotheken-und-Objekte/3D-Text-kursiv-darstellen/m-p/405295#M465</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2004-12-02T10:20:00Z</dc:date>
    </item>
  </channel>
</rss>

