<?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: Default Mtext Justification in Civil 3D Forum</title>
    <link>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6239057#M219335</link>
    <description>&lt;DIV style="font-size: 12px; font-style: italic; color: blue; margin-left: 25px; margin-bottom: 25px; padding: 3px; border: 1px dotted black; font-family: verdana;"&gt;
&lt;P&gt;Is it possible to add extra code to this lisp to set the line spacing to something other than 1 (e.g. 0.85).&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;Sure. Give this a shot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(defun c:mt ()(vl-cmdf "._mtext" pause "_j" "_mc" "_l" "_e" "0.85x"))&lt;/PRE&gt;
&lt;P style="margin-bottom: 100px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2016 11:49:15 GMT</pubDate>
    <dc:creator>rkmcswain</dc:creator>
    <dc:date>2016-03-29T11:49:15Z</dc:date>
    <item>
      <title>Default Mtext Justification</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6024327#M219330</link>
      <description>&lt;P&gt;I would like to set my Mtext to default to MC justification. Anyone know how to do this?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:06:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6024327#M219330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T16:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Default Mtext Justification</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6024372#M219331</link>
      <description>&lt;P&gt;there is no way to specify a default justification, it will always default to top left unless the Autodesk engineers see fit to give us lowly users that ability.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 16:15:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6024372#M219331</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T16:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Default Mtext Justification</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6024575#M219332</link>
      <description>Do you want to change existing MTEXT in the drawing or change how the Mtext command works?&lt;BR /&gt;&lt;BR /&gt;If the latter, you can create a menu macro for the Ribbon or toolbar, or a lisp routine to accomplish this.&lt;BR /&gt;&lt;BR /&gt;Samples&lt;BR /&gt;Menu macro: ^C^C._mtext;\_j;_mc;&lt;BR /&gt;Lisp code: (defun c:mt ()(vl-cmdf "._mtext" pause "_j" "_mc"))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Feb 2016 17:44:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6024575#M219332</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2016-02-04T17:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Default Mtext Justification</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6024635#M219333</link>
      <description>&lt;P&gt;I used the autolisp code you provided and that solves the justification problem. Thanks. Is there a way to do it so i can see what i'm typing on the screen?&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 18:12:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6024635#M219333</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-04T18:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Default Mtext Justification</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6238503#M219334</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/274358"&gt;@rkmcswain&lt;/a&gt; wrote:&lt;BR /&gt;&lt;BR /&gt;Lisp code: (defun c:mt ()(vl-cmdf "._mtext" pause "_j" "_mc"))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;This may come in handy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to add extra code to this lisp to set the line spacing to something other than 1 (e.g. 0.85). I personally&amp;nbsp;prefer to run multi line text with a tighter line spacing.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 03:22:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6238503#M219334</guid>
      <dc:creator>nbawden</dc:creator>
      <dc:date>2016-03-29T03:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: Default Mtext Justification</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6239057#M219335</link>
      <description>&lt;DIV style="font-size: 12px; font-style: italic; color: blue; margin-left: 25px; margin-bottom: 25px; padding: 3px; border: 1px dotted black; font-family: verdana;"&gt;
&lt;P&gt;Is it possible to add extra code to this lisp to set the line spacing to something other than 1 (e.g. 0.85).&lt;/P&gt;
&lt;/DIV&gt;
&lt;P&gt;Sure. Give this a shot.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;(defun c:mt ()(vl-cmdf "._mtext" pause "_j" "_mc" "_l" "_e" "0.85x"))&lt;/PRE&gt;
&lt;P style="margin-bottom: 100px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2016 11:49:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6239057#M219335</guid>
      <dc:creator>rkmcswain</dc:creator>
      <dc:date>2016-03-29T11:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Default Mtext Justification</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6242816#M219336</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/274358"&gt;@rkmcswain&lt;/a&gt; wrote:&lt;BR /&gt;&lt;DIV&gt;&lt;P&gt;Is it possible to add extra code to this lisp to set the line spacing to something other than 1 (e.g. 0.85).&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;Sure. Give this a shot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;(defun c:mt ()(vl-cmdf "._mtext" pause "_j" "_mc" "_l" "_e" "0.85x"))&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Cheers&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2016 22:08:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/6242816#M219336</guid>
      <dc:creator>nbawden</dc:creator>
      <dc:date>2016-03-30T22:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Default Mtext Justification</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/12422933#M219337</link>
      <description>&lt;P&gt;This is great!&lt;/P&gt;&lt;P&gt;This will still work if the command is mtext, not _mtext, right? I don't like entering my text on the command line.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 11:22:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/12422933#M219337</guid>
      <dc:creator>srleone</dc:creator>
      <dc:date>2023-12-06T11:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: Default Mtext Justification</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/12423339#M219338</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6028502"&gt;@srleone&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;This is great!&lt;/P&gt;
&lt;P&gt;This will still work if the command is mtext, not _mtext, right? I don't like entering my text on the command line.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;What do you mean please? the LISP once loaded is called by the abbreviation MT.&lt;/P&gt;
&lt;P&gt;Or are you just unsure on how to autoload LISP? And you are now literally typing all of that one line code everytime you need it? Explain please.&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 14:18:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/12423339#M219338</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2023-12-06T14:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Default Mtext Justification</title>
      <link>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/12431903#M219339</link>
      <description>I am actually using Carlson with IntelliCAD.&lt;BR /&gt;&lt;BR /&gt;I have successfully coded a ribbon button to make middle centered mtext,&lt;BR /&gt;but was not able to code my "quick key" (same as an alias) for MC&lt;BR /&gt;justification.&lt;BR /&gt;&lt;BR /&gt;And no, I am unfamiliar with LISPs other than that they exist, and that&lt;BR /&gt;they are, I think, similar to macros in that they include a sequence of&lt;BR /&gt;events.&lt;BR /&gt;&lt;BR /&gt;I would love to just type "T" and get a MC mtext box. Is this what a LISP&lt;BR /&gt;can do?&lt;BR /&gt;</description>
      <pubDate>Sun, 10 Dec 2023 21:26:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/civil-3d-forum/default-mtext-justification/m-p/12431903#M219339</guid>
      <dc:creator>srleone</dc:creator>
      <dc:date>2023-12-10T21:26:22Z</dc:date>
    </item>
  </channel>
</rss>

