The FIXED structure contains the integral and fractional parts of a fixed-point real number.
typedef struct _FIXED { // fix
WORD fract;
short value;
} FIXED;
The FIXED structure is used to describe the elements of the MAT2 structure.
Windows NT: Requires version 3.1 or later.
Windows: Requires Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in wingdi.h.
Fonts and Text Overview, Font and Text Structures, MAT2