MathGroup Archive 2009

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

Search the Archive

Re: Importing fonts into Inkscape

  • To: mathgroup at smc.vnet.net
  • Subject: [mg104968] Re: [mg104950] Importing fonts into Inkscape
  • From: Patrick Scheibe <pscheibe at trm.uni-leipzig.de>
  • Date: Sun, 15 Nov 2009 05:56:45 -0500 (EST)
  • References: <200911140657.BAA18082@smc.vnet.net>

Hi,

no, nothing like that here. Can you give an example and specify you
Operating System?
I tried it with

Export["~/tmp/ink.svg", 
 Plot[x, {x, 0, 1}, 
  TicksStyle -> Directive[Thick, FontFamily -> "Helvetica", Red], 
  AxesLabel -> {Style["Bluberub", FontFamily -> "Courier", 18], 
    Style["Bluberub", FontFamily -> "Times", 18]}]]

and it looked like I expected it.

Cheers
Patrick


On Sat, 2009-11-14 at 01:57 -0500, Robert Rosenbaum wrote:
> Hi.  If I use Export to save an image as an svg, then I use a vector 
> graphics programs (e.g., Inkscape) to open it, the fonts on the 
> AxesLabels and Ticks are messed up.  Does anyone know a solution to 
> this? 
> 
> I tried specifying FintStyle->"Times", but it didn't help.
> 
> 
> Best,
> Robert
> 
> 
> 
> 
> 
> 



  • Prev by Date: Preserve notebook's $ContextPath between sessions / store custom
  • Next by Date: Solving Ordinary differential equations by NDSolve
  • Previous by thread: Importing fonts into Inkscape
  • Next by thread: Re: Importing fonts into Inkscape