[Webkit-unassigned] [Bug 157172] New: [OpenType] OpenTypeVerticalData object should not be created if the font is not OpenType

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 29 03:34:10 PDT 2016


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

            Bug ID: 157172
           Summary: [OpenType] OpenTypeVerticalData object should not be
                    created if the font is not OpenType
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cgarcia at igalia.com
                CC: darin at apple.com, mrobinson at webkit.org

It's a bit weird that the object is always created and has an isOpenType() method to check whether it's an OpenType or not. The caller is always deleting the object when it's not an OpenType, so it would be better if the create method returned nullptr instead of creating the object when the font is not OpenType.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160429/3977dc87/attachment.html>


More information about the webkit-unassigned mailing list