[Webkit-unassigned] [Bug 103971] New: FontPlatformData has unnecessary m_textOrientation member

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 3 21:20:51 PST 2012


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

           Summary: FontPlatformData has unnecessary m_textOrientation
                    member
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Text
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: hyatt at apple.com


Nothing in SimpleFontData depends on the FontPlatformData’s textOrientation, so we don’t need separate data for vertical-right and upright. We simply use the verticalRightOrientationFontData() and uprightOrientationFontData() based on the textOrientation in the FontDescription.

-- 
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