printer_draw_text()
printer_draw_text - Draw textSyntax
printer_draw_text (resource $printer_handle, string $text, int $x, int $y)Arguments
- printer_handle - printer_handle must be a valid handle to a printer.
- text - The text to be written.
- x - x is the x coordinate of the position.
- y - y is the y coordinate of the position.
