[Webkit-unassigned] [Bug 65536] New: [EFL] No text rendered for pages using text-rendering: optimizeLegibility

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 2 07:02:21 PDT 2011


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

           Summary: [EFL] No text rendered for pages using text-rendering:
                    optimizeLegibility
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rob at robster.org.uk


This is because this causes the complex text rendering path to be hit (via Font::typesettingFeatures and then Font::codePath). In the EFL backend these complex functions are not implemented. Since EFL uses Cairo with Freetype we can use the simple text renderer to render this text.

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