description
Creates an internal memory buffer to store landscape text and barcodes until a form feed is received. The size of the buffer is determined by n, the number of characters per line. The n parameter is converted internally to millimeters so new line lengths can be automatically calculated in the event a font change takes place. The conversion to millimeters is done by multiplying the value of n by the width of whatever font is currently set when the GS t
command is sent.
This command may be used in conjunction with the GS T
command to determine where, if at all, text wraps to the next line.
This command is similar to the GS u
command.
see also
expression
ASCII | GS t n |
Decimal | 29 116 n |
Hex | 1D 74 n |
parameters
n | the desired number of characters per line in landscape mode |