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

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

[Octave-bug-tracker] [bug #31976] Cannot print in emf form in fltk print


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #31976] Cannot print in emf form in fltk printing (MinGW)
Date: Tue, 18 Jan 2011 17:43:50 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_6; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10

Follow-up Comment #5, bug #31976 (project octave):

Line 34 of __fltk_print__.m is below.


 34     fig2dev_devices = {"pstex", "mf", "emf"};


If "emf" is removed then pstoedit will be used to produce the emf file. This
may fix the warning.

Another possibility is that the font being used is the problem. Perhaps using
a standard PS font will fix the warning.


demo ("legend", 1)
h = findall (gcf, "-property", "fontname");
set (h, "fontname", "Helvetica")
print test.emf


Does using Helvetica fix the warning?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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