From: Hans-Bernhard B. <br...@ph...> - 2004-08-20 07:51:38
|
mi...@ph... wrote: > It would be cool if it is supports changing fontsize during multiplot, e.g. Unfortunately, that's almost guaranteed not to be possible. Not by means of the 'set termoptions' command, anyway. That almost invariably has to go through term->options(), which I'm quite sure most terminals will fail on if you try it between term->graphics() and term->text(), i.e. while the graphics is open. For this to work, we'd have to add another terminal API call, term->default_font(), and map that to a new user-visible 'set font' command. |