|
From: Ethan M. <merritt@u.washington.edu> - 2006-04-04 18:41:26
|
On Tuesday 04 April 2006 11:23 am, Chris K wrote: I'll have a look at the rest of your comments later, but for this one... > The usual enhanced_recursion calls will need feedback about the text layout size > from the terminal driver. I don't think this is true. Could you give a specific example? For instance, the postscript driver itself knows little about text layout. That information is not available until much later, when the output file is run through a postscript interpreter (e.g. a PostScript printer, ghostscript). By then it is far to late to feed any information back to the gnuplot core routines. > If a terminal decided to handle the enhanced text > codes internally in the term->put_text call, without using the > enhanced_recursion, would it still need to send any information to > gnuplot about the text size? I'm still not sure what information you mean. Are you talking about the estimated string length? That estimation is actually done by a special driver that does nothing else - estimate.trm. -- Ethan A Merritt Biomolecular Structure Center University of Washington, Seattle WA |