Re: [fpc-pascal] Suggested bug fix.

2005-11-01 Thread Florian Klaempfl
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

[fpc-pascal] Suggested bug fix.

2005-11-01 Thread Lowell C. Savage
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