Browse Source

* RegisterBGIFont would not return a FONT number!

carl 26 năm trước cách đây
mục cha
commit
dcc1d5f92b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      rtl/inc/graph/text.inc

+ 1 - 1
rtl/inc/graph/text.inc

@@ -297,7 +297,7 @@
                             exit;
                           end;
                         fonts[b].instr:=FontData;
-                        RegisterBGIfont:=grOK;
+                        RegisterBGIfont:=b;
                      end;
                 end;
            end