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

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

[Octave-bug-tracker] [bug #36010] unable to load appropriate font warnin


From: Rik
Subject: [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning
Date: Wed, 28 Mar 2012 16:06:10 +0000
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:11.0) Gecko/20100101 Firefox/11.0

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

You might try changing the font to something you know exists on your system. 
The default font is '*' which allows the renderer to choose a suitable value,
but that doesn't seem to be happening.

Sample code:


graphics_toolkit fltk;
plot (1:10);
h = text (2,6, "Hello World");

get (h, "fontname")  # Just to see what it currently is

set (h, "fontname", "courier")  # or some other font that you KNOW you have


If you find a font that works you can set that as the default in your
.octaverc file.


set (0, "DefaultAxesFontname", "courier")   # or whatever font works




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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