MathGroup Archive 2000

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Size of a Text[] Graphics primitive

  • To: mathgroup at smc.vnet.net
  • Subject: [mg21432] Re: Size of a Text[] Graphics primitive
  • From: "Allan Hayes" <hay at haystack.demon.co.uk>
  • Date: Fri, 7 Jan 2000 00:20:42 -0500 (EST)
  • References: <851e9m$49p@smc.vnet.net>
  • Sender: owner-wri-mathgroup at wolfram.com

Martin,
FrameBox might help - the frame adjusts to the text size:

Show[Graphics3D[
    Text[FrameBox[
          FormBox[StyleBox[MakeBoxes[\[Rho] = k r^2, TraditionalForm],
              FontFamily -> "Times", FontSize -> 72], TraditionalForm]] //
        DisplayForm, {0, 0, 0}]]]

You will find it at menu>Edit>Expression Input

Allan
---------------------
Allan Hayes
Mathematica Training and Consulting
Leicester UK
www.haystack.demon.co.uk
hay at haystack.demon.co.uk
Voice: +44 (0)116 271 4198
Fax: +44 (0)870 164 0565


"Martin Stockhammer" <martin.stockhammer at visualanalysis.com> wrote in
message news:851e9m$49p at smc.vnet.net...
> Hi,
>
> is it possible to determine the size of a Text[] graphics primitive.
> The problem is, I want to draw a box around a text. But if I change the
> FontSize or even the
> FontFamily the text doesn't fit into the bounding box.
> Is it possible to do this?
>
>
> Thanks
>
> Martin
>
> --
> ---
>
> Martin Stockhammer
> Visual Analysis GmbH
> http://www.visualanalysis.com
> email: martin.stockhammer at visualanalysis.com
>



  • Prev by Date: Re: ParametricPlot3D: specific colour AND shading
  • Next by Date: Re: greek labels
  • Previous by thread: Size of a Text[] Graphics primitive
  • Next by thread: ParametricPlot3D: specific colour AND shading