<?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 Re: Convert Multiple DTEXT objects to MTEXT Objects in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968339#M298151</link>
    <description>&lt;P&gt;True. &amp;nbsp;I generally avoid all those options, believing that text is more readable without stacked fractions, special colors, or special embedded fonts. &amp;nbsp;If that level of individual control is desired however, converting dtext to mext automatically is the least of his worries and the least possible to automate.&lt;/P&gt;</description>
    <pubDate>Wed, 30 Dec 2015 16:06:33 GMT</pubDate>
    <dc:creator>dbroad</dc:creator>
    <dc:date>2015-12-30T16:06:33Z</dc:date>
    <item>
      <title>Convert Multiple DTEXT objects to MTEXT Objects</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968153#M298146</link>
      <description>&lt;P&gt;I need to convert a couple hundred individual DTEXT strings into individual MTEXT strings. I know to use the Express Tools command, but the only way I can see to do this is one text string at a time.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there another way to accomplish this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 13:11:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968153#M298146</guid>
      <dc:creator>dtucker</dc:creator>
      <dc:date>2015-12-30T13:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Multiple DTEXT objects to MTEXT Objects</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968183#M298147</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can select the text objects using normal selection like window or crossing (or fence or ..), so no need to click any single text object with a single click.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000080"&gt;&amp;gt;&amp;gt; into individual MTEXT strings&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;That can't be done automatically as AutoCAD does not know with text objects belong together and which one should be appended to another MTEXT object.&lt;/P&gt;
&lt;P&gt;If you have 100 text objects and from them there should be 12 mtext objects created ... what is the rule which ones belong together?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 13:36:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968183#M298147</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2015-12-30T13:36:15Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Multiple DTEXT objects to MTEXT Objects</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968199#M298148</link>
      <description>&lt;P&gt;Try &lt;STRONG&gt;Text1MtextJust2.lsp&lt;/STRONG&gt; with its &lt;STRONG&gt;T1MJ&lt;/STRONG&gt; command, available &lt;A href="http://cadtips.cadalyst.com/multiline-text/convert-text-mtext-without-changing-justification" target="_self"&gt;here&lt;/A&gt;. &amp;nbsp;Its primary purpose was about preserving &lt;EM&gt;justification&lt;/EM&gt; in a way that TXT2MTXT does not, but to do so, it does all selected Text objects individually.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 13:50:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968199#M298148</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2015-12-30T13:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Multiple DTEXT objects to MTEXT Objects</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968219#M298149</link>
      <description>&lt;P&gt;The only point, it seems to me, in converting dtext to mtext is to group the lines of dtext that are related to one another into a paragraph. &amp;nbsp;Just changing a single line dtext to a single line mtext has little point. &amp;nbsp;To correctly group the text objects to form paragraphs requires interaction by the user who understands what is being said. &amp;nbsp;Perhaps IBM's Watson can be given that task but I doubt that automating it would be an efficient use of time.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 14:09:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968219#M298149</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2015-12-30T14:09:34Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Multiple DTEXT objects to MTEXT Objects</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968285#M298150</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;The only point, it seems to me, in converting dtext to mtext is to group the lines of dtext that are related to one another into a paragraph. &amp;nbsp;Just changing a single line dtext to a single line mtext has little point. &amp;nbsp;....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;... unless you want to be able to have &lt;EM&gt;stacked fractions&lt;/EM&gt; in it, or want to change the color or font or height or italicization [is that a word?] of a &lt;EM&gt;portion&lt;/EM&gt; of it, or....&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 15:22:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968285#M298150</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2015-12-30T15:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: Convert Multiple DTEXT objects to MTEXT Objects</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968339#M298151</link>
      <description>&lt;P&gt;True. &amp;nbsp;I generally avoid all those options, believing that text is more readable without stacked fractions, special colors, or special embedded fonts. &amp;nbsp;If that level of individual control is desired however, converting dtext to mext automatically is the least of his worries and the least possible to automate.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Dec 2015 16:06:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/convert-multiple-dtext-objects-to-mtext-objects/m-p/5968339#M298151</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2015-12-30T16:06:33Z</dc:date>
    </item>
  </channel>
</rss>

