FD_XFORM structure (winddi.h)

The FD_XFORM structure describes an arbitrary two-dimensional font transform.

Syntax

typedef struct _FD_XFORM {
  FLOATL eXX;
  FLOATL eXY;
  FLOATL eYX;
  FLOATL eYY;
} FD_XFORM, *PFD_XFORM;

Members

eXX

eXY

eYX

eYY

Are the four elements that comprise a 2x2 row-major matrix. eXX and eXY are the elements in the first row; eYX and eYY are the elements in the second row.

Remarks

This structure is used typically to hold notional-to-device-space font transformations.

Requirements

Requirement Value
Header winddi.h