fontSmoothingEnabled property

Gets whether the user has enabled font smoothing in the Display control panel.

 

Syntax

HRESULT value = object.get_fontSmoothingEnabled(* p);

Property values

Type: VARIANT_BOOL

VARIANT_FALSE (false)

Default. Font smoothing is disabled.

VARIANT_TRUE (true)

Font smoothing is enabled.

Standards information

There are no standards that apply here.