Lowell C. Savage wrote:
> Bug fix to the BGI compatibility stuff.
>
> Line 81, in "gtext.inc" in the "rtl\inc\graph" directory, needs to be
> the following:
>
>
> opcodes = (_END_OF_CHAR, _DO_SCAN, _DRAW = 253, _MOVE = 254 );
>
>
> This is so that it can properly read the old Borland BGI font
Bug fix to the BGI compatibility stuff.
Line 81, in "gtext.inc" in the "rtl\inc\graph" directory, needs to be the
following:
opcodes = (_END_OF_CHAR, _DO_SCAN, _DRAW = 253, _MOVE = 254 );
This is so that it can properly read the old Borland BGI font files with
line drawn fonts.
The origi