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

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

[Octave-bug-tracker] [bug #44668] "fontname" is ignored for OpenGL print


From: Ben Abbott
Subject: [Octave-bug-tracker] [bug #44668] "fontname" is ignored for OpenGL printing
Date: Wed, 01 Apr 2015 00:06:54 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_2) AppleWebKit/600.4.10 (KHTML, like Gecko) Version/8.0.4 Safari/600.4.10

Follow-up Comment #3, bug #44668 (project octave):

I applied the patch to the stable branch and tried the script below.


plot (rand (3))
set (gca (), "fontname", "Courier")
print test1.pdf
set (gca (), "fontweight", "Bold")
print test2.pdf
set (gca (), "fontangle", "Italic")
print test3.pdf


In each case I got the desired result.

I didn't try applying to the default branch because building the default
branch on MacOS 10.10 is currently broken.

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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