Re: A much much dumber qeustion :)
- Posted by Ralf Nieuwenhuijsen <nieuwen at XS4ALL.NL> Mar 29, 1999
- 500 views
> Hi all, once again I jump out of my lurking to ask a hopefully simple > question :) > I'm using the Neil graphics library, so(unless I'm doing something wrong :) > can't use font.e > to display words in graphic mode... I'm guessing fontfont.e is meant to get > around that...but sadly there's no documentation, it appears this was > written for clever people who know what they are doing....which is a problem > as I'm a distinctly unclever person who has no idea what he is doing > > Can anyone explain how I'd go about doing the classic > "hello world" bit if I'm using Neil.e > ....or can this even be done? :{ I've used a hacked version of font.e where all constants are local and all non-used routines removed to avoid conflicts. Font.e simply uses the pixel () and getpixel () routine, so afterwards it does work. But it doesn't matter much, because the latest version of Neil already includes its own font routines (using the same file-format, etc. as Jiri's routines) ... Just visit Pete's site and grab the latest of his download page. Ralf