SPI_GETFONTSMOOTHING top-level constant

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

@Deprecated('Use SYSTEM_PARAMETERS_INFO_ACTION.SPI_GETFONTSMOOTHING instead')
const SPI_GETFONTSMOOTHING = 0x004A;