> Hi All,
>
> I'm trying to print some date right out of an php file,
> to do this i use the printer_draw_text function.
> All works fine for one line, but how can i print more than one line?
>
printer_draw_text($handle, "+", 100, $y);
$y=+$fontsize;
printer_draw_text($handle, "+", 100, $y
Hi All,
I'm trying to print some date right out of an php file,
to do this i use the printer_draw_text function.
All works fine for one line, but how can i print more than one line?
When i put my text in a string, and try to print the string
it will print nice squares, but it will not print mu
2 matches
Mail list logo