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

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

[Octave-bug-tracker] [bug #41308] FLTK can't do FontSize 20 -- but 19 or


From: Rik
Subject: [Octave-bug-tracker] [bug #41308] FLTK can't do FontSize 20 -- but 19 or 21 is fine
Date: Wed, 22 Jan 2014 21:44:35 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

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

Another thing to test is whether the problem is with ylabel, or with any text
in general.

For example, does the following work?


subplot (3,1,2);
ht = text (1, 0.5, "e", "fontsize", 20);
pause;
set (ht, "rotation", 90)




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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