Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Define how to handle still-loading @font-face fonts in canvas.
git-svn-id: http://svn.whatwg.org/webapps@3514 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jul 31, 2009
1 parent 90be303 commit 04c66be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index
Expand Up @@ -24651,7 +24651,10 @@ notes on what would need to be defined for dashed lines:

<p>Font names must be interpreted in the context of the
<code><a href=#the-canvas-element>canvas</a></code> element's stylesheets; any fonts embedded using
<code title="">@font-face</code> must therefore be available. <a href=#refsCSSWEBFONTS>[CSSWEBFONTS]</a></p>
<code title="">@font-face</code> must therefore be available once
they are loaded. (If a font is referenced before it is fully loaded,
then it must be treated as if it was an unknown font, falling back
to another as described by the relevant CSS specifications.) <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
Expand Down
5 changes: 4 additions & 1 deletion source
Expand Up @@ -26926,7 +26926,10 @@ notes on what would need to be defined for dashed lines:

<p>Font names must be interpreted in the context of the
<code>canvas</code> element's stylesheets; any fonts embedded using
<code title="">@font-face</code> must therefore be available. <a
<code title="">@font-face</code> must therefore be available once
they are loaded. (If a font is referenced before it is fully loaded,
then it must be treated as if it was an unknown font, falling back
to another as described by the relevant CSS specifications.) <a
href="#refsCSSWEBFONTS">[CSSWEBFONTS]</a></p>

<p>Only vector fonts should be used by the user agent; if a user
Expand Down

0 comments on commit 04c66be

Please sign in to comment.