[Webkit-unassigned] [Bug 49759] [Qt] Zero-sized font does not yet work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 20 08:25:11 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=49759


Robert Hogan <robert at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |benjamin.poulain at nokia.com,
                   |                            |hausmann at webkit.org,
                   |                            |robert at webkit.org




--- Comment #3 from Robert Hogan <robert at webkit.org>  2010-11-20 08:25:10 PST ---
void QFont::setPixelSize(int pixelSize)
{
    if (pixelSize <= 0) {
        qWarning("QFont::setPixelSize: Pixel size <= 0 (%d)", pixelSize);
        return;
    }

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list