<?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: Adding a new line in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803599#M190342</link>
    <description>&lt;P&gt;Thanks for the advice, but it won't really help, as I need to be able to use a Dimstyle option as my plugin is being written in C#.&lt;/P&gt;&lt;P&gt;Thanks for the help though&lt;/P&gt;</description>
    <pubDate>Fri, 23 Feb 2018 15:57:01 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-23T15:57:01Z</dc:date>
    <item>
      <title>Adding a new line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803448#M190339</link>
      <description>&lt;P&gt;Hi guys i'm currently working on a plugin and I need some advice, one of the features on the plugin is to add text the size of a unit. however if the unit is smaller than the text used the words go on to a different line, but they split in the middle of words for an example please see the photo. &lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/466863i7D5D74956AE51667/image-size/large?v=1.0&amp;amp;px=-1" border="0" width="79" height="40" title="Capture.PNG" alt="Capture.PNG" /&gt;What i'm trying to do is when the word would go onto the new line, instead of just part of the word going onto it, making the whole word go onto it.&lt;/P&gt;&lt;P&gt;Any advise would be appriciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Rob Parsons&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 15:20:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803448#M190339</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-23T15:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803506#M190340</link>
      <description>&lt;P&gt;So you are not talking about TEXT but about MTEXT ?&lt;/P&gt;
&lt;P&gt;But with Text command, there is a justification that should help you.&lt;/P&gt;
&lt;PRE&gt;TEXT
J (Justify)
F (Fixed) or A (Aligned) should satisfy you.&lt;/PRE&gt;</description>
      <pubDate>Fri, 23 Feb 2018 15:37:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803506#M190340</guid>
      <dc:creator>tramber</dc:creator>
      <dc:date>2018-02-23T15:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803520#M190341</link>
      <description>&lt;P&gt;Oops. Fixed justification is also available in Mtext. So what is your need, indeed ?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 15:39:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803520#M190341</guid>
      <dc:creator>tramber</dc:creator>
      <dc:date>2018-02-23T15:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803599#M190342</link>
      <description>&lt;P&gt;Thanks for the advice, but it won't really help, as I need to be able to use a Dimstyle option as my plugin is being written in C#.&lt;/P&gt;&lt;P&gt;Thanks for the help though&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 15:57:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803599#M190342</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-23T15:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803819#M190343</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;....&amp;nbsp;my plugin is being written in C#. ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I don't know anything about C#, but it does look like something coming from the plug-in, rather than from AutoCAD, which I don't believe will split a word like that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And what if an &lt;EM&gt;entire word &lt;/EM&gt;&amp;nbsp;is wider than that available space, as it appears the second word in your image may well be?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 17:03:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803819#M190343</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-02-23T17:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803978#M190344</link>
      <description>&lt;P&gt;Now, you are talking about DIM. Mtext is maybe an obligation.&lt;/P&gt;
&lt;P&gt;But as I know, all of that must be quite easy with vlisp or autolisp so why don't you find the properties I'm talking about in your coding language ?&lt;/P&gt;
&lt;P&gt;I showed you what exists in the "core" of the software. Didn't you know about it ?&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2018 18:09:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7803978#M190344</guid>
      <dc:creator>tramber</dc:creator>
      <dc:date>2018-02-23T18:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new line</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7808160#M190345</link>
      <description>&lt;P&gt;I didn't know about theses, sorry i'm very new to AutoCAD and C# to be fair. As i'm currently an Apprentice&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 08:47:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/adding-a-new-line/m-p/7808160#M190345</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-26T08:47:03Z</dc:date>
    </item>
  </channel>
</rss>

