help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Preserve and embed font


From: dkeck
Subject: Re: Preserve and embed font
Date: Sat, 30 Aug 2014 10:37:22 -0700 (PDT)

Dmitri A. Sergatskov wrote
> ​Try "-dpngcairo" instead of "-dpng" (with gnuplot )

Returns:
error: print.m: 'PNGCAIRO' output is not available for gnuplot-4.6.4
or for PDF:
error: print.m: 'PDFCAIRO' output is not available for gnuplot-4.6.4

In case someone else stumbles upon this thread with the same problem:
I also had problems with Ghostscript and ended up with copying the lib
folder from C:\Programme\gs\gs9.14 and all (binary) files from
C:\Programme\gs\gs9.14\bin into C:\octave-3.8.0\bin since Octave does not
see the correct system path (/getenv("PATH")/)

A workaround for me is currently to print as SVG and edit the font with
Inkscape (I know this is not a solution but for now it works) 
print("plot2.svg","-dsvg","-FOld English Text MT:15","-S2000,2000");

I simply replace all "font-family" and "font-specification" tags with what I
need.
https://code.google.com/p/inkscape-replace-font/ is maybe nice (for testing
simply place under \Inkscape\share\extensions) but crashes Inkscape on my
machine.




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Preserve-and-embed-font-tp4666285p4666293.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]