Re: Various Issues
- Posted by "C. K. Lester" <cklester at TICNET.COM> Aug 21, 1999
- 423 views
I know what to do to get strikethrough, I just don't know where to put it! -----Original Message----- From: Euphoria Programming for MS-DOS [mailto:EUPHORIA at LISTSERV.MUOHIO.EDU]On Behalf Of David Cuny Sent: Saturday, August 21, 1999 12:20 AM To: EUPHORIA at LISTSERV.MUOHIO.EDU Subject: Re: Various Issues C. K. Lester wondered: >1. Is there a printer driver available for DOS that > EUPHORIA can use that would make printing formatted > documents simple? Not that I'm aware of. I had toyed with the idea of adding printing support to a DOS version of Win32Lib, but I'm having doubts that there's really much demand for such a tool. >2. I would need to add strikethrough to Jiri's font.e, > and though I've done a little examination to try and > add it myself, I'm not sure exactly where to put the > code. I'd calculate the height of the font, divide by 2, and just draw a line. >3. How do I format strikethrough text in Win32 using Llama? See above. I don't know that there is actual built-in Win23 support for strikethrough, other than allowing it as an option in the Choose Font common dialog. >4. How do I print using Llama? I'll look and see if I have a stable version that supports printing. Unfortunately, I don't think I've documented it. I may start on a new port of Llama that parallels GtkLib, and I'll try to get printing supported in that. Visual Euphoria is getting pretty impressive - Win32Lib/Llama is getting some stiff competition. -- David Cuny