Author Topic: command line - middle left Justify  (Read 2013 times)

0 Members and 1 Guest are viewing this topic.

craigr

  • Guest
command line - middle left Justify
« on: July 26, 2006, 03:58:27 PM »
Is there a way to make a text, (both SL & ML text), Middle Left Justification - from the command line?

-properties isn't available & the 'match properties' paintbrush won't match that property.

craigr

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
Re: command line - middle left Justify
« Reply #1 on: July 26, 2006, 04:03:06 PM »
new or existing text?
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

craigr

  • Guest
Re: command line - middle left Justify
« Reply #2 on: July 26, 2006, 04:03:50 PM »
Existing Text.

craigr

CADaver

  • Guest
Re: command line - middle left Justify
« Reply #3 on: July 26, 2006, 04:05:57 PM »
tjust

dxf code 71, I think
« Last Edit: July 26, 2006, 04:09:46 PM by CADaver »

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
Re: command line - middle left Justify
« Reply #4 on: July 26, 2006, 04:08:21 PM »
tjust, is that lisp? or acad standard?
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

craigr

  • Guest
Re: command line - middle left Justify
« Reply #5 on: July 26, 2006, 04:09:49 PM »
-tcase

Thanks for replying, but apparently that command is not recognized in LT2005.

LT can be SOOO frustrating sometimes. I would LOVE to have the full version, but it's not my penny. - (In this case MANY pennys)

craigr

David Hall

  • Automatic Duh Generator
  • King Gator
  • Posts: 4076
Re: command line - middle left Justify
« Reply #6 on: July 26, 2006, 04:11:02 PM »
yea, but does your boss realize how much he is spending for you to fix things the long way?  Add up what you make an hour fixing that stuff and you might be able to justify it
Everyone has a photographic memory, Some just don't have film.
They say money can't buy happiness, but it can buy Bacon and that's a close second.
Sometimes the question is more important than the answer. (Thanks Kerry for reminding me)

CADaver

  • Guest
Re: command line - middle left Justify
« Reply #7 on: July 26, 2006, 04:13:44 PM »
-tcase

Thanks for replying, but apparently that command is not recognized in LT2005.

LT can be SOOO frustrating sometimes. I would LOVE to have the full version, but it's not my penny. - (In this case MANY pennys)

craigr
oooohhh LT, sorry dude that's an express tool lisp function for R2002

On a side note, we saved very many pennies by going with the full version over LT.  The savings realized by the ability to customize outweigh the initial investment by many times over.

Lin-Z

  • Guest
Re: command line - middle left Justify
« Reply #8 on: July 26, 2006, 04:27:48 PM »
Don't have access to the software right now but the Properties palette? see if it gives you feedback on justification.

Dave R

  • Guest
Re: command line - middle left Justify
« Reply #9 on: July 26, 2006, 04:42:07 PM »
This may work in LT:

Command: _justifytext
Select objects:

Enter a justification option [Left/Align/Fit/Center/Middle/Right/TL/TC/TR/ML/MC/MR/BL/BC/BR] <Left>:

Dommy2Hotty

  • Swamp Rat
  • Posts: 1127
Re: command line - middle left Justify
« Reply #10 on: July 31, 2006, 05:18:15 PM »
For a button:

Code: [Select]
^C^C^Cselect;\justifytext;p;;ml;