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 18:49:06 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0

Update of bug #41308 (project octave):

                  Status:                    None => Works For Me           

    _______________________________________________________

Follow-up Comment #1:

This works for me on Linux and Windows.

What happens if you resize the window by dragging a corner?  This forces a
redraw which might be the problem.

Also, it might be the font that is used has bad metrics for the 20 point size.
 What happens if you execute the following?


subplot (3,1,2)
hl = get (gca, "ylabel");
get (hl, "fontname")
set (hl, "fontname", "arial")



    _______________________________________________________

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]