octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #52193] Font choices are ignored when printing


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #52193] Font choices are ignored when printing to an image file
Date: Thu, 16 Nov 2017 09:03:00 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:56.0) Gecko/20100101 Firefox/56.0

Follow-up Comment #10, bug #52193 (project octave):

@Rik: I attached an updated version of the conversion tool together  with a
patch that makes the necessary changes to the print scripts.

Now I have two requests:
* Could some of you test this intermediate version. The steps to be able to
use it are the following:
** unzip svgvert.zip to "somepath"
** build the converter

cd somepath
qmake
make

** apply the patch to octave 
** run as follows from Octave:

setenv OCTAVE_SVGCONVERT somepath/octave-svgconvert
plot (1:10) # or whatever plot you like
print somfile.pdf
print -dpdfcrop somefilecropped.pdf
print somefile.png # or any raster format

* The patch is currently written to locate the binary either using
OCTAVE_SVGCONVERT environment variable or in octave bindir. Don't know if the
latter is the best place to install this tool but in any event I don't even
know how to build/install the tool with our build environement, so any pointer
would be very welcome.

(file #42410, file #42411)
    _______________________________________________________

Additional Item Attachment:

File name: svgconv.patch                  Size:11 KB
File name: svgconvert.zip                 Size:5 KB


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52193>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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