MathGroup Archive 2008

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

Search the Archive

Re: Wrapping text to fit a rectangle

  • To: mathgroup at smc.vnet.net
  • Subject: [mg86991] Re: Wrapping text to fit a rectangle
  • From: Jean-Marc Gulliet <jeanmarc.gulliet at gmail.com>
  • Date: Fri, 28 Mar 2008 03:16:22 -0500 (EST)
  • Organization: The Open University, Milton Keynes, UK
  • References: <fsg6oo$j6m$1@smc.vnet.net>

robert prince-wright wrote:

> Is there a way of wrapping Text[] so that it fits
> inside a Rectangle{]??

Does something like these fits your need? (Though I may not have 
correctly understood your question.)


Graphics[{Rectangle[],
   Text[Style[x^2 + y^2 < 1, Large, Orange], {Center, Center}]}]

Framed@Graphics[
   Text[Style[x^2 + y^2 < 1, Large, Orange], {Center, Center}]]


Best regards,
-- 
Jean-Marc


  • Prev by Date: Re: symbolic evaluation
  • Next by Date: Re: Wrapping text to fit a rectangle
  • Previous by thread: Wrapping text to fit a rectangle
  • Next by thread: Re: Wrapping text to fit a rectangle