
03-08-2006, 02:24 AM
|
|
Newcomer
|
|
Join Date: Feb 2006
Posts: 6
|
|
DrvWriteSpoolBuf
|
Hai ,
How to use DrvWriteSpoolBuf command along with DrvXMoveTo and DrvYMoveTo api's.
My code
pdevobj->pDrvProcs->DrvXMoveTo(pdevobj, 300, MV_RELATIVE);
pdevobj->pDrvProcs->DrvYMoveTo(pdevobj, 300, MV_RELATIVE);
pdevobj1->pDrvProcs->DrvWriteSpoolBuf(pdevobj1, strDevFont,strsize);
pdevobj1-Caller-supplied pointer to a DEVOBJ structure.
strdevfont -my string
strsize -length of the string
currently images are not getting printer properly (some junk image printing is happening)
hlp me to come out from this issue.
shankar B.
|
|