SPI_SETFONTSMOOTHING top-level constant

int const SPI_SETFONTSMOOTHING

Enables or disables the font smoothing feature, which uses font antialiasing to make font curves appear smoother by painting pixels at different gray levels.

To enable the feature, set the uiParam parameter to TRUE. To disable the feature, set uiParam to FALSE.

Implementation

const SPI_SETFONTSMOOTHING = 0x004B;