Package it.stefanobertini.zebra.cpcl.labelmode

Examples of it.stefanobertini.zebra.cpcl.labelmode.ScaleText


public class ScaleTextTest {

    @Test
    public void test() {
  ScaleText command = new ScaleText(Orientation.horizontal, "PLL_LAT.CSF", 10, 10, new Position(0, 10), "10 POINT FONT");

  CommandOutputBuilder output = new CommandOutputBuilder();
  output.printLn("SCALE-TEXT PLL_LAT.CSF 10 10 0 10 10 POINT FONT");

  assertCommand(output, command);
View Full Code Here

TOP

Related Classes of it.stefanobertini.zebra.cpcl.labelmode.ScaleText

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.