GSM top-level constant
String
const GSM
Graphic Size Modification.
Representation: CSI n1;n2 \x20 \x42
Parameter default values: n1 = 100; n2 = 100
GSM is used to modify for subsequent text the height and/or the width of all primary and alternative fonts identified by FONT SELECTION (FNT) and established by GRAPHIC SIZE SELECTION (GSS). The established values remain in effect until the next occurrence of GSM or GSS in the data steam.
n1 specifies the height as a percentage of the height established by GSS. n2 specifies the width as a percentage of the width established by GSS.
Implementation
const String GSM = ' B';