TEXT STYLE NOT UPDATING CORRECTLY THROUGH DRAWINGS

TEXT STYLE NOT UPDATING CORRECTLY THROUGH DRAWINGS

emilio.lopezBQBUN
Participant Participant
9,804 Views
10 Replies
Message 1 of 11

TEXT STYLE NOT UPDATING CORRECTLY THROUGH DRAWINGS

emilio.lopezBQBUN
Participant
Participant

I received a cad file with a text style that had a missing .shx files. I updated the text style with a new font and ran a REGEN, but only some of the drawings updated the text styles. In fact, there are instances when a set of MTEXT will updated one or two lines and the rest are at the default complex.shx. I also have BLOCK with MTEXT that don't updated and TABLES that only partially updated too. This has become externally time consuming and I'm hoping there is a LIST routine to fix the issue or if there is a reason the text styles are not updated through the drawing. 

0 Likes
Accepted solutions (1)
9,805 Views
10 Replies
Replies (10)
Message 2 of 11

cynthia.claire.tan
Alumni
Alumni

Hi @emilio.lopezBQBUN ,

 

Welcome to AutoCAD forum! I understand some of your texts are not updating in your drawing file. Have you had a chance to check this article: MText formatting overrides changes applied to a text style in AutoCAD

Hope this helps!

If my reply was helpful, please like or click the "Accept as Solution" button below (or both).


Cynthia Claire Tan
Global Product Support
0 Likes
Message 3 of 11

emilio.lopezBQBUN
Participant
Participant

This LISP is not an fix and it hardly ever works correctly. I would still have to manually open and reassign every single MTEXT, TABLE, DIM and every single BLOCK with MTEXT with the correct TEXT STYLE.  I don't even have to use this LISP to accomplish that. 

0 Likes
Message 4 of 11

vinodkl
Mentor
Mentor

Hi,

 

Can you please share the file, so that we can test it from our end?

 

--------------------------------------------------------------------------------------------------------------------------
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)
Likes is much appreciated if the information I have shared is helpful to you and/or others.

Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------
0 Likes
Message 5 of 11

emilio.lopezBQBUN
Participant
Participant

Here is a bit of a stripped down version with pages that show the issues. I've already updated the TEXT STYLE with a new font replacing the missing .shx file. 

0 Likes
Message 6 of 11

vinodkl
Mentor
Mentor

Hi,

 

Stripmtext is working well on the drawing which you had attached. 

See screencast.

 

--------------------------------------------------------------------------------------------------------------------------
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)
Likes is much appreciated if the information I have shared is helpful to you and/or others.

Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------
0 Likes
Message 7 of 11

emilio.lopezBQBUN
Participant
Participant

I see the issue now, STRIPMTEXT LISP is not working with Autocad 2021. Ran it with 2016 and now things are working.

Message 8 of 11

vinodkl
Mentor
Mentor
Accepted solution

I did have a doubt about the version you were running it in. Glad that your problem is solved now😄

--------------------------------------------------------------------------------------------------------------------------
ವಿನೋದ್ ಕೆ ಎಲ್( System Design Engineer)
Likes is much appreciated if the information I have shared is helpful to you and/or others.

Please mark "Accept as Solution" if my reply resolves the issue or answers your question, to help others in the community.
--------------------------------------------------------------------------------------------------------------------------
0 Likes
Message 9 of 11

cadffm
Consultant
Consultant

@emilio.lopezBQBUN 

the v5.0c Version (like vinodkl used it in the screencast) works also in 2021.

 

?

Sebastian

0 Likes
Message 10 of 11

Anonymous
Not applicable

If StripMText does not work in 2021, you probably need to change the variable LISPSYS to <0> (Note: AutoCAD must be restarted after the change). I've had the same problem.

Message 11 of 11

tim.porteous
Participant
Participant

AUTOCAD TEXT STYLE NOT CORRECT IN BLOCKS WHEN DRAWING OPENED

Similar problem,

timporteous_0-1655790311508.png

 

..fixed by typing "ST" in command line (style),

timporteous_1-1655790332148.png

 

finding the font name with an error and picking one from the drop down here (ie arrow next to font name) that suits, check if you have others font names with errors

 

timporteous_2-1655790350588.png

timporteous_3-1655790372079.png

 

"apply"

 

then regen all

 

timporteous_4-1655790415050.png

 

yippee

0 Likes