【问题标题】:New line in text box in ZPLZPL 文本框中的新行
【发布时间】:2020-02-25 21:20:05
【问题描述】:

注意:我想我已经尝试了这里提到的所有内容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] 来强制换行?

【问题讨论】:

    标签: zebra-printers zpl


    【解决方案1】:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-04-26
      • 2013-05-04
      • 2014-07-21
      相关资源
      最近更新 更多