|
| From: | Dmitri A. Sergatskov |
| Subject: | [Octave-bug-tracker] [bug #52193] Font choices are ignored when printing to an image file |
| Date: | Mon, 12 Nov 2018 09:52:17 -0500 (EST) |
| User-agent: | Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:63.0) Gecko/20100101 Firefox/63.0 |
Follow-up Comment #68, bug #52193 (project octave):
That seems to be correct:
octave:1> demo getframe 2
getframe example 2:
clf reset;
contourf (rand (5));
frame = getframe (gcf ());
imshow (frame.cdata);
set (gca, "position", [0 0 1 1]);
octave:2> print("t1.svg")
cmd =
/usr/local/libexec/octave/5.0.0/exec/x86_64-pc-linux-gnu/octave-svgconvert -
%s 95.97 /usr/local/share/octave/5.0.0/fonts/FreeSans.otf 1 %s
Dmitri.
_______________________________________________________
Reply to this item at:
<https://savannah.gnu.org/bugs/?52193>
_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |