Re: [Flightgear-devel] Message time and fonts

2008-04-17 Thread till busch
hi adam, this is currently not controlled by a property. you can find the timeout in Nasal/screen.nas (line 184). log = window.new(nil, -30, 10, 10); you could also specify the font there (untested): log.font = "font"; i think that changing the font size is not easily possible. cheers, -til

[Flightgear-devel] Message time and fonts

2008-04-16 Thread Adam Dershowitz
Is there a property that controls the font size, and the time that a message remains on the screen? I have hunted around and not had any luck finding that in the property tree. But I could have missed it. If not, where can it be set? Which source file or other location has that info? Than