[Webkit-unassigned] [Bug 46987] Fractional font sizes are improperly handled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 18 15:27:24 PDT 2018
https://bugs.webkit.org/show_bug.cgi?id=46987
--- Comment #7 from Myles C. Maxfield <mmaxfield at apple.com> ---
See FontDescription::computedPixelSize()
https://trac.webkit.org/browser/webkit/trunk/Source/WebCore/platform/graphics/FontDescription.h#L66
unsigned computedPixelSize() const { return unsigned(m_computedSize + 0.5f); }
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180618/c3963458/attachment.html>
More information about the webkit-unassigned
mailing list