MathGroup Archive 2010

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

Search the Archive

Re: Forcing Mathematica to use standard fonts

  • To: mathgroup at smc.vnet.net
  • Subject: [mg111342] Re: Forcing Mathematica to use standard fonts
  • From: Greg Egan <gregegan at netspace.net.au>
  • Date: Wed, 28 Jul 2010 02:54:19 -0400 (EDT)
  • References: <i2mhb9$3b1$1@smc.vnet.net>

On Jul 27, 7:53 pm, I wrote:

> Suppose I embed some text in a graphic using:
>
> Style[
>   Text["The (quick+brown) fox = the lazy-dog", coords],
>   FontFamily->"Times"]

I was looking for ways to ensure that all the text was rendered and
exported in the chosen font, Times.

Someone very kindly gave me two solutions by email.  The most general
one is to add:

PrivateFontOptions->{"OperatorSubstitution"->False}

to the Style[] wrapper.


  • Prev by Date: FindRoot with NDSolve inside of it doesn't work
  • Next by Date: Re: Pochhammer Special Function
  • Previous by thread: Forcing Mathematica to use standard fonts
  • Next by thread: Re: Forcing Mathematica to use standard fonts