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: Mon, 29 Aug 2022 10:59:03 -0400 (EDT)

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

Now that I have a recent enough version of Qt, I was able to confirm that the
bug with lossy encoding of images in PDF output (see comment #57) could be
avoided using the new option provided for QPainter. I pushed a patch here:

https://hg.savannah.gnu.org/hgweb/octave/rev/55415fa6a20f

For anyone willing to test, without the above change or with Qt < 5.13, the
following image should render differently onscreen and in PDF output:


figure;
imshow (rand (5, 5, 3))
print -svgconvert -dpdfcrop toto.pdf



    _______________________________________________________

Reply to this item at:

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

_______________________________________________
Message posté via Savannah
https://savannah.gnu.org/




reply via email to

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