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

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

[Octave-bug-tracker] [bug #53091] [MXE-Octave] new warning from gnuplot


From: Pantxo Diribarne
Subject: [Octave-bug-tracker] [bug #53091] [MXE-Octave] new warning from gnuplot
Date: Tue, 19 Feb 2019 13:13:46 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:64.0) Gecko/20100101 Firefox/64.0

Follow-up Comment #16, bug #53091 (project octave):

I think we should use the default "*" font for annotation objects. Hardcoding
the font name was a bad design and we should not try to find a "better" one.
There will always be systems where this or that font is not installed.

Now whether we want to follow Matlab and let "get (h, 'fontname')" return the
name of the actual font that is used by default, is another question.

What does Matlab return here:

get (groot, 'defaulttextfontname') % This should be '*'
ht = text (.5, .5, 'TEXT');       
get (ht, 'fontname')               



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?53091>

_______________________________________________
  Message posté via Savannah
  https://savannah.gnu.org/




reply via email to

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