Quick References
      ADO
      ASP
      CSS2
      HTML
      JavaScript
      Jet SQL
      VBScript
      WML
      WMLScript
      WSH
      XHTML
      XML DOM
      XSLT

Features
      Knowledge Base
      Tutorials

Partners
     ZVON.ORG
     XML
     Planet Source Code
     VisualBuilder
     Web Design
     Your HTML Source
     XML/XSLT Forums
     ASPAlliance
     Scripts
     
     Programmers Heaven
     Tek-Tips Forums
     Developer Fusion
     Code Project










PROPERTY: font-size-adjust

font-size-adjust : none | number
 
Compatibility: Currently not supported by any browser
Version: Level 2
Inherited: Yes
 
The font-size-adjust property is used to assign the same aspect value for all of the fonts types assigned to an element.
 
Using such properties as font and font-family, you can create a prioritized listing of font types (arial, courier, etc.) that can be assigned to an element. When an .asp or .html page is to be displayed on a Web site, the browser will consider each typeface value in the list in turn and will use the first value that it recognizes.
 
When dealing with small font sizes, some fonts are easier to read than others. How easy it will be to read a small font is determined quantitatively by the font's aspect value, which is simply the ratio of the height of the lower case letter x over the height of the font size. A font with an aspect value of .58, such as Verdana, will be much easier to read at small sizes than a font with an aspect value of .28, such as Flemish Script.
 
The font-size-adjust property forces all of the fonts in the list to have the same aspect value. Therefore, regardless of which font is selected from the list, at small sizes it will be just as readable as any other font in the list.
 
none
 
The none value allows each font to keep its own aspect value.
 
number
 
The number value assigns the same aspect value to all fonts in the list.
 
Code:
p {font-family: arial, courier; font-size-adjust: none;}
p {font-family: verdana, courier; font-size-adjust: .56;}


 


Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information