Prev: checking the write protect status of floppy disk
Next: How to change a KMDF sample code to a VC6.0 project?
From: Agromatic on 12 Jan 2010 18:17 Hi, I have a DrvTextOut hook going and I'm having troubles getting the correct transformation information. Basically, I'm doing the following: XFORMOBJ* pxo = FONTOBJ_pxoGetXform(pfo); XFORML xForm; XFORMOBJ_iGetXform(pxo, &xForm); When I have a look at the data in xForm it looks like: eM11 = -1.778049e-019 eM12 = 1.227022e-019 eM21 = 0.000000e +000 eM22 = 2.422115e-291 I'm thinking I might have missed something in the device setup to get such crazy (I'm assuming they are not valid) numbers? Something in GDIINFO maybe? Since this is a printer driver, could it be something in the .gpd? Any thoughts are welcome. Thanks! |