- From: Myles C. Maxfield via GitHub <sysbot+gh@w3.org>
- Date: Wed, 01 Jul 2020 19:09:45 +0000
- To: public-css-archive@w3.org
WebKit does:
```C++
Glyph xGlyph = glyphForCharacter('x');
if (xGlyph)
xHeight = -CGRectGetMinY(platformBoundsForGlyph(xGlyph));
else
xHeight = CTFontGetXHeight(m_platformData.font());
```
--
GitHub Notification of comment by litherum
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5243#issuecomment-652596863 using your GitHub account
Received on Wednesday, 1 July 2020 19:09:47 UTC