CONFIDENTIAL
Paper roll Character commands ESC M
Ver. 10.0 1 p. 125
[Model-dependent variations] TM-J2000/J2100, TM-T90, TM-L90, TM-T88III, TM-P60, TM-U220
TM-J2000/J2100
[Other than Japanese model]
Character configurations
Font A: (alphanumeric and Katakana characters: 12 × 24 / Thai character: 12 × 72)
Font B: (alphanumeric and Katakana characters: 9 × 17 / Thai character: 9 × 51)
Each character’s baseline is as follows:
Font A (12 × 24): 21 dots from the top of a character.
Font B (9 × 17): 16 dots from the top of a character.
[Japanese model]
Character configurations
Font A: (12 × 24)
Font B: (10 × 24)
Font C: (8 × 16)
Each character’s baseline is as follows:
Font A (12 × 24): 21 dots from the top of a character.
Font B (10 × 24): 21 dots from the top of a character.
Font C (8 × 16): 15 dots from the top of a character.
Program Example for all printers Print Sample
PRINT #1, CHR$(&H1B);"M";CHR$(0);Select font A AAAAA Font A
PRINT #1, "AAAAA";CHR$(&HA); BBBBB Font B
PRINT #1, CHR$(&H1B);"M";CHR$(1); Select font B
PRINT #1,"BBBBB";CHR$(&HA);