AutoCAD for Mac Forum
Welcome to Autodesk’s AutoCAD for Mac Forums. Share your knowledge, ask questions, and explore popular AutoCAD for Mac topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to set default properties for text?

3 REPLIES 3
SOLVED
Reply
Message 1 of 4
Anonymous
1725 Views, 3 Replies

How to set default properties for text?

Hi everyone,

 

Here's my question: I'd like to input all my text (multi text) with following properties:

Justify: central center

height: 6

rotation: 90

 

But the default properties are not defined like this so I have to change them every time I creat a text, or use copy properties.

 

How can I set the default properties as I like? 

 

Thanks!!

 

 

3 REPLIES 3
Message 2 of 4
maxim_k
in reply to: Anonymous

Welcome to the Autodesk Forums!

 

You can use this macro to create new menu item or a button on ToolSets palette:

 

^C^C^P(progn (initdia) (command "._MTEXT" (getpoint) "_J" "_MC" "_H" 6) (command pause) (command "._ROTATE" "_L" "" (getvar "lastpoint") 90) (princ))^P;

 

Select all text above (from ^C... to ;), copy it to clipboard, call CUI command, in Command tab click on + above command list (1), this will create new command "Command1", you can rename it on the right side(2). Then insert macro into Macro field.(3)

 

Screen Shot 2013-07-25 at 16.44.51.png

 

Then switch to Menu or ToolSets tab and drag new command to desired place. For ToolSets it is better to add some icon (4) in order you can recognize new command on toolSets palette.

 

Click OK and use new command.

 

Maxim

 


Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.


Maxim Kanaev
Architect
MARSS

MacACAD | Linkedin

Etiquette and Ground Rules of Autodesk Community
Message 3 of 4
maxim_k
in reply to: maxim_k

Or you can use attached AutoLISP routine (you have to extract contents of ZIP file). After you load it with APPLOAD command you can use new RMT command at command prompt to start creation of rotated MTEXT.

 

Maxim


Do you find the posts helpful? "LIKE" these posts!
Have your question been answered successfully? Click 'ACCEPT SOLUTION' button.


Maxim Kanaev
Architect
MARSS

MacACAD | Linkedin

Etiquette and Ground Rules of Autodesk Community
Message 4 of 4
Anonymous
in reply to: maxim_k

Hi Maxim, 

 

Thanks a lot this works very well ! 

Smiley Very Happy

 

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

”Boost