Community
AutoCAD Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can two different size of text be actually the same size?

10 REPLIES 10
SOLVED
Reply
Message 1 of 11
john.p.addy
723 Views, 10 Replies

How can two different size of text be actually the same size?

john.p.addy
Collaborator
Collaborator

I'm having a issue here.  I have talked to my co-worker also and he did not even notice what was wrong.

Here is the picture I sent him but I high lighted what I was hoping he would noticed.

How can two different size of text be actually the same size.

 

 

johnpaddy_0-1691519560046.png

 

[ The subject line of this post has been edited for clarity by @handjonathan Original: I'm confused here.]

 

Thank you,
John Addy
Electrical Engineering Tech.
Department of Defense
0 Likes

How can two different size of text be actually the same size?

I'm having a issue here.  I have talked to my co-worker also and he did not even notice what was wrong.

Here is the picture I sent him but I high lighted what I was hoping he would noticed.

How can two different size of text be actually the same size.

 

 

johnpaddy_0-1691519560046.png

 

[ The subject line of this post has been edited for clarity by @handjonathan Original: I'm confused here.]

 

Thank you,
John Addy
Electrical Engineering Tech.
Department of Defense
10 REPLIES 10
Message 2 of 11
pendean
in reply to: john.p.addy

pendean
Community Legend
Community Legend
Accepted solution
MTEXT text allow for manual overrides: it's a feature, just like color etc.
PROPERTIES is showing you the default settings: it never shows overrides, and in this instance, it cannot even change them back.

It's been like that in AutoCAD since MTEXT showed up, 30+years now? Possibly longer.

MTEXT text allow for manual overrides: it's a feature, just like color etc.
PROPERTIES is showing you the default settings: it never shows overrides, and in this instance, it cannot even change them back.

It's been like that in AutoCAD since MTEXT showed up, 30+years now? Possibly longer.
Message 3 of 11
john.p.addy
in reply to: pendean

john.p.addy
Collaborator
Collaborator

OK thank you,  I never knew that and have worked on AutoCAD since Acad 10

 

Thank you,
John Addy
Electrical Engineering Tech.
Department of Defense

OK thank you,  I never knew that and have worked on AutoCAD since Acad 10

 

Thank you,
John Addy
Electrical Engineering Tech.
Department of Defense
Message 4 of 11
Kent1Cooper
in reply to: john.p.addy

Kent1Cooper
Consultant
Consultant

If it's a height difference from Mtext-content-internal formatting, you can see the current height anywhere in it [and compare that to the Mtext object's nominal height]:  get into the Mtext editor, pick in the part you want to know about, and the ribbon will show you:

Kent1Cooper_0-1691522647781.png

 

Kent Cooper, AIA
0 Likes

If it's a height difference from Mtext-content-internal formatting, you can see the current height anywhere in it [and compare that to the Mtext object's nominal height]:  get into the Mtext editor, pick in the part you want to know about, and the ribbon will show you:

Kent1Cooper_0-1691522647781.png

 

Kent Cooper, AIA
Message 5 of 11
cadffm
in reply to: john.p.addy

cadffm
Consultant
Consultant

Check the property CONTENTS to see the real MText (contents) value, incl. all internal format overrides.

 

Sebastian

0 Likes

Check the property CONTENTS to see the real MText (contents) value, incl. all internal format overrides.

 

Sebastian

Message 6 of 11

CalamityJane32
Participant
Participant

and if you don't' want them to be overridden, there is a handy lisp called STRIPMTEXT that set everything back to its default values.

0 Likes

and if you don't' want them to be overridden, there is a handy lisp called STRIPMTEXT that set everything back to its default values.

Message 7 of 11

illusionistNUGXG
Advocate
Advocate

It seems, that it doesn't make sense to be able to override the height of the MText at first look.

But it can have various text-heights within the same MText. Now you can scale the complete MText with the "global" text-height.

