SPI_SETFONTSMOOTHING top-level constant

  1. @Deprecated('Use SYSTEM_PARAMETERS_INFO_ACTION.SPI_SETFONTSMOOTHING instead')
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

@Deprecated('Use SYSTEM_PARAMETERS_INFO_ACTION.SPI_SETFONTSMOOTHING instead')
const SPI_SETFONTSMOOTHING = 0x004B;