javascript STYLE fontSizeAdjust
| fontSizeAdjust | NN 6 IE 5(Mac) DOM 2 |
| Read/Write | |
|
Provides the font aspect value, usually of the first font family in a font-family attribute sequence, forcing alternative font families to calculate their rendered font size to closely match that of the primary font family. Although this property is a member of the style object in IE 5/Mac and Netscape 6, neither the style attribute nor scripted changes to it affect the font display. |
|
| Example | |
document.getElementById("myDIV").style.fontSizeAdjust = "0.56";
|
|
| Value | |
Numeric aspect value as a quoted string, or none. |
|
| Default | |
none |
|
Previous: javascript STYLE fontStretch
1847,Nickname,Homepage or email,Comments here,Add comment
