Re: [css-houdini-drafts] [font-metrics-api] Clarification on internal leadings

Not particular, but what about:
* `cellHeightAscent`, borrowed the terminology from MS kb articles 
[kb32667](https://support.microsoft.com/en-us/kb/32667) or 
[kb74299](https://support.microsoft.com/en-us/kb/74299).
* Looks like Gecko has `internalLeading` in their [native font 
metrics](https://github.com/mozilla/gecko-dev/search?utf8=%E2%9C%93&q=internalLeading&type=Code).
 We could expose this, and assume `emHeightAscent` is clear enough to 
understand `emHeightAscent + internalLeading` is OpenType ascent?
* I thought I once saw `ascentWithInternalLeading` or 
`ascentIncludingInternalLeading` in Gecko code, but can't find any 
longer, maybe my memory is wrong.

-- 
GitHub Notification of comment by kojiishi
Please view or discuss this issue at 
https://github.com/w3c/css-houdini-drafts/issues/307#issuecomment-247774169
 using your GitHub account

Received on Saturday, 17 September 2016 14:19:36 UTC