Purpose
Opcode format | Opcode
[ASCII] (Hex) |
Operand Format | Comments |
Single-byte, readable operand | [M] (4D) | [<ws>]<ICount>[<ws><IXi>,<IYi>]+ | Draws a series of markers, absolute coordinates. |
Single-byte, binary operand | [m] (6D) | <BCount>[<USEcount>][<LXi><LYi>]+ | Polymarker, relative coordinates |
- | (8D) | <BCount>[<USEcount>][<SXi><SYi>]+ | Polymarker, relative coordinates |
Ecount When count is zero, a 2-byte extended count follows, allowing for polymarkers of length 256 through 65,791 vertices which are encoded as an integer (0 to 65,535).
Xi,Yi The ith point (in logical coordinates) at which to place a marker glyph.