1 unit ANSI: IIUWGRAPH class;
4 unit GotoXY:procedure(x,y:integer);
6 res:=hfont8(10,x,y,0,"",0,0,0);
8 unit SetColor:procedure(col:integer);
10 res:=hfont8(11,col,0,0,"",0,0,0);
12 unit SetBackground:procedure(col:integer);
14 res:=hfont8(12,col,0,0,"",0,0,0);
18 res:=hfont8(13,0,0,0,"",0,0,0);
20 unit Normal:procedure;
22 res:=hfont8(15,0,0,0,"",0,0,0);
26 res:=hfont8(16,0,0,0,"",0,0,0);