[Webkit-unassigned] [Bug 174813] New: [WinCairo] Implement Font::platformBoundsForGlyph

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jul 25 00:51:13 PDT 2017


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

            Bug ID: 174813
           Summary: [WinCairo] Implement Font::platformBoundsForGlyph
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

(Forked from Bug 82798)

Font::platformBoundsForGlyph in Source/WebCore/platform/graphics/win/SimpleFontDataCairoWin.cpp is not implemented yet.

> FloatRect Font::platformBoundsForGlyph(Glyph glyph) const
> {
>     if (m_platformData.useGDI())
>         return boundsForGDIGlyph(glyph);
>     //FIXME: Implement this
>     return FloatRect();
> }

-- 
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/20170725/c67391da/attachment-0001.html>


More information about the webkit-unassigned mailing list