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: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #52193] Font choices are ignored when printing to an image file
Date: Sat, 18 Nov 2017 00:27:24 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Fedora; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0

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

The attached are results of 


set(0, 'DefaultAxesFontName', 'Roboto');
set(0, 'DefaultTextFontName', 'Roboto');
setenv("OCTAVE_SVGCONVERT", "/usr/local/bin/octave-svgconvert")
sombrero
title("Sombrero")
print("ts1.svg")
print("ts1.pdf")
print("ts1_crop.pdf", "-dpdfcrop")
print("ts1.png")



OK, pdfcrop now works. Both pdf andf pdfcrop file though 
seem to be touched by ghostscript (I thought one suppose to go 
svg to pdf directly). I also attached the conversion fo the svg into pdf and
png by inkscape. 

The kerning on the fonts looks wrong (look for space between "b" and "r" in
the "sombrero" title).
All pdfs have antialiasing artifacts in the figure. 
(The inkscape produced png has also artifacts.) 

The fonts seem to be correct.

Dmitri.



(file #42419, file #42420, file #42421)
    _______________________________________________________

Additional Item Attachment:

File name: ts1.pdf                        Size:285 KB
File name: ts1.png                        Size:66 KB
File name: ts1_crop.pdf                   Size:285 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]