On Thu, Jul 12, 2001 at 05:33:29PM +0100, Mark blobby Robinson wrote:
| Hi,
|
| I have just installed jython 2.0 and just wondering if anyone can help
| me get rid of a pile of warnings that I get everytime I run the swing
| demos i.e simple.py. I am running red hat 6.0 and the warnings are:
|
| Font specified in font.properties not found
| [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]
|
| other than that, the program seems to run fine, but I'd really
| appreciate being able to either change the font specification or add the
| required font ever the prog is wanting and not finding, anyone know how?
This is swing stuff. I'd just ignore it. I get lots of font warnings
when I run swing stuff on a *nix box xhosted by a win box.
However, your error message says the font is specified in
font.properties. If you could find that file you could change it.
Alternatively you could install that font and then it would be found
(probably better if you want to have better/more fonts available).
-D
|