fontSmoothingEnabled Property

Internet Development Index

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

Syntax

[ bEnabled = ] screen.fontSmoothingEnabled

Possible Values

bEnabledBoolean that receives one of the following values.
falseDefault. Font smoothing is disabled.
trueFont smoothing is enabled.

The property is read-only. The property has a default value of false.

Remarks

Font smoothing can be enabled by checking Smooth Edges in the Screen Fonts option in the Display control panel. In Microsoft® Windows® 98 and Windows 2000, this option is located on the central panel's Effects tab. In Microsoft Windows NT® 4.0 and Windows 95, this option is located on the Plus! tab.

Note  In Windows 95, the Plus! tab is available only if Microsoft® Plus! is installed.

Standards Information

There is no public standard that applies to this property.

Applies To

screen