i am using the printer plugin from this website:
http://www.codingarea.co.uk/ and i have some question about the test program, for what do these lines stand:
does this give the max x and max y of a sheet or of the string or what else does it do?
x=LTextWidthAndHeight("Hello",ptr)
print "Width:";peekL(ptr,0)
print "Height:";peekL(ptr,4)
what does the 128 stand for and all the 0's and 1's
LFontDetails "Arial",128,32,0,0,0,1,0,0,0,0,0,0,0
Also does someone know what the "pixel" size is of an A4 sheet of paper, so what is max x coordinate an max y coordinate i can put in the LSendToPrint command.
btw is this the right forum to post it or should i post it in the dll's forum?