SPI_GETFONTSMOOTHING top-level constant

int const SPI_GETFONTSMOOTHING

Determines whether the font smoothing feature is enabled. This feature uses font antialiasing to make font curves appear smoother by painting pixels at different gray levels.

The pvParam parameter must point to a BOOL variable that receives TRUE if the feature is enabled, or FALSE if it is not.

Implementation

const SPI_GETFONTSMOOTHING = 0x004A;