Skip to content

Commit 3c37b48

Browse files
committed
[css2] adding Todd's image descriprions for font-size-adjust
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%401639
1 parent ae76e77 commit 3c37b48

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

css2/fonts.src

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22
<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 $ -->
44
<HEAD>
55
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66
<TITLE>Fonts</TITLE>
@@ -577,27 +577,28 @@ unavailable and an available font had an aspect value of 0.46, the
577577
font-size of the substitute would be 14 * (0.58/0.46) = 17.65px.
578578
</div>
579579

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.
583585

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>
589592

590593
<P><img src="images/font-adjust-a.gif" alt="Comparison of 12 point fonts"></p>
591594

592595
<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.
601602

602603
<P><img src="images/font-adjust-b.gif" alt="Comparison of font-adjusted fonts"></p>
603604

0 commit comments

Comments
 (0)