<?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>topic AcDbMText word wrap in ObjectARX Forum</title>
    <link>https://forums.autodesk.com/t5/objectarx-forum/acdbmtext-word-wrap/m-p/1445517#M25382</link>
    <description>The automatic word wrap doesn't seem to work for me.  If the line is too long, it just vanished, not display at all.  Do I need to specifically set the word wrap?</description>
    <pubDate>Thu, 29 Sep 2005 00:44:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2005-09-29T00:44:48Z</dc:date>
    <item>
      <title>AcDbMText word wrap</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbmtext-word-wrap/m-p/1445517#M25382</link>
      <description>The automatic word wrap doesn't seem to work for me.  If the line is too long, it just vanished, not display at all.  Do I need to specifically set the word wrap?</description>
      <pubDate>Thu, 29 Sep 2005 00:44:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbmtext-word-wrap/m-p/1445517#M25382</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-29T00:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbMText word wrap</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbmtext-word-wrap/m-p/1445518#M25383</link>
      <description>If you read the docs, it says:&lt;BR /&gt;
&lt;BR /&gt;
An MTEXT object is a multiline text entity that stores a specified line&lt;BR /&gt;
width and performs&lt;BR /&gt;
&amp;gt;&amp;gt;&amp;gt; automatic word wrap &amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;
to keep the text within this width boundary.&lt;BR /&gt;
&lt;BR /&gt;
There must be somthing you do wrong, but we cant say what if we don't se the&lt;BR /&gt;
code fragment.&lt;BR /&gt;
&lt;BR /&gt;
Regards&lt;BR /&gt;
Rex&lt;BR /&gt;
&lt;BR /&gt;
&lt;HWANGDAVID&gt; schrieb im Newsbeitrag news:4970160@discussion.autodesk.com...&lt;BR /&gt;
The automatic word wrap doesn't seem to work for me.  If the line is too&lt;BR /&gt;
long, it just vanished, not display at all.  Do I need to specifically set&lt;BR /&gt;
the word wrap?&lt;/HWANGDAVID&gt;</description>
      <pubDate>Thu, 29 Sep 2005 06:09:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbmtext-word-wrap/m-p/1445518#M25383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-29T06:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbMText word wrap</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbmtext-word-wrap/m-p/1445519#M25384</link>
      <description>Thanks Rex, code fragment below:&lt;BR /&gt;
&lt;BR /&gt;
m_ptext = new AcDbMText();&lt;BR /&gt;
m_ptext-&amp;gt;setTextHeight(txtActHeight); // non-zero&lt;BR /&gt;
m_ptext-&amp;gt;setWidth(width); // non-zero&lt;BR /&gt;
m_ptext-&amp;gt;setAttachment(AcDbMText::kBottomLeft);&lt;BR /&gt;
m_ptext-&amp;gt;setDatabaseDefaults(acdbHostApplicationServices()-&amp;gt;workingDatabase());&lt;BR /&gt;
m_ptext-&amp;gt;setLocation(pt); // somewhere &lt;BR /&gt;
m_ptext-&amp;gt;setContents("some text here longer than the width");&lt;BR /&gt;
pt[1] += m_ptext-&amp;gt;actualHeight() + spacing;&lt;BR /&gt;
m_ptext-&amp;gt;setContents("some more text");&lt;BR /&gt;
m_ptext-&amp;gt;worldDraw(mode);</description>
      <pubDate>Thu, 29 Sep 2005 16:47:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbmtext-word-wrap/m-p/1445519#M25384</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-29T16:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: AcDbMText word wrap</title>
      <link>https://forums.autodesk.com/t5/objectarx-forum/acdbmtext-word-wrap/m-p/1445520#M25385</link>
      <description>Rex,  I found the problem.  Thanks for the help.</description>
      <pubDate>Thu, 29 Sep 2005 22:01:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/objectarx-forum/acdbmtext-word-wrap/m-p/1445520#M25385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2005-09-29T22:01:54Z</dc:date>
    </item>
  </channel>
</rss>

