11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: fonts.src,v 1.33 1998-01-08 20:54:04 ijacobs Exp $ -->
3+ <!-- $Id: fonts.src,v 1.34 1998-01-14 17:45:37 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Fonts</TITLE>
@@ -33,7 +33,7 @@ representations, all observing same basic motif according to design,
3333size, appearance, and other attributes associated with the entire set.
3434
3535<P>A visual user agent must address the following issues before actually
36- rendering a character:
36+ rendering a character:</p>
3737
3838<ul>
3939<li>Has the author specified a font for this character?
@@ -353,7 +353,7 @@ sometimes <EM>Medium</EM>.
353353<P> The association of other weights within a family to the numerical
354354weight values is intended only to preserve the ordering of darkness
355355within that family. However, the following heuristics tell how the
356- assignment is done in typical cases:
356+ assignment is done in typical cases:</p>
357357
358358<UL>
359359 <LI>
@@ -411,7 +411,7 @@ weight values, the matching of 'bolder' is to the next darker face
411411available on the client within the family and the matching of
412412'lighter' is to the next lighter face within the family. To be
413413precise, the meaning of the relative keywords 'bolder' and 'lighter'
414- is as follows:
414+ is as follows:</p>
415415
416416<UL>
417417 <LI>
@@ -703,7 +703,7 @@ available fonts, etc. The details of the <a href="#algorithm">font
703703matching algorithm</a> are provided below.
704704
705705<P>There are four possible font selection actions:
706- matching, intelligent matching, synthesis, and download.
706+ matching, intelligent matching, synthesis, and download.</p>
707707
708708<UL>
709709
@@ -788,7 +788,7 @@ vary from just the name of the font up to a list of glyph
788788representation widths. This data is a subset of the glyph
789789representation metrics contained in the font.
790790
791- <P>Font descriptors may be classified into three types:
791+ <P>Font descriptors may be classified into three types:</p>
792792
793793<ol>
794794<li>those that provide the link between the CSS usage of the font and
@@ -950,7 +950,7 @@ same reason).
950950<p>This is the descriptor for the weight of a face relative to others
951951in the same font family. It takes the same values as the <span
952952class="propinst-font-weight">'font-weight'</span> property with three
953- exceptions:
953+ exceptions:</p>
954954
955955<ol><li>relative keywords (bolder, lighter) are not permitted
956956<li>a comma separated list of values is permitted
@@ -1403,7 +1403,7 @@ or alternative stylesheet languages. Fonts retrieved by one medium and
14031403stored in a proxy cache could be re-used by another medium, saving
14041404download time and network bandwidth.
14051405
1406- <p>A non-exhaustive list examples of such media includes:
1406+ <p>A non-exhaustive list examples of such media includes:</p>
14071407
14081408<ul>
14091409<li>2-D vector formats
@@ -1614,8 +1614,7 @@ heights, as a means of comparison between font families. The terms
16141614large-eye, small-eye are also used to indicate the height of lowercase
16151615glyph representations relative to the height of uppercase.
16161616
1617- <br>
1618- <img src="./images/x-height.gif" alt="Illustration of x-height">
1617+ <P><img src="./images/x-height.gif" alt="Illustration of x-height"></p>
16191618
16201619<p>This descriptor is not useful for fonts that do not contain any glyph
16211620representations from these scripts. Since the heights of lowercase and
@@ -1624,8 +1623,9 @@ different fonts, it may be useful to set both the lowercase and
16241623uppercase heights to the same value for unicameral scripts such as
16251624Hebrew, where for mixed Latin and Hebrew text the Hebrew characters
16261625are typically set at a height midway between the capital and lowercase
1627- heights of the Latin font.<br>
1628- <img src="./images/heb-height-54.gif" alt="Height of Hebrew characters">
1626+ heights of the Latin font.
1627+
1628+ <P><img src="./images/heb-height-54.gif" alt="Height of Hebrew characters"></p>
16291629
16301630<p>For Type 1 fonts, this value may be obtained from the
16311631<tt>Bluevalues</tt> entry in the Private dictionary.
@@ -1792,7 +1792,7 @@ results of this matching process are as consistent as possible across
17921792UAs (assuming that the same library of font faces and font
17931793descriptions is presented to each of them). This algorithm may be
17941794optimized, provided that an implementation behaves as if the algorithm
1795- had been followed exactly.
1795+ had been followed exactly.</p>
17961796
17971797<OL>
17981798
@@ -1918,7 +1918,7 @@ the CSS2 properties for each character.
19181918</em>
19191919</div>
19201920
1921- <P>The per-descriptor matching rules from (2) above are as follows:
1921+ <P>The per-descriptor matching rules from (2) above are as follows:</p>
19221922
19231923
19241924<OL>
0 commit comments