1. a request
Dear colleagues,
I have dowloaded the euphoria 1.5 from the simtelnet.
There was an URL http://ourworld.compuserve.com/homepages/robert_craig
for the newest version and add-ons. But the Compuserve's server
answered me this URL no more exists.
How to keep in touch with a new euphoria ftp or http site.
I especially is interested in font utils for euphoria to
ensure the screen output in Ukrainian in the VESA modes.
Yours, Leonid Shulman
2. Re: a request
Leonid Shulman wrote:
>
> Dear colleagues,
>
> I have dowloaded the euphoria 1.5 from the simtelnet.
> There was an URL http://ourworld.compuserve.com/homepages/robert_craig
> for the newest version and add-ons. But the Compuserve's server
> answered me this URL no more exists.
>
> How to keep in touch with a new euphoria ftp or http site.
> I especially is interested in font utils for euphoria to
> ensure the screen output in Ukrainian in the VESA modes.
>
> Yours, Leonid Shulman
Welcome!
The right address is (also vor vers. 2.0):
http://members.aol.com/FilesEu/
Have a nice day, Rolf
3. Re: a request
On Fri, 11 Dec 1998 13:21:20 -0800, Leonid Shulman <shulman at MAO.KIEV.UA>
wrote:
>Dear colleagues,
>
>I have dowloaded the euphoria 1.5 from the simtelnet.
>There was an URL http://ourworld.compuserve.com/homepages/robert_craig
>for the newest version and add-ons. But the Compuserve's server
>answered me this URL no more exists.
>
>How to keep in touch with a new euphoria ftp or http site.
>I especially is interested in font utils for euphoria to
>ensure the screen output in Ukrainian in the VESA modes.
>
Welcome, Leonid!
On the Euphoria web site, you can download Dave Cuny's TEXT_GUI
package. It gives you a much nicer Euphoria editor, with pop-up
language help, syntax coloring, subroutine lists, and much more.
In addition, it has fonts which can be easily modified.
Here, for example, is a clip from the chicago.fnt file:
You can see that it would be easy to modify or add new characters
to suit.
;Fixed System 9 point
-0
........
........
.xxxx...
xx..xx..
xx..xx..
xx..xx..
xx..xx..
xx..xx..
xx..xx..
xx..xx..
.xxxx...
........
........
........
........
........
Also, you may want to download Jiri Babor's rfont, which "grabs"
the system ROM font and uses it. It would be rather simple to
save these fonts in a disk file, modify them, and load them back
into your application.
Regards,
Irv