|
1 | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | 2 | <html lang="en"> |
3 | | -<!-- $Id: fonts.src,v 2.48 1998-05-05 14:48:23 bbos Exp $ --> |
| 3 | +<!-- $Id: fonts.src,v 2.49 1998-05-05 16:53:15 howcome Exp $ --> |
4 | 4 | <HEAD> |
5 | 5 | <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> |
6 | 6 | <TITLE>Fonts</TITLE> |
@@ -577,27 +577,28 @@ unavailable and an available font had an aspect value of 0.46, the |
577 | 577 | font-size of the substitute would be 14 * (0.58/0.46) = 17.65px. |
578 | 578 | </div> |
579 | 579 |
|
580 | | -<P>Font size adjustments are based on the <a |
581 | | -href="cascade.html#computed-value">computed value</a> of <span |
582 | | -class="propinst-font-size">'font-size'</span>. |
| 580 | +<P>Font size adjustments take place when computing the <a |
| 581 | +href="cascade.html#actual-value">actual value</a> of <span |
| 582 | +class="propinst-font-size">'font-size'</span>. Since inheritance is |
| 583 | +based on the <a href="cascade.html#computed-value">computed value</a>, |
| 584 | +child elements will inherit unadjusted values. |
583 | 585 |
|
584 | | -<P>The first image below shows several typefaces as rasterized on a |
585 | | -Macintosh at 12-point, together with their aspect values. No matter what |
586 | | -the typographical family (or nominal base size, unit, or platform), |
587 | | -faces with higher aspect values look bigger than those with lower aspect values. |
588 | | -Faces with very low aspect values are illegible at the size shown.</p> |
| 586 | + |
| 587 | +<P>The first image below shows several typefaces rasterized at a |
| 588 | +common font size (11pt. at 72 ppi), together with their aspect |
| 589 | +values. Note that faces with higher aspect values appear larger than |
| 590 | +those with lower. Faces with very low aspect values are illegible at |
| 591 | +the size shown.</p> |
589 | 592 |
|
590 | 593 | <P><img src="images/font-adjust-a.gif" alt="Comparison of 12 point fonts"></p> |
591 | 594 |
|
592 | 595 | <P>The next image shows the results of <span |
593 | | -class="propinst-font-size-adjust">'font-size-adjust'</span> with the |
594 | | -fonts shown in the previous image. These fonts' em sizes range all the |
595 | | -way up to 25-point, but appear subjectively to be about as large as |
596 | | -12-point Verdana, whose aspect value served as the base for scaling. As |
597 | | -adjusted, the legibility characteristics of these faces on screen are |
598 | | -nearly linear across faces. Note that <span |
599 | | -class="propinst-font-size-adjust">'font-size-adjust'</span> tends to |
600 | | -stabilize the horizontal metrics of lines, as well. |
| 596 | +class="propinst-font-size-adjust">'font-size-adjust'</span> where Verdana has |
| 597 | +been taken as the"first choice", together with the scaling factor applied. |
| 598 | +As adjusted, the apparent sizes are nearly linear across faces, though the |
| 599 | +actual (em) sizes vary by more than 100%. Note that <span |
| 600 | +class="propinst-font-size-adjust">'font-size-adjust'</span> |
| 601 | +tends to stabilize the horizontal metrics of lines, as well. |
601 | 602 |
|
602 | 603 | <P><img src="images/font-adjust-b.gif" alt="Comparison of font-adjusted fonts"></p> |
603 | 604 |
|
|
0 commit comments