1)A_CreatePrn(1,nil)
(2)A_Set_DebugDialog(0);
(3)A_Set_Darkness(darkness);
(4)A_Clear_Memory();
(5)A_Set_Speed(speed);
(6) A_Bar2d_PDF417(20,10,0,0,'f',speed,0,0,0,'b',1,prnstr);
(7) A_Prn_Text_TrueType_W(60,70,40,50,pchar('宋体'),1,400,0,0,0,pchar('AB'),pchar('交大电子A'),1);
(8) A_Prn_Text_TrueType_W(60,90,40,50,pchar('宋体'),1,400,0,0,0,pchar('AB'),pchar('交大电子B'),1);
(9) A_Prn_Text_TrueType_W(60,120,40,50,pchar('宋体'),1,400,0,0,0,pchar('AB'),pchar('交大电子C'),1);
(10) A_Prn_Text_TrueType_W(60,140,40,50,pchar('宋体'),1,400,0,0,0,pchar('AB'),pchar('交大电子D'),1);
(9)A_Print_Out(1,1,1,1);
(10)A_ClosePrn();
我发现只能打印出第6、10行,而7、8、9行不能打印,如果我去掉7、8、9、10将全部不能打印,只走纸,
并且我实验了一下发现只有最后一条打印汉字的语句有用,而我现在需要打印二行汉字,我应当怎样处理?
|
|