[whatwg] Adding descent to TextMetrics

Dion Almaer dion at almaer.com
Thu Jul 8 14:19:06 PDT 2010


And if we are in there... Can we add the other attributes? For height in bespin we resorted to the width of "m" for the font :/

On Jul 8, 2010, at 2:49 PM, Charles Pritchard <chuck at jumis.com> wrote:

> 
> We've been doing some work with html line boxes; mainly, mixed font styles in a text area,
> using the HTML Canvas element. While Canvas fillText does have the textBaseline attribute,
> in order to set the current alignment, it does not provide enough metrics through the measureText
> function for us to exploit the textBaseline attribute across fonts (sizes and styles).
> 
> Adding descent, to the measureText object would allow us to do more.
> Currently, TextMetrics only returns "width". I'm proposing adding "descent" to that list.
> 
> -Charles



More information about the whatwg mailing list