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: [mg86977] Re: Wrapping text to fit a rectangle
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Fri, 28 Mar 2008 03:13:39 -0500 (EST)
  • References: <fsg6oo$j6m$1@smc.vnet.net>

Hi,

it is not Text[] and not Rectangle[] but

cc = Framed@(StringJoin @@
     Table["The quick brown fox jump over the lazy dog. ", {10}]);

Graphics[
  {Inset[cc, {0, 0}, {0, 0}, {400, 100}]}
  ]

may do what you want.

Regards
   Jens


robert prince-wright wrote:
> Is there a way of wrapping Text[] so that it fits
> inside a Rectangle{]??
> 
> Robert Prince-Wright
> Houston
> TX, 77006
> USA
> 
> 
>       ____________________________________________________________________________________
> Never miss a thing.  Make Yahoo your home page. 
> http://www.yahoo.com/r/hs
> 


  • Prev by Date: Re: Wrapping text to fit a rectangle
  • Next by Date: Re: Convert Array to Simple List
  • Previous by thread: Re: Wrapping text to fit a rectangle
  • Next by thread: Re: Wrapping text to fit a rectangle