[futurebasic] re: Re: [FB] Inverted Text Problem

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : June 2000 : Group Archive : Group : All Groups

From: Bowerbird@...
Date: Sun, 4 Jun 2000 19:35:14 EDT
rick said:

>   The mirror is a non-starter not just for the portability issue, 
>   but also because it won't work.  The text as seen by the other user 
>   will appear reversed.

the upside-down font has its own difficulties as well.

specifically, it'd have to be right-justified,
with the string reversed from last to first.

and if it ran more than one line,
the line-breaks wouldn't be correct
i.e., the shortest leftover line would occur, as it always does,
at the end of the string, when you'd want it at the beginning.

-bowerbird