Text height doesn't update
CADForums.net Forum Index CADForums.net
Discussion of AutoCAD and other CAD software.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web cadforums.net
Text height doesn't update

 
Post new topic   Reply to topic    CADForums.net Forum Index -> AutoCAD
Author Message
Karim
Guest





Posted: Mon Oct 03, 2005 12:10 pm    Post subject: Text height doesn't update Reply with quote

Hi,
I have a problem with my text styles in autocad.
If I modify the height of the text in the text style dialog and then
click apply, nothing happens. If I try to change the font, it is
updated allover the drawing, but it doesn't work with the height wich
is very annoying.
(I'm using TT fonts).
Is there something I'm missing, or some system variable I should check
?
Thanks.

Back to top
Brian Salt
Guest





Posted: Tue Oct 04, 2005 9:19 am    Post subject: Re: Text height doesn't update Reply with quote

What version of ACAD are you using?


In article <3052k158cuvu9on6qnk5e76412heipud5s@4ax.com>, karimpub@free.fr
(Karim) wrote:

Quote:
*From:* Karim <karimpub@free.fr
*Date:* Mon, 03 Oct 2005 13:22:41 +0200

Hi,
I have a problem with my text styles in autocad.
If I modify the height of the text in the text style dialog and then
click apply, nothing happens. If I try to change the font, it is
updated allover the drawing, but it doesn't work with the height wich
is very annoying.
(I'm using TT fonts).
Back to top
Karim
Guest





Posted: Tue Oct 04, 2005 12:10 pm    Post subject: Re: Text height doesn't update Reply with quote

Oh yes, forgot to indicate the version : it is 2006

On Tue, 4 Oct 2005 10:19 +0100 (BST), briansalt@NScix.co.uk (Brian
Salt) wrote:

Quote:

What version of ACAD are you using?


In article <3052k158cuvu9on6qnk5e76412heipud5s@4ax.com>, karimpub@free.fr
(Karim) wrote:

*From:* Karim <karimpub@free.fr
*Date:* Mon, 03 Oct 2005 13:22:41 +0200

Hi,
I have a problem with my text styles in autocad.
If I modify the height of the text in the text style dialog and then
click apply, nothing happens. If I try to change the font, it is
updated allover the drawing, but it doesn't work with the height wich
is very annoying.
(I'm using TT fonts).


Back to top
Brian Salt
Guest





Posted: Tue Oct 04, 2005 3:29 pm    Post subject: Re: Text height doesn't update Reply with quote

Ah! Can't help you with that. Has many more text options than my old R14!


In article <rer4k1d70kt6dq0hn0g7bjmdtqarsprem2@4ax.com>, karimpub@free.fr
(Karim) wrote:

> Oh yes, forgot to indicate the version : it is 2006
Back to top
CarlB



Joined: 27 Sep 2005
Posts: 52

Posted: Tue Oct 04, 2005 5:57 pm    Post subject: Reply with quote

Karim,

As far as I know AutoCAD has always worked that way regarding text styles. Changes to a style's font will affect previously placed text, but not text height changes. This allows you to place different height text using the same style. To change height of previously placed text, use "properties" or "scale".
Back to top
View user's profile Send private message
S. Scalise
Guest





Posted: Tue Oct 04, 2005 8:10 pm    Post subject: Re: Text height doesn't update Reply with quote

Changing the text height will not effect the height of prevously placed
text.
For example, If you use Standard textstyle having Times New Roman font and a
height of 9", all text entered will be 9" high Times New Roman. If you
modify the textstyle to 12", all text entered thereafter will be 12" high
Times New Roman. All 9" text entered before the change will remain at 9".
Modifiying the textstyle to Arial will change all the text to Arial but none
of the existing heights will change.
To change all the text to a new height you must select the text and enter
the new size in the properties dialog box.
For what it is worth, I seldom assign a height to a textstyle.

"Karim" <karimpub@free.fr> wrote in message
news:3052k158cuvu9on6qnk5e76412heipud5s@4ax.com...
Quote:
Hi,
I have a problem with my text styles in autocad.
If I modify the height of the text in the text style dialog and then
click apply, nothing happens. If I try to change the font, it is
updated allover the drawing, but it doesn't work with the height wich
is very annoying.
(I'm using TT fonts).
Is there something I'm missing, or some system variable I should check
?
Thanks.
Back to top
Michael Bulatovich
Guest





Posted: Wed Oct 05, 2005 12:10 am    Post subject: Re: re:Text height doesn't update Reply with quote

For multiple inserts, you can use my BSCALE lisp routine which will scale
all the text relative to their individual insertions, preserving their
position to some extent, where a simple SCALE would probably move many of
them to far. (it's on my site)
--


MichaelB
www.michaelbulatovich.ca

"CarlB" <cab@eeiteam-dot-com.no-spam.invalid> wrote in message
news:7c-dnVcyYZIEfN_eRVn_vQ@giganews.com...
Quote:
Karim,

As far as I know AutoCAD has always worked that way regarding text
styles. Changes to a style's font will affect previously placed
text, but not text height changes. This allows you to place
different height text using the same style. To change height of
previously placed text, use "properties" or "scale".
Back to top
Marc Clamage
Guest





Posted: Wed Oct 05, 2005 6:58 am    Post subject: Re: re:Text height doesn't update Reply with quote

As an added tip, once you've created a text block to your liking, copy its
attributes to existing text objects with the Copy Attributes tool (looks
like a paintbrush).

"Michael Bulatovich" <Please@dont.try> wrote in message
news:%RC0f.2110$R4.277626@news20.bellglobal.com...
Quote:
For multiple inserts, you can use my BSCALE lisp routine which will scale
all the text relative to their individual insertions, preserving their
position to some extent, where a simple SCALE would probably move many of
them to far. (it's on my site)
--


MichaelB
www.michaelbulatovich.ca

"CarlB" <cab@eeiteam-dot-com.no-spam.invalid> wrote in message
news:7c-dnVcyYZIEfN_eRVn_vQ@giganews.com...
Karim,

As far as I know AutoCAD has always worked that way regarding text
styles. Changes to a style's font will affect previously placed
text, but not text height changes. This allows you to place
different height text using the same style. To change height of
previously placed text, use "properties" or "scale".


Back to top
Peter Ruehle
Guest





Posted: Wed Oct 05, 2005 7:46 am    Post subject: Re: re:Text height doesn't update Reply with quote

2005 has the scale text command. You can scale multiple text objects and it
will maintain the insertion locations and justifications.

"Michael Bulatovich" <Please@dont.try> wrote in message
news:%RC0f.2110$R4.277626@news20.bellglobal.com...
Quote:
For multiple inserts, you can use my BSCALE lisp routine which will scale
all the text relative to their individual insertions, preserving their
position to some extent, where a simple SCALE would probably move many of
them to far. (it's on my site)
--


MichaelB
www.michaelbulatovich.ca

"CarlB" <cab@eeiteam-dot-com.no-spam.invalid> wrote in message
news:7c-dnVcyYZIEfN_eRVn_vQ@giganews.com...
Karim,

As far as I know AutoCAD has always worked that way regarding text
styles. Changes to a style's font will affect previously placed
text, but not text height changes. This allows you to place
different height text using the same style. To change height of
previously placed text, use "properties" or "scale".


Back to top
Karim
Guest





Posted: Wed Oct 05, 2005 8:10 am    Post subject: Re: Text height doesn't update Reply with quote

Yes, that is actually the method I was using. But as it is
tedious on large drawings with lot of text I thought I could ease the
pain by using text styles, thinking they work prety much like in word
:) Too bad to see it is not the case.
Anyway, thanks a lot for your help. I'll try some of your tips to see
wich best work for me.

On Tue, 4 Oct 2005 21:58:52 -0400, "Marc Clamage"
<emasary@comcast.net> wrote:

Quote:
As an added tip, once you've created a text block to your liking, copy its
attributes to existing text objects with the Copy Attributes tool (looks
like a paintbrush).

"Michael Bulatovich" <Please@dont.try> wrote in message
news:%RC0f.2110$R4.277626@news20.bellglobal.com...
For multiple inserts, you can use my BSCALE lisp routine which will scale
all the text relative to their individual insertions, preserving their
position to some extent, where a simple SCALE would probably move many of
them to far. (it's on my site)
--


MichaelB
www.michaelbulatovich.ca

"CarlB" <cab@eeiteam-dot-com.no-spam.invalid> wrote in message
news:7c-dnVcyYZIEfN_eRVn_vQ@giganews.com...
Karim,

As far as I know AutoCAD has always worked that way regarding text
styles. Changes to a style's font will affect previously placed
text, but not text height changes. This allows you to place
different height text using the same style. To change height of
previously placed text, use "properties" or "scale".



Back to top
Michael Bulatovich
Guest





Posted: Wed Oct 05, 2005 4:10 pm    Post subject: Re: re:Text height doesn't update Reply with quote

What will they think of next...years after individual users already solved
the problem? ; )
--


MichaelB
www.michaelbulatovich.ca

"Peter Ruehle" <archer1157@verizon.net> wrote in message
news:i8H0f.6904$BU1.289@trnddc06...
Quote:
2005 has the scale text command. You can scale multiple text objects and
it will maintain the insertion locations and justifications.

"Michael Bulatovich" <Please@dont.try> wrote in message
news:%RC0f.2110$R4.277626@news20.bellglobal.com...
For multiple inserts, you can use my BSCALE lisp routine which will scale
all the text relative to their individual insertions, preserving their
position to some extent, where a simple SCALE would probably move many of
them to far. (it's on my site)
--


MichaelB
www.michaelbulatovich.ca

"CarlB" <cab@eeiteam-dot-com.no-spam.invalid> wrote in message
news:7c-dnVcyYZIEfN_eRVn_vQ@giganews.com...
Karim,

As far as I know AutoCAD has always worked that way regarding text
styles. Changes to a style's font will affect previously placed
text, but not text height changes. This allows you to place
different height text using the same style. To change height of
previously placed text, use "properties" or "scale".




Back to top
Michael Bulatovich
Guest





Posted: Wed Oct 05, 2005 4:10 pm    Post subject: Re: Text height doesn't update Reply with quote

You can use FILTER to quickly create your selection set for whatever method
you choose.
--


MichaelB
www.michaelbulatovich.ca

"Karim" <karimpub@free.fr> wrote in message
news:igu6k1teqprg9m1ld7vpii74rv0hcupvdc@4ax.com...
Quote:
Yes, that is actually the method I was using. But as it is
tedious on large drawings with lot of text I thought I could ease the
pain by using text styles, thinking they work prety much like in word
:) Too bad to see it is not the case.
Anyway, thanks a lot for your help. I'll try some of your tips to see
wich best work for me.

On Tue, 4 Oct 2005 21:58:52 -0400, "Marc Clamage"
emasary@comcast.net> wrote:

As an added tip, once you've created a text block to your liking, copy its
attributes to existing text objects with the Copy Attributes tool (looks
like a paintbrush).

"Michael Bulatovich" <Please@dont.try> wrote in message
news:%RC0f.2110$R4.277626@news20.bellglobal.com...
For multiple inserts, you can use my BSCALE lisp routine which will
scale
all the text relative to their individual insertions, preserving their
position to some extent, where a simple SCALE would probably move many
of
them to far. (it's on my site)
--


MichaelB
www.michaelbulatovich.ca

"CarlB" <cab@eeiteam-dot-com.no-spam.invalid> wrote in message
news:7c-dnVcyYZIEfN_eRVn_vQ@giganews.com...
Karim,

As far as I know AutoCAD has always worked that way regarding text
styles. Changes to a style's font will affect previously placed
text, but not text height changes. This allows you to place
different height text using the same style. To change height of
previously placed text, use "properties" or "scale".




Back to top
Peter Ruehle
Guest





Posted: Thu Oct 06, 2005 6:50 am    Post subject: Re: re:Text height doesn't update Reply with quote

That's AutoDesk for ya. They make a big deal out of "new" features when, as
you wrote, many have been solved already. I couldn't believe how they hyped
the multiple copy command and a fillet command that wouldn't exit after one
fillet.

"Michael Bulatovich" <Please@dont.try> wrote in message
news:9RP0f.2443$R4.359833@news20.bellglobal.com...
Quote:
What will they think of next...years after individual users already solved
the problem? ; )
--


MichaelB
www.michaelbulatovich.ca

"Peter Ruehle" <archer1157@verizon.net> wrote in message
news:i8H0f.6904$BU1.289@trnddc06...
2005 has the scale text command. You can scale multiple text objects and
it will maintain the insertion locations and justifications.

"Michael Bulatovich" <Please@dont.try> wrote in message
news:%RC0f.2110$R4.277626@news20.bellglobal.com...
For multiple inserts, you can use my BSCALE lisp routine which will
scale all the text relative to their individual insertions, preserving
their position to some extent, where a simple SCALE would probably move
many of them to far. (it's on my site)
--


MichaelB
www.michaelbulatovich.ca

"CarlB" <cab@eeiteam-dot-com.no-spam.invalid> wrote in message
news:7c-dnVcyYZIEfN_eRVn_vQ@giganews.com...
Karim,

As far as I know AutoCAD has always worked that way regarding text
styles. Changes to a style's font will affect previously placed
text, but not text height changes. This allows you to place
different height text using the same style. To change height of
previously placed text, use "properties" or "scale".






Back to top
 
Post new topic   Reply to topic    CADForums.net Forum Index -> AutoCAD All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Windows Server DSP VoIP Electronics New Topics
Powered by phpBB