[html5] r1549 - /
whatwg at whatwg.org
whatwg at whatwg.org
Wed May 7 12:58:54 PDT 2008
Author: ianh
Date: 2008-05-07 12:58:54 -0700 (Wed, 07 May 2008)
New Revision: 1549
Modified:
index
source
Log:
[] (0) Clarify that only vector fonts are intended to be used.
Modified: index
===================================================================
--- index 2008-05-07 04:53:44 UTC (rev 1548)
+++ index 2008-05-07 19:58:54 UTC (rev 1549)
@@ -18694,6 +18694,10 @@
using <code title="">@font-face</code> must therefore be available. <a
href="#refsCSSWEBFONTS">[CSSWEBFONTS]</a>
+ <p>Only vector fonts should be used by the user agent; if a user agent were
+ to use bitmap fonts then transformations would likely make the font look
+ very ugly.
+
<p>On getting, the <code title=dom-context-2d-font><a
href="#font">font</a></code> attribute must return the serialised form of
the current font of the context. <a
@@ -18958,14 +18962,15 @@
<p>For <code title=dom-context-2d-fillText><a
href="#filltext">fillText()</a></code> <code
title=dom-context-2d-fillStyle><a href="#fillstyle">fillStyle</a></code>
- must be applied and <code title=dom-context-2d-strokeStyle><a
+ must be applied to the glyphs and <code
+ title=dom-context-2d-strokeStyle><a
href="#strokestyle">strokeStyle</a></code> must be ignored. For <code
title=dom-context-2d-strokeText><a
href="#stroketext">strokeText()</a></code> the reverse holds and <code
title=dom-context-2d-strokeStyle><a
- href="#strokestyle">strokeStyle</a></code> must be applied and <code
- title=dom-context-2d-fillStyle><a href="#fillstyle">fillStyle</a></code>
- must be ignored.</p>
+ href="#strokestyle">strokeStyle</a></code> must be applied to the glyph
+ outlines and <code title=dom-context-2d-fillStyle><a
+ href="#fillstyle">fillStyle</a></code> must be ignored.</p>
<p>Text is painted without affecting the current path, and is subject to
<a href="#shadows0" title=shadows>shadow effects</a>, <a
@@ -49760,9 +49765,9 @@
Pfeiffer, Simon Pieters, Stefan Haustein, Stephen Ma, Steve Faulkner,
Steve Runyon, Steven Garrity, Stewart Brodie, Stuart Parmenter, Sunava
Dutta, Tantek Çelik, Terrence Wood, Thomas Broyer, Thomas O'Connor,
- Tim Altman, Tyler Close, Vladimir Vukićević, Wakaba, Wayne
- Pollock, William Swanson, and Øistein E. Andersen, for their useful
- and substantial comments.
+ Tim Altman, Tim Johansson, Tyler Close, Vladimir Vukićević,
+ Wakaba, Wayne Pollock, William Swanson, and Øistein E. Andersen,
+ for their useful and substantial comments.
<p>Thanks also to everyone who has ever posted about HTML5 to their blogs,
public mailing lists, or forums, including the <a
Modified: source
===================================================================
--- source 2008-05-07 04:53:44 UTC (rev 1548)
+++ source 2008-05-07 19:58:54 UTC (rev 1549)
@@ -16425,6 +16425,10 @@
<code title="">@font-face</code> must therefore be available. <a
href="#refsCSSWEBFONTS">[CSSWEBFONTS]</a></p>
+ <p>Only vector fonts should be used by the user agent; if a user
+ agent were to use bitmap fonts then transformations would likely
+ make the font look very ugly.</p>
+
<p>On getting, the <code title="dom-context-2d-font">font</code>
attribute must return the serialised form of the current font of the
context. <a href="#refsCSSOM">[CSSOM]</a><!-- XXX ensure that this
@@ -16686,13 +16690,13 @@
<p>For <code title="dom-context-2d-fillText">fillText()</code>
<code title="dom-context-2d-fillStyle">fillStyle</code> must be
- applied and <code
+ applied to the glyphs and <code
title="dom-context-2d-strokeStyle">strokeStyle</code> must be
ignored. For <code
title="dom-context-2d-strokeText">strokeText()</code> the reverse
holds and <code
title="dom-context-2d-strokeStyle">strokeStyle</code> must be
- applied and <code
+ applied to the glyph outlines and <code
title="dom-context-2d-fillStyle">fillStyle</code> must be
ignored.</p>
@@ -45035,9 +45039,10 @@
Stefan Haustein, Stephen Ma, Steve Faulkner, Steve Runyon, Steven
Garrity, Stewart Brodie, Stuart Parmenter, Sunava Dutta, Tantek
Çelik, Terrence Wood, Thomas Broyer, Thomas O'Connor, Tim
- Altman, Tyler Close, Vladimir Vukićević, Wakaba, Wayne
- Pollock, William Swanson, and Øistein E. Andersen, for their
- useful and substantial comments.</p>
+ Altman, Tim Johansson, Tyler Close, Vladimir
+ Vukićević, Wakaba, Wayne Pollock, William Swanson, and
+ Øistein E. Andersen, for their useful and substantial
+ comments.</p>
<p>Thanks also to everyone who has ever posted about HTML5 to their
blogs, public mailing lists, or forums, including the <a
More information about the Commit-Watchers
mailing list