Unfortunately...it can get quite messy, if you get careless. (The main text-height should match the "global" text-height of the MText)

0 Likes

It seems, that it doesn't make sense to be able to override the height of the MText at first look.

But it can have various text-heights within the same MText. Now you can scale the complete MText with the "global" text-height.

Unfortunately...it can get quite messy, if you get careless. (The main text-height should match the "global" text-height of the MText)

Message 8 of 11
RobDraw
in reply to: illusionistNUGXG

RobDraw
Mentor
Mentor

@illusionistNUGXG wrote:

Now you can scale the complete MText with the "global" text-height.

Unfortunately...it can get quite messy, if you get careless. (The main text-height should match the "global" text-height of the MText)


What is "global" text height and how do you use scale to match it?


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
0 Likes


@illusionistNUGXG wrote:

Now you can scale the complete MText with the "global" text-height.

Unfortunately...it can get quite messy, if you get careless. (The main text-height should match the "global" text-height of the MText)


What is "global" text height and how do you use scale to match it?


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
Message 9 of 11
illusionistNUGXG
in reply to: RobDraw

illusionistNUGXG
Advocate
Advocate

@RobDraw  schrieb:
What is "global" text height (...)?

Uhm...with "global" text height i meant the set height of the MText in the PROPERTIES.

 


@RobDraw  schrieb:
(...) and how do you use scale to match it?

Scaling to match it doesn't work.

What i tried (and failed) to say was:

With different text-heights in one MText - At first make sure that the main used text is set to the same text-height value as the MText height in the properties.

As example: I have a MText with a height of 10 and most of the text inside is also set to the height of 10. To highlight a part of the text, it is set (overwritten) to a height of 15. It has 1,5 the size of the main text.

If i now change the height of the MText in the properties to 18 the main text will be 18 and the highlighted part "scaled" to 27. It will keep the 1 : 1,5 ratio between these two.


@RobDraw  schrieb:
What is "global" text height (...)?

Uhm...with "global" text height i meant the set height of the MText in the PROPERTIES.

 


@RobDraw  schrieb:
(...) and how do you use scale to match it?

Scaling to match it doesn't work.

What i tried (and failed) to say was:

With different text-heights in one MText - At first make sure that the main used text is set to the same text-height value as the MText height in the properties.

As example: I have a MText with a height of 10 and most of the text inside is also set to the height of 10. To highlight a part of the text, it is set (overwritten) to a height of 15. It has 1,5 the size of the main text.

If i now change the height of the MText in the properties to 18 the main text will be 18 and the highlighted part "scaled" to 27. It will keep the 1 : 1,5 ratio between these two.

Message 10 of 11
RobDraw
in reply to: CalamityJane32

RobDraw
Mentor
Mentor

@CalamityJane32 wrote:

and if you don't' want them to be overridden, there is a handy lisp called STRIPMTEXT that set everything back to its default values.


There is also the "Remove Formatting" option in the MText editor.

Highlight the text and it's in the right click menu.


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.


@CalamityJane32 wrote:

and if you don't' want them to be overridden, there is a handy lisp called STRIPMTEXT that set everything back to its default values.


There is also the "Remove Formatting" option in the MText editor.

Highlight the text and it's in the right click menu.


Rob

Drafting is a breeze and Revit doesn't always work the way you think it should.
Message 11 of 11
illusionistNUGXG
in reply to: RobDraw

illusionistNUGXG
Advocate
Advocate

@RobDraw  schrieb:
There is also the "Remove Formatting" option in the MText editor.

Highlight the text and it's in the right click menu.


Oh, nice...didn' know that one.

I'll add it into my workflow.

0 Likes


@RobDraw  schrieb:
There is also the "Remove Formatting" option in the MText editor.

Highlight the text and it's in the right click menu.


Oh, nice...didn' know that one.

I'll add it into my workflow.

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

Post to forums  

AutoCAD Inside the Factory


Autodesk Design & Make Report