欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  移动技术

iOS蓝牙打印价签:【商品条码、品名、零售价、规格信息等】(商品名称支持换行显示)

程序员文章站 2023-01-21 21:23:16
前言效果关键方法 [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...

前言

商品名称支持换行显示,商品条码的高度根据商品名称长度自动调整

效果

iOS蓝牙打印价签:【商品条码、品名、零售价、规格信息等】(商品名称支持换行显示)

关键方法

            [command addTextwithX:30 withY:y withFont:@"TSS24.BF2" withRotation:0 withXscal:1 withYscal:1 withText:

本文地址:https://blog.csdn.net/u011018979/article/details/107174043