[Bug 18111] Its great you introduced a new interface for the TextMetrics, however it would be useful to get a list of fonts that is available to use with .font property. Including web fonts and available system fonts. naming for such property could be availableFonts

https://www.w3.org/Bugs/Public/show_bug.cgi?id=18111

Jay Munro <jaymunro@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jaymunro@microsoft.com,
                   |                            |plh@w3.org
          Component|HTML Canvas 2D Context      |default
            Product|HTML WG                     |HTML.next

--- Comment #2 from Jay Munro <jaymunro@microsoft.com> 2012-08-20 17:20:21 UTC ---
This could be very useful. Currently there are also workarounds that
instantiate a font for a specific string, checks the TextMetrics measureText,
and then decides whether the font exists
(http://www.lalit.org/lab/javascript-css-font-detect/) 

assigned to HTML.Next for consideration.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 20 August 2012 17:20:22 UTC