[fpc-devel]Re: GRAPH Unit for linux - Problems
Andreas K. Foerster
Andreas at AKFoerster.de
Mon Nov 19 19:04:43 CET 2001
On Sun, Nov 18, 2001 at 08:14:50PM +0100, I wrote:
> I came along with some problems with the GRAPH unit (1.0.4 / Linux):
>
> - The command ClearViewPort doesn't set the Position to 0,0.
Okay, I set it myself. :-\
> - Outtext doesn't handle international characters correctly
Now I found that there is already a translation table, which just has to
be activated by:
GraphStringTransTable := @AnsiToASCIITransTable;
You really should put that into the manual!
BTW. the naming is not correct, because /both/ charsets are based on
ASCII and it's not translated to /pure/ ASCII.
> - And CloseGraph doesn't reset the Console correctly.
That's still a problem.
Another fault in the docs: the functions "InstallUserDriver" and
"RegisterBGIDriver" are explained as if they were implemented.
--
Tschuess
Andreas
More information about the fpc-devel
mailing list