screen Properties DHTML Object Properties
Sets or retrieves whether the user has selected smoothing through the browser options.
HTML |
N/A |
Script |
screen.fontSmoothingEnabled [ = bEnabled ] |
false |
Smoothing is disabled. |
true |
Smoothing is enabled. |
This property returns or accepts only a boolean value, meaning true if set, and false if not. The property is read/write with a default value of false.
screen