FONTOBJ_pxoGetXform

XFORMOBJ FONTOBJ_pxoGetXform(

    IN FONTOBJ *pfo

   );

FONTOBJ_pxoGetXform retrieves the notional-to-device transform for the specified font.

Parameters

pfo
Points to the FONTOBJ for which the transform is to be retrieved.

Return Value

The return value is a XFORMOBJ structure that can be used by the XFORMOBJXxx service routines. The returned XFORMOBJ assumes that:

  1. The distance between the pixels is in device space units.

  2. Both notional and device space have positive values of y in the top-to-bottom direction.

If the font is a raster font, the return value is null.

Comments

The driver needs the notional-to-device transform to realize a driver-supplied font.

See Also

FONTOBJ, XFORMOBJ