Re: a request
- Posted by Irv Mullins <irv at ELLIJAY.COM> Dec 11, 1998
- 595 views
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