MathGroup Archive 2001

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

Search the Archive

Re: Fonts in graphics

  • To: mathgroup at smc.vnet.net
  • Subject: [mg26705] Re: [mg26682] Fonts in graphics
  • From: "P.J. Hinton" <paulh at wolfram.com>
  • Date: Thu, 18 Jan 2001 00:57:12 -0500 (EST)
  • Sender: owner-wri-mathgroup at wolfram.com

On Wed, 17 Jan 2001, Andrew Watson wrote:

> I would like to specify a particular font in a Text expression within 
> a graphic. The call looks something like:
> 
> Text[StyleForm["VISION", FontWeight -> "Bold", FontFamily -> "Apple 
> Chancery", FontSize -> 48] , {0, .5}, {-1, 0}]
> 
> Given a font on the Apple Mac like "Apple Chancery" (as it is named 
> in the Fomat->Font menu), how do I specify that font? It doesn't work 
> as written above. I get some generic font.

Try doing the following:

1) Create a new Text style cell.

2) Click on the the new cell's bracket.

3) Click on the front end menu Format -> Font -> <desired font>

4) Click on the front end menu command Format -> Show Expression

You should now see the underlying Mathematica expression in the
cell.  There should be an option named FontFamily that has the value that
corresponds to the name of the font you seek.

If using that value does not give appropriate results, please let me know.

-- 
P.J. Hinton
User Interface Programmer                         paulh at wolfram.com
Wolfram Research, Inc.




  • Prev by Date: Strange MathLink program behavior??
  • Next by Date: Re: J/Link
  • Previous by thread: Re: Fonts in graphics
  • Next by thread: HTML conversion question