ZPL 文本框中的新行
New line in text box in ZPL
注意:我想我已经尝试了这里提到的所有方法 New line in Zebra ZPL
作为输入,我得到 1-3 段文本。段落太长,我想要自动换行,但我想在段落之间强制换行。下面的代码可以正常工作,但我无法让强制换行符起作用。
这是我的 ZPL:
^FO30,473,0
^A0N,20,24
^TBN,500,500
^FDSome very long legal text that need to be printed in two languages[line break]Here is the same text in another language^FS
我应该用什么替换 [line break] 来强制换行?
我想我是通过使用 ^FB 而不是 ^TB
^FO30,473,0
^A0N,20,24
^FB400,15,0,L
^FDSome very long legal text that need to be printed in two languages\&Here is the same text in another language^FS
注意:我想我已经尝试了这里提到的所有方法 New line in Zebra ZPL
作为输入,我得到 1-3 段文本。段落太长,我想要自动换行,但我想在段落之间强制换行。下面的代码可以正常工作,但我无法让强制换行符起作用。
这是我的 ZPL:
^FO30,473,0
^A0N,20,24
^TBN,500,500
^FDSome very long legal text that need to be printed in two languages[line break]Here is the same text in another language^FS
我应该用什么替换 [line break] 来强制换行?
我想我是通过使用 ^FB 而不是 ^TB
^FO30,473,0
^A0N,20,24
^FB400,15,0,L
^FDSome very long legal text that need to be printed in two languages\&Here is the same text in another language^FS