Hal Kaplan wrote:
=> -----Original Message-----
=> From: [EMAIL PROTECTED] => [mailto:[EMAIL PROTECTED] On Behalf Of Chet Gardiner
=> Sent: Monday, October 02, 2006 15:33
=> To: [email protected]
=> Subject: Re: ? and ??
=> => Then maybe the solution is to change the fontname in _screen => instead of using the FONT clause? => => I haven't tried it but it seems logical: => => CLEAR
=> FOR N = 1 TO 4
=>     lcSaveFontName = _screen.FONTNAME
=>     _screen.FONTNAME = "WINGDINGS"
=>     ? CHR(0x6F)
=>     _screen.FONTNAME = "ARIEL"
=>     ?? CHR(9)+'test' FONT "Ariel"
=>     _screen.FONTNAME = lcSaveFontName
=> ENDFOR
=> => Never mind, that didn't work but maybe I'm still on to something? =>
I guess I did not make it clear, or maybe I didn't even imply it BUT

The problem is really that you are changing fonts in the middle of the line.  
You are going from _screen.FontName to font clause 1 to font clause 2 to 
_screen.FontName and then repeating.  It does not matter which font is used; 
only that there are different fonts being used.  It may have something to do 
with font metrics and keeping track of the @ coordiates.
So ? I _should_ be able to do it _but _they_won't_let_me_ . Seriously though, your argument about screen fonts does not apply in the case of the printer scenario and yet the same problem occurs when directing output in this way to the printer.





_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to