Fs s n1 n2, Fs t n1 n2, Fs u – Compuprint 4247-L03 Programmer Manua User Manual
Page 108: Fs s n 1 n 2 fs t n 1 n 2 fs u, Fs s n 1 n 2, Fs t n 1 n 2
FS S n1 n2
Defines the left and right empty character space of a normal-sized character.
ASCII Code
FS S n1 n2
Hexadecimal Value
X'1C' X'53' n1 n2
Decimal Value
28 83 n1 n2
n1 and n2 are in n/180 of an inch.
n1 (1 to 127) defines the empty space at the left of the character cell. n2 (1 to 127) defines the empty
space at the right of the character cell of each normal sized character.
The default values are: n1=0, n2=1.5.
For example, if a normal sized character cell is 12/180 wide, with the default values, the equivalent
character per inch is 180/13.5 = 13.3 characters per inch.
FS T n1 n2
Defines the left and right empty character space of a half-sized character.
ASCII Code
FS T n1 n2
Hexadecimal Value
X'1C' X'54' n1 n2
Decimal Value
28 84 n1 n2
n1 and n2 are in n/180 of an inch.
n1 (1 to 127) defines the empty space at the left of the character cell. n2 (1 to 127) defines the empty
space at the right of the character cell of each half sized character.
The default values are: n1=0, n2=1.5.
For example, if a half sized character cell is 12/180 wide, with the default values, the equivalent character
per inch is 180/13.5 = 13.3 char./inch.
FS U
Define half-sized character as half of a normal sized character.
ASCII Code
FS U
Hexadecimal Value
X'1C' X'55'
Decimal Value
28 85
This command sets the size of the character to be half of the normal size including the left and right empty
space so that two half sized characters occupy the same space of one normal sized character.
92
Programmer Manual