Re: Changing TextStyle within Show
- To: mathgroup at smc.vnet.net
- Subject: [mg88040] Re: Changing TextStyle within Show
- From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
- Date: Wed, 23 Apr 2008 04:05:03 -0400 (EDT)
- Organization: Uni Leipzig
- References: <fukerc$s4d$1@smc.vnet.net>
- Reply-to: kuska at informatik.uni-leipzig.de
Hi,
no, you must add it to the individual Text[] objects
because otherwise an individual change would not possible.
Regards
Jens
carlos at colorado.edu wrote:
> I have often used TextStyle as a global option in Show, for example
>
> TextStyle->{FontFamily->"Times",FontSlant->"Italic",FontSize->9}
>
> to render all text in a plot. Is there a way to use it as a
> Graphics instruction so that font size, etc. is changed for subsequent
> Text objects as the plot is processed?
>
> The Graphics documentation (I am looking at 5.2 on my laptop) says
> yes, but gives no specific format or examples. I would expect a
> function like Graphics[TextStyle[ arguments ]] to be available
> but cant find a description.
>
>
>