Change color of multiple MTEXT where the color has been set within the text field

Change color of multiple MTEXT where the color has been set within the text field

dmorganRDS5Y
Enthusiast Enthusiast
200 Views
2 Replies
Message 1 of 3

Change color of multiple MTEXT where the color has been set within the text field

dmorganRDS5Y
Enthusiast
Enthusiast

I have a drawing where a coworker has created about 80 MTEXT objects and has set a True Color value within the text field. This is causing these objects to print as that color and not be affected by my plot style or the layer color.

 

Is there a better way to change these colors than going to each field individually, or is there another way to solve the original issue that I'm not considering?

 

Screenshot 2025-07-16 at 11.21.41 AM.png

0 Likes
Accepted solutions (1)
201 Views
2 Replies
Replies (2)
Message 2 of 3

imadHabash
Mentor
Mentor
Accepted solution

Hi,

Take a copy from your 80 MTEXT and try :

  • Use the EXPLODE command to convert MText to basic text. 
  • Change the color of the resulting text objects by MATCHPROP or Setbylayer command.
  • Use the TXT2MTXT command to convert the text objects back to MText.

Imad Habash

EESignature

0 Likes