11<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
22<html lang="en">
3- <!-- $Id: fonts.src,v 1.34 1998-01-14 17:45:37 ijacobs Exp $ -->
3+ <!-- $Id: fonts.src,v 1.35 1998-01-20 23:24:41 ijacobs Exp $ -->
44<HEAD>
55<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
66<TITLE>Fonts</TITLE>
@@ -204,7 +204,7 @@ title="<generic-family>::definition of"><a name="value-def-generic-family"
204204 last alternative.</p>
205205 </DL>
206206
207- <P> Font names containing whitespace should be quoted.
207+ <P> Font names containing <a href="syndata.html# whitespace">whitespace</a> should be quoted.
208208
209209<div class="html-example"><P>
210210For example:
@@ -224,7 +224,7 @@ For example:
224224</PRE>
225225</div>
226226
227- <P> If quoting is omitted, any whitespace characters before and after
227+ <P> If quoting is omitted, any <a href="syndata.html# whitespace">whitespace</a> characters before and after
228228the font name are <span class="index-inst" title="skip"><a
229229href="syndata.html#skip">skipped</a></span> and any sequence of
230230whitespace characters inside the font name is converted to a single
@@ -774,7 +774,7 @@ that it should only be specified at most once per font in a document.
774774specification and the <span class="index-def" title="font
775775data"><em>font data</em></span>, which is the data needed to format
776776text and to render the glyph representations to which the characters
777- map - the actual scalable outlines or bitmaps needed to to render the
777+ map - the actual scalable outlines or bitmaps needed to render the
778778glyph representations to which the characters map. Fonts are
779779<em>referenced</em> by style sheet properties.
780780
@@ -925,9 +925,9 @@ class="propinst-font-family">'font-family'</span> property.
925925values as the <span class="propinst-font-style">'font-style'</span>
926926property except that a comma separated list is permitted. The value
927927'normal' indicates that this is the normal face of a font; it is
928- either the only face in a a font, or it is the face which is intended
928+ either the only face in a font, or it is the face which is intended
929929to be used alongside other companion faces. The value 'oblique'
930- indicates that this face is a more slanted companion face than than
930+ indicates that this face is a more slanted companion face than
931931the normal face. The value 'italic' indicates that this is a more
932932cursive companion face to the normal face. This avoids having to label
933933slightly slanted normal faces as oblique, or Greek faces as italic.
@@ -1056,7 +1056,7 @@ dash character to indicate larger ranges. For example
10561056</dl>
10571057
10581058<p>Multiple, discontinuous ranges can be specified, separated by a
1059- comma. As with other comma-separated lists in CSS, any whitespace
1059+ comma. As with other comma-separated lists in CSS, any <a href="syndata.html# whitespace">whitespace</a>
10601060before or after the comma is <span class="index-inst" title="skip"><a
10611061href="syndata.html#skip">skipped.</a></span>
10621062
@@ -1197,14 +1197,14 @@ but may be used if intelligent font matching is desired by the author.
11971197
11981198<!-- #include src=descriptors/panose-1.srb -->
11991199
1200- <p>This is the descriptor for the <a href="#pan1">Panose-1
1201- number</a> and consists of ten decimal numbers, separated by
1202- whitespace. A comma separated list is not permitted for this
1203- descriptor, because the <span class="index-inst"
1204- title="panose-1">Panose-1</span> system can indicate that a range of
1205- values are matched. The initial value is zero for each PANOSE digit,
1206- which means "any"; all fonts will match the Panose number if this
1207- value is used.
1200+ <p>This is the descriptor for the <a href="#pan1">Panose-1 number</a>
1201+ and consists of ten decimal numbers, separated by <a
1202+ href="syndata.html# whitespace">whitespace</a> . A comma separated list
1203+ is not permitted for this descriptor, because the <span
1204+ class="index-inst" title="panose-1">Panose-1</span> system can
1205+ indicate that a range of values are matched. The initial value is zero
1206+ for each PANOSE digit, which means "any"; all fonts will match the
1207+ Panose number if this value is used.
12081208
12091209
12101210<!-- #include src=descriptors/stemv.srb -->
0 commit comments