How to mirror text horizontally without it appearing upside down

How to mirror text horizontally without it appearing upside down

naritakaiju
Observer Observer
3,634 Views
7 Replies
Message 1 of 8

How to mirror text horizontally without it appearing upside down

naritakaiju
Observer
Observer

I’m experiencing two problems when mirroring room labels and an electrical layout.

Room labels. I can mirror it without the text being upside down, but the order of the words is inverted.

The original layout will read: Master Bedroom https://19216801.onl/ 

When mirrored, it reads: Bedroom Master

I can’t figure out how to fix this.

2) Electrical layout. When horizontally mirroring this, the text is upside down (so an M will look like a W once mirrored). I can’t seem to figure this out either. Figured this one out.

The videos I’ve watched don’t address 1) because they don’t consider stacked text like it is in my case. Any and all help is appreciated, thanks!

0 Likes
3,635 Views
7 Replies
Replies (7)
Message 2 of 8

imadHabash
Mentor
Mentor

Hi and Welcome to AutoCAD Forum,

Would you please attache here the " Master Bedroom "  and " M " examples as a CAD dwg file?

 

Imad Habash

EESignature

0 Likes
Message 3 of 8

dmfrazier
Advisor
Advisor

"Room labels. I can mirror it without the text being upside down, but the order of the words is inverted."

 

(Note: I assume you have the MirrText variable set to zero/off.)

The only way I can replicate what you describe is if the label is actually two separate lines of Text/ two separate MText objects (or two separate Attributes).

If this is the case, then the solution is to combine the text into one object (Mtext).

 

"Electrical layout. When horizontally mirroring this, the text is upside down (so an M will look like a W once mirrored)."

 

Is the layout a block?

Message 4 of 8

Kent1Cooper
Consultant
Consultant

For the Master Bedroom issue, is that one Mtext object or two separate Text objects?

For the M-vs.-W issue, read about MIRRTEXT.

Kent Cooper, AIA
0 Likes
Message 5 of 8

RSomppi
Mentor
Mentor

It sounds like you want a copy instead of a mirrored version of the texts.

 

Why are you using mirror when copy will do what you want?

0 Likes
Message 6 of 8

dany_rochefort
Collaborator
Collaborator

Guys please help me... 🤣

 

01.png

0 Likes
Message 7 of 8

Marie_k156
Community Visitor
Community Visitor

Screenshot 2023-05-19 172806.png

 

I usually explode it and it flips back to the normal way before making it a block again. Most problems are solved by explode lol. This problem only happens if the text is kept as a block. if you flip text as it is, the orientation stays same.

Message 8 of 8

dmfrazier
Advisor
Advisor

"2) Electrical layout. When horizontally mirroring this, the text is upside down (so an M will look like a W once mirrored)."

"This problem only happens if the text is kept as a block. if you flip text as it is, the orientation stays same."

 

You've answered your own question.

 

"I usually explode it and it flips back to the normal way before making it a block again. Most problems are solved by explode lol. "

 

You don't have to explode the block and then re-create it. After the block has been mirrored, simply use RefEdit to redefine it. (Or, redefine the block by mirroring it.)

0 Likes