iOS蓝牙打印价签:【商品条码、品名、零售价、规格信息等】(商品名称支持换行显示)
程序员文章站
2023-12-24 16:25:51
前言效果关键方法 [command addTextwithX:30 withY:y withFont:@"TSS24.BF2" withRotation:0 withXscal:1 withYscal:1 withText:[NSString stringWithFormat:@"品名:%@",name]]; // 打印条码 [command add1DBarcode:30 :y :@"CODE128" :h4add1DBarcode :1 :0 :2 :2...