VERSAJET
|
|
| [Name] | Define |
| |
| Programming Reference |
| ||||
|
|
| [Format] | ASCII | ESC & y c1 c2 [x1 d1 d(yx x1)] [xk d1 | d(yx xk)] |
|
|
| ||||
|
|
|
| Hex | 1B 26 y c1 c2 [x1 d1 d(yx x1)] [xk d1 | d(yx xk)] |
|
|
|
| Decimal | 27 38 y c1 c2 [x1 d1 d(yx x1)] [xk d1 | d(yx xk)] |
|
|
| [Range] | y = 3 |
|
|
|
|
|
| 32≦c1≦c2≦126 |
| |
|
|
|
| 0≦x≦12(Font A - 12 x 24) |
| |
|
|
|
| 0≦x≦9(Font B - 9 x 24) |
| |
|
|
|
| 0≦d≦255 |
|
|
|
|
|
| k = c2 – c1 + 1 |
| |
|
|
| [Default] | None |
|
|
|
|
| [Description] | Defines | ||
|
|
|
| y specifies the number of bytes in the vertical direction. | ||
|
|
|
| x specifies the number of dots in the horizontal direction. | ||
|
|
|
| d is the dot data for the |
| |
|
|
| [Notes] |
|
|
|
Character codes from the alphanumeric characters 20H (decimal 32) to 7EH(decimal 126) can be defined.
Data(d) specifies a bit printed to 1 and not printed to 0. The dot pattern is in the horizontal direction from the left side. Any remaining dots on the right side are blank.
The data to define a user defined character is (yx x) bytes.
39