ZPL 文本框中的新行



注意:我想我已经尝试了这里提到的所有内容 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

我应该用什么替换 [换行符] 来强制换行?

我想我通过使用 ^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

相关内容

  • 没有找到相关文章

最新更新