JavaScript Reference/Javascript Properties — различия между версиями

Материал из Web эксперт
Перейти к: навигация, поиск
 
м (1 версия)
 
(нет различий)

Текущая версия на 08:22, 26 мая 2010

"fontSmoothingEnabled" Example

    
<html>
<body>
<script language="JavaScript">
    function function1() {
        alert(screen.fontSmoothingEnabled);
    }
</script>
<button onclick="function1();">Font Smoothing Enabled</button>
</body>
</html>



"fontSmoothingEnabled" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |screen                                                        |
+----------------+--------------------------------------------------------------+



"fontSmoothingEnabled" Possible Values

Possible Values
true 
false.



"fontSmoothingEnabled" Syntax and Note

Note:
Read-only property. 
Does system have font smoothing enabled. 
    
Syntax:
    
screen.fontSmoothingEnabled