FIXED

3.1

typedef struct tagFIXED {  /* fx */
    UINT    fract;
    int     value;
} FIXED;

The FIXED structure contains the integral and fractional parts of a fixed-point real number.

Members

fract

Specifies the fractional part of the number.

value

Specifies the integer part of the number.

Comments

The FIXED structure is used to describe the elements of the MAT2 and POINTFX structures.

See Also

GetGlyphOutline