[Top][All Lists]
[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/
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning, anonymous, 2012/03/27
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning, Jordi Gutiérrez Hermoso, 2012/03/27
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning, Mitchal, 2012/03/27
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning, Jordi Gutiérrez Hermoso, 2012/03/27
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning, Mitchal, 2012/03/27
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning, Jordi Gutiérrez Hermoso, 2012/03/28
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning,
Rik <=
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning, Mitchal, 2012/03/28
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning, Jordi Gutiérrez Hermoso, 2012/03/28
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning, Mitchal, 2012/03/28
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning, Mitchal, 2012/03/29
- [Octave-bug-tracker] [bug #36010] unable to load appropriate font warning, Jordi Gutiérrez Hermoso, 2012/03/29