mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 03:30:33 +02:00
* BGI font fix from Lowell C. Savage
git-svn-id: trunk@1620 -
This commit is contained in:
parent
9228588260
commit
25ce080225
@ -77,7 +77,7 @@
|
||||
|
||||
TStrokes = Array[0..1000] of TStroke;
|
||||
|
||||
opcodes = (_END_OF_CHAR, _DO_SCAN, _MOVE, _DRAW);
|
||||
opcodes = (_END_OF_CHAR, _DO_SCAN, _DRAW := 253, _MOVE := 254 );
|
||||
|
||||
|
||||
var
|
||||
|
Loading…
Reference in New Issue
Block a user