Re: get Text primitive vector data
- To: mathgroup at smc.vnet.net
- Subject: [mg119353] Re: get Text primitive vector data
- From: Tomas Garza <tgarza10 at msn.com>
- Date: Tue, 31 May 2011 07:49:22 -0400 (EDT)
Actually, Text[expr,{x, y}] is a primitive in itself, and Style is used to apply the options. Check the online Help for Graphics, and click on MoreInformation. -Tomas > Date: Mon, 30 May 2011 06:36:45 -0400 > From: rodrigomurtax at gmail.com > Subject: [mg119324] get Text primitive vector data > To: mathgroup at smc.vnet.net > > Hello All > > Someone knows how to get primitive vector data from an text in > Mathematica 8? > I want to extract the primitive information (list of primitive > graphics component) of a text sentence like that: > text = Text[Style["test text", 100]] > How can I do that? I tried GraphicsData with no success. > > tks in advance > Murta